Current Path : /storage/v11800/noha/

Linux v11800 5.3.0-1023-aws #25~18.04.1-Ubuntu SMP Fri Jun 5 15:19:18 UTC 2020 aarch64

Upload File :
Current File : /storage/v11800/noha/.db.sql
-- MariaDB dump 10.19  Distrib 10.6.9-MariaDB, for debian-linux-gnu (aarch64)
--
-- Host: localhost    Database: nohadb
-- ------------------------------------------------------
-- Server version	10.6.9-MariaDB-1:10.6.9+maria~ubu2004

/*!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 utf8 */;
/*!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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci 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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(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-06-20 07:06:35','2023-06-20 07:06:35','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_e_events`
--

DROP TABLE IF EXISTS `wp_e_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_e_events` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `created_at_index` (`created_at`)
) 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_e_events`
--

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES (1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2023-06-20T12:43:19.343-06:30\"}','2023-06-20 12:43:19');
/*!40000 ALTER TABLE `wp_e_events` 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  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_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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=879 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','https://noha.in8.cdn-alpha.com','yes'),(2,'home','https://noha.in8.cdn-alpha.com','yes'),(3,'blogname','Noha International','yes'),(4,'blogdescription','','yes'),(5,'users_can_register','0','yes'),(6,'admin_email','wp@dxpsites.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'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%postname%/','yes'),(29,'rewrite_rules','a:172:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:42:\"e-landing-page/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"e-landing-page/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"e-landing-page/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"e-landing-page/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"e-landing-page/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"e-landing-page/([^/]+)/embed/?$\";s:47:\"index.php?e-landing-page=$matches[1]&embed=true\";s:35:\"e-landing-page/([^/]+)/trackback/?$\";s:41:\"index.php?e-landing-page=$matches[1]&tb=1\";s:43:\"e-landing-page/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&paged=$matches[2]\";s:50:\"e-landing-page/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?e-landing-page=$matches[1]&cpage=$matches[2]\";s:39:\"e-landing-page/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?e-landing-page=$matches[1]&page=$matches[2]\";s:31:\"e-landing-page/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"e-landing-page/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"e-landing-page/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"e-landing-page/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"e-landing-page/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"elementskit-content/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"elementskit-content/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"elementskit-content/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"elementskit-content/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"elementskit-content/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"elementskit-content/(.+?)/embed/?$\";s:52:\"index.php?elementskit_content=$matches[1]&embed=true\";s:38:\"elementskit-content/(.+?)/trackback/?$\";s:46:\"index.php?elementskit_content=$matches[1]&tb=1\";s:46:\"elementskit-content/(.+?)/page/?([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&paged=$matches[2]\";s:53:\"elementskit-content/(.+?)/comment-page-([0-9]{1,})/?$\";s:59:\"index.php?elementskit_content=$matches[1]&cpage=$matches[2]\";s:42:\"elementskit-content/(.+?)(?:/([0-9]+))?/?$\";s:58:\"index.php?elementskit_content=$matches[1]&page=$matches[2]\";s:56:\"servicecategory/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?sln_service_category=$matches[1]&feed=$matches[2]\";s:51:\"servicecategory/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?sln_service_category=$matches[1]&feed=$matches[2]\";s:32:\"servicecategory/([^/]+)/embed/?$\";s:53:\"index.php?sln_service_category=$matches[1]&embed=true\";s:44:\"servicecategory/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?sln_service_category=$matches[1]&paged=$matches[2]\";s:26:\"servicecategory/([^/]+)/?$\";s:42:\"index.php?sln_service_category=$matches[1]\";s:39:\"sln_service/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"sln_service/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"sln_service/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"sln_service/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"sln_service/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"sln_service/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"sln_service/([^/]+)/embed/?$\";s:44:\"index.php?sln_service=$matches[1]&embed=true\";s:32:\"sln_service/([^/]+)/trackback/?$\";s:38:\"index.php?sln_service=$matches[1]&tb=1\";s:40:\"sln_service/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?sln_service=$matches[1]&paged=$matches[2]\";s:47:\"sln_service/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?sln_service=$matches[1]&cpage=$matches[2]\";s:36:\"sln_service/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?sln_service=$matches[1]&page=$matches[2]\";s:28:\"sln_service/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"sln_service/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"sln_service/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"sln_service/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"sln_service/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"sln_service/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:41:\"sln_attendant/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"sln_attendant/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"sln_attendant/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"sln_attendant/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"sln_attendant/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"sln_attendant/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"sln_attendant/([^/]+)/embed/?$\";s:46:\"index.php?sln_attendant=$matches[1]&embed=true\";s:34:\"sln_attendant/([^/]+)/trackback/?$\";s:40:\"index.php?sln_attendant=$matches[1]&tb=1\";s:42:\"sln_attendant/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?sln_attendant=$matches[1]&paged=$matches[2]\";s:49:\"sln_attendant/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?sln_attendant=$matches[1]&cpage=$matches[2]\";s:38:\"sln_attendant/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?sln_attendant=$matches[1]&page=$matches[2]\";s:30:\"sln_attendant/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"sln_attendant/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"sln_attendant/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"sln_attendant/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"sln_attendant/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"sln_attendant/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"metform-form/.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"metform-form/.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"metform-form/.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"metform-form/.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"metform-form/.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"metform-form/(.+?)/embed/?$\";s:45:\"index.php?metform-form=$matches[1]&embed=true\";s:31:\"metform-form/(.+?)/trackback/?$\";s:39:\"index.php?metform-form=$matches[1]&tb=1\";s:39:\"metform-form/(.+?)/page/?([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&paged=$matches[2]\";s:46:\"metform-form/(.+?)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?metform-form=$matches[1]&cpage=$matches[2]\";s:35:\"metform-form/(.+?)(?:/([0-9]+))?/?$\";s:51:\"index.php?metform-form=$matches[1]&page=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=139&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_keys','','no'),(33,'active_plugins','a:9:{i:0;s:30:\"salon-booking-system/salon.php\";i:1;s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";i:2;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:3;s:23:\"elementor/elementor.php\";i:4;s:37:\"elementskit-lite/elementskit-lite.php\";i:5;s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";i:6;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:7;s:19:\"metform/metform.php\";i:8;s:43:\"template-kit-import/template-kit-import.php\";}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','5.5','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','hello-elementor','yes'),(41,'stylesheet','hello-elementor','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','55853','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','page','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery','yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'uninstall_plugins','a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','139','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','165','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','1702796795','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:121:{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:12:\"manage_salon\";b:1;s:21:\"manage_salon_settings\";b:1;s:36:\"export_reservations_csv_sln_calendar\";b:1;s:30:\"delete_permanently_sln_booking\";b:1;s:19:\"create_sln_bookings\";b:1;s:21:\"create_sln_attendants\";b:1;s:18:\"edit_sln_attendant\";b:1;s:18:\"read_sln_attendant\";b:1;s:20:\"delete_sln_attendant\";b:1;s:19:\"edit_sln_attendants\";b:1;s:26:\"edit_others_sln_attendants\";b:1;s:21:\"delete_sln_attendants\";b:1;s:22:\"publish_sln_attendants\";b:1;s:27:\"read_private_sln_attendants\";b:1;s:29:\"delete_private_sln_attendants\";b:1;s:31:\"delete_published_sln_attendants\";b:1;s:28:\"delete_others_sln_attendants\";b:1;s:27:\"edit_private_sln_attendants\";b:1;s:29:\"edit_published_sln_attendants\";b:1;s:16:\"edit_sln_service\";b:1;s:16:\"read_sln_service\";b:1;s:18:\"delete_sln_service\";b:1;s:17:\"edit_sln_services\";b:1;s:24:\"edit_others_sln_services\";b:1;s:19:\"delete_sln_services\";b:1;s:20:\"publish_sln_services\";b:1;s:25:\"read_private_sln_services\";b:1;s:27:\"delete_private_sln_services\";b:1;s:29:\"delete_published_sln_services\";b:1;s:26:\"delete_others_sln_services\";b:1;s:25:\"edit_private_sln_services\";b:1;s:27:\"edit_published_sln_services\";b:1;s:16:\"edit_sln_booking\";b:1;s:16:\"read_sln_booking\";b:1;s:18:\"delete_sln_booking\";b:1;s:17:\"edit_sln_bookings\";b:1;s:24:\"edit_others_sln_bookings\";b:1;s:19:\"delete_sln_bookings\";b:1;s:20:\"publish_sln_bookings\";b:1;s:25:\"read_private_sln_bookings\";b:1;s:27:\"delete_private_sln_bookings\";b:1;s:29:\"delete_published_sln_bookings\";b:1;s:26:\"delete_others_sln_bookings\";b:1;s:25:\"edit_private_sln_bookings\";b:1;s:27:\"edit_published_sln_bookings\";b:1;s:17:\"edit_sln_discount\";b:1;s:17:\"read_sln_discount\";b:1;s:19:\"delete_sln_discount\";b:1;s:18:\"edit_sln_discounts\";b:1;s:25:\"edit_others_sln_discounts\";b:1;s:20:\"delete_sln_discounts\";b:1;s:21:\"publish_sln_discounts\";b:1;s:26:\"read_private_sln_discounts\";b:1;s:28:\"delete_private_sln_discounts\";b:1;s:30:\"delete_published_sln_discounts\";b:1;s:27:\"delete_others_sln_discounts\";b:1;s:26:\"edit_private_sln_discounts\";b:1;s:28:\"edit_published_sln_discounts\";b:1;s:18:\"edit_sln_resources\";b:1;s:20:\"create_sln_resources\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:9:\"sln_staff\";a:2:{s:4:\"name\";s:11:\"Salon staff\";s:12:\"capabilities\";a:60:{s:12:\"manage_salon\";b:1;s:21:\"manage_salon_settings\";b:0;s:10:\"edit_posts\";b:1;s:36:\"export_reservations_csv_sln_calendar\";b:1;s:30:\"delete_permanently_sln_booking\";b:0;s:19:\"create_sln_bookings\";b:1;s:21:\"create_sln_attendants\";b:1;s:18:\"edit_sln_attendant\";b:1;s:18:\"read_sln_attendant\";b:1;s:20:\"delete_sln_attendant\";b:1;s:19:\"edit_sln_attendants\";b:1;s:26:\"edit_others_sln_attendants\";b:1;s:21:\"delete_sln_attendants\";b:1;s:22:\"publish_sln_attendants\";b:1;s:27:\"read_private_sln_attendants\";b:1;s:4:\"read\";b:1;s:29:\"delete_private_sln_attendants\";b:1;s:31:\"delete_published_sln_attendants\";b:1;s:28:\"delete_others_sln_attendants\";b:1;s:27:\"edit_private_sln_attendants\";b:1;s:29:\"edit_published_sln_attendants\";b:1;s:16:\"edit_sln_service\";b:1;s:16:\"read_sln_service\";b:1;s:18:\"delete_sln_service\";b:1;s:17:\"edit_sln_services\";b:1;s:24:\"edit_others_sln_services\";b:1;s:19:\"delete_sln_services\";b:1;s:20:\"publish_sln_services\";b:1;s:25:\"read_private_sln_services\";b:1;s:27:\"delete_private_sln_services\";b:1;s:29:\"delete_published_sln_services\";b:1;s:26:\"delete_others_sln_services\";b:1;s:25:\"edit_private_sln_services\";b:1;s:27:\"edit_published_sln_services\";b:1;s:16:\"edit_sln_booking\";b:1;s:16:\"read_sln_booking\";b:1;s:18:\"delete_sln_booking\";b:1;s:17:\"edit_sln_bookings\";b:1;s:24:\"edit_others_sln_bookings\";b:1;s:19:\"delete_sln_bookings\";b:1;s:20:\"publish_sln_bookings\";b:1;s:25:\"read_private_sln_bookings\";b:1;s:27:\"delete_private_sln_bookings\";b:1;s:29:\"delete_published_sln_bookings\";b:1;s:26:\"delete_others_sln_bookings\";b:1;s:25:\"edit_private_sln_bookings\";b:1;s:27:\"edit_published_sln_bookings\";b:1;s:17:\"edit_sln_discount\";b:1;s:17:\"read_sln_discount\";b:1;s:19:\"delete_sln_discount\";b:1;s:18:\"edit_sln_discounts\";b:1;s:25:\"edit_others_sln_discounts\";b:1;s:20:\"delete_sln_discounts\";b:1;s:21:\"publish_sln_discounts\";b:1;s:26:\"read_private_sln_discounts\";b:1;s:28:\"delete_private_sln_discounts\";b:1;s:30:\"delete_published_sln_discounts\";b:1;s:27:\"delete_others_sln_discounts\";b:1;s:26:\"edit_private_sln_discounts\";b:1;s:28:\"edit_published_sln_discounts\";b:1;}}s:12:\"sln_customer\";a:2:{s:4:\"name\";s:14:\"Salon customer\";s:12:\"capabilities\";a:6:{s:4:\"read\";b:1;s:10:\"edit_posts\";b:0;s:12:\"delete_posts\";b:0;s:13:\"publish_posts\";b:0;s:12:\"upload_files\";b:0;s:12:\"manage_salon\";b:0;}}}','yes'),(101,'fresh_site','0','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),(104,'sidebars_widgets','a:2:{s:19:\"wp_inactive_widgets\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}','yes'),(105,'cron','a:15:{i:1687244796;a:6:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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;}}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:1687244822;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1687244825;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:1687244882;a:1:{s:28:\"wp_update_comment_type_batch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1687245193;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687331196;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1687331223;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687344007;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"686c8315be36c96dc00d0d7ed3656b43\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:6;}}}}i:1687344047;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"d63aca0b7e6237c7964320bd7fc95644\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:7;}}}}i:1687350491;a:1:{s:21:\"sln_clean_up_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1687357677;a:1:{s:26:\"upgrader_scheduled_cleanup\";a:1:{s:32:\"84e0a358324195cbeabd27a323343b93\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:244;}}}}i:1687746600;a:1:{s:23:\"sln_email_weekly_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1691613097;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:1694580358;a:1:{s:34:\"elementor_1_elementor_updater_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:43:\"elementor_1_elementor_updater_cron_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}s:7:\"version\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(120,'_transient_doing_cron','1717189072.7131109237670898437500','yes'),(128,'ai1wm_secret_key','Z5WMngwS7pCU','yes'),(129,'wp_cli_login','{\"endpoint\":\"22fd1e25\",\"version\":\"^1.2\"}','yes'),(133,'ai1wmue_plugin_key','1bebc005-bc23-4932-8b3f-1b4b72ee066a','yes'),(155,'WPLANG','','yes'),(156,'new_admin_email','wp@dxpsites.com','yes'),(164,'theme_mods_twentytwentythree','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687245117;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(165,'current_theme','Hello Elementor','yes'),(166,'theme_mods_hello-elementor','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687336881;s:4:\"data\";a:1:{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:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";s:0:\"\";}','yes'),(167,'theme_switched','','yes'),(168,'hello_theme_version','2.8.1','yes'),(174,'_site_transient_ai1wm_last_check_for_updates','1694202086','no'),(175,'ai1wm_updater','a:1:{s:43:\"all-in-one-wp-migration-unlimited-extension\";a:13:{s:4:\"name\";s:19:\"Unlimited Extension\";s:4:\"slug\";s:19:\"unlimited-extension\";s:8:\"homepage\";s:51:\"https://servmask.com/extensions/unlimited-extension\";s:13:\"download_link\";s:29:\"https://servmask.com/purchase\";s:7:\"version\";s:4:\"2.53\";s:6:\"author\";s:8:\"ServMask\";s:15:\"author_homepage\";s:20:\"https://servmask.com\";s:8:\"sections\";a:1:{s:11:\"description\";s:259:\"<ul class=\"description\"><li>Remove the import limit of 512MB</li><li>Lifetime license with lifetime updates</li><li>Use on any number of websites that you own</li><li>Unlimited Extension included</li><li>WP CLI commands</li><li>Premium support</li></ul><br />\";}s:7:\"banners\";a:2:{s:3:\"low\";s:65:\"https://servmask.com/img/products/unlimited-extension-772x250.png\";s:4:\"high\";s:66:\"https://servmask.com/img/products/unlimited-extension-1544x500.png\";}s:5:\"icons\";a:3:{s:2:\"1x\";s:65:\"https://servmask.com/img/products/unlimited-extension-128x128.png\";s:2:\"2x\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";s:7:\"default\";s:65:\"https://servmask.com/img/products/unlimited-extension-256x256.png\";}s:6:\"rating\";i:99;s:11:\"num_ratings\";i:309;s:10:\"downloaded\";i:40189;}}','yes'),(176,'recently_activated','a:0:{}','yes'),(177,'template_kit_import_version','1.0.14','yes'),(178,'template_kit_import_install_time','1687245158','yes'),(182,'elementor_active_kit','9','yes'),(183,'elementor_font_display','swap','yes'),(186,'elementor_version','3.15.3','yes'),(187,'elementor_install_history','a:2:{s:6:\"3.14.0\";i:1687245195;s:6:\"3.15.3\";i:1694202113;}','yes'),(188,'elementor_events_db_version','1.0.0','no'),(189,'elementor_onboarded','1','yes'),(190,'_elementor_installed_time','1687245206','yes'),(191,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:27:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:3:\"faq\";i:9;s:8:\"features\";i:10;s:6:\"footer\";i:11;s:7:\"Gallery\";i:12;s:6:\"header\";i:13;s:4:\"hero\";i:14;s:9:\"portfolio\";i:15;s:7:\"pricing\";i:16;s:15:\"product archive\";i:17;s:5:\"Quote\";i:18;s:15:\"Service Details\";i:19;s:8:\"services\";i:20;s:11:\"single page\";i:21;s:11:\"single post\";i:22;s:14:\"single product\";i:23;s:5:\"stats\";i:24;s:9:\"subscribe\";i:25;s:4:\"team\";i:26;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:19:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:19:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:19:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:19:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:19:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:19:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:19:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:19:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:19:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:19:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:19:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:19:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:19:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:19:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:19:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:19:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:19:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:19:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:19:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:19:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:19:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:19:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:19:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:19:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:19:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:19:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:19:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:19:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:19:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:19:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:19:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:19:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:19:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:19:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:19:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:19:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:19:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:19:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:19:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:19:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:19:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:19:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:19:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:19:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:19:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:19:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:19:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:19:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:19:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:19:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:19:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:19:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:19:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:19:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:19:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:19:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:19:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:19:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:19:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:19:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:19:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:19:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:19:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:19:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:19:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:19:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:19:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:19:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:19:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:19:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:19:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:19:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:19:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:19:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:19:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:19:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:19:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:19:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:19:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:19:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:19:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:19:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:19:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:19:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:19:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:19:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:19:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:19:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:19:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:19:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:19:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:19:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:19:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:19:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:19:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:19:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:19:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:19:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:19:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:19:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:19:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:19:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:19:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:19:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:19:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:19:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:19:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:19:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:19:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:19:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:19:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:19:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:19:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:19:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:19:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:19:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:19:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:19:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:19:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:19:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:19:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:19:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:19:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:19:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:19:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:19:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:19:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:19:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:19:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:19:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:19:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:19:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:19:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:19:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:19:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:19:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:19:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:19:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:19:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:19:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:19:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:19:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:19:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:19:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:19:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:19:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:19:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:19:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:19:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:19:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:19:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:19:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:19:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:19:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:19:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:19:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:19:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:19:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:19:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:19:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:19:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:19:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:19:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:19:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:19:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:19:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:19:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:19:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:19:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:19:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:19:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:19:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:19:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:19:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:19:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:19:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:19:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:19:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:19:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:19:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:19:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:19:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:19:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:19:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:19:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:19:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:19:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:19:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:19:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:19:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:19:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:19:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:19:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:19:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:19:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:19:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:19:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:19:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:19:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:19:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:19:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:19:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:19:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:19:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:19:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:19:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:19:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:19:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:19:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:19:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:19:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:19:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:19:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:19:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:19:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:19:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:19:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:19:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:19:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:19:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:19:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:19:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:19:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:19:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:19:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:19:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:19:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:19:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:19:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:19:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:19:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:19:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:19:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:19:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:19:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:19:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:19:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:19:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:19:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:19:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:19:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:19:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:19:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:19:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:19:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:19:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:19:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:19:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:19:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:19:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:19:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:19:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:19:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:19:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:19:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:19:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:19:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:19:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:19:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:19:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:19:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:19:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:19:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:19:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:19:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:19:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:19:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:19:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:19:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:19:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:19:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:19:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:19:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:19:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:19:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:19:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:19:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:19:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:19:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:19:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:19:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:19:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:19:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:19:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:19:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:19:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:19:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:19:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:19:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:19:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:19:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:19:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:19:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:19:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:19:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:19:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:19:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:19:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:19:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:19:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:19:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:19:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:19:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:19:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:19:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:19:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:19:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:19:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:19:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:19:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:19:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:19:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:19:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:19:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:19:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:19:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:19:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:19:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:19:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:19:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:19:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:19:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:19:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:19:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:19:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:19:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:19:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:19:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:19:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:19:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:19:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:19:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:19:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:19:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:19:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:19:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:19:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:19:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:19:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:19:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:19:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:19:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:19:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:19:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:19:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:19:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:19:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:19:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:19:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:19:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:19:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:19:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:19:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:19:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:19:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:19:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:19:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:19:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:19:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:19:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:19:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:19:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:19:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:19:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:19:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:19:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:19:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:19:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:19:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:19:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:19:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:19:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:19:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:19:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:19:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:19:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:19:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:19:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:19:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:19:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:19:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:19:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:19:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:19:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:19:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:19:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:19:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:19:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:19:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:19:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:19:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:19:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:19:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:19:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:19:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:19:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:19:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:19:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:19:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:19:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:19:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:19:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:19:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:19:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:19:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:19:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:19:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:19:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:19:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:19:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:19:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:19:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:19:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:19:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:19:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:19:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:19:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:19:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:19:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:19:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:19:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:19:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:19:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:19:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:19:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:19:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:19:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:19:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:19:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:19:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:19:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:19:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:19:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:19:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:19:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:19:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:19:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:19:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:19:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:19:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:19:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:19:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:19:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:19:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:19:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:19:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:19:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:19:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:19:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:19:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:19:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:19:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:19:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:19:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:19:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:19:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:19:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:19:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:19:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:19:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:19:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:19:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:19:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:19:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:19:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:19:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:19:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:19:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:19:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:19:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:19:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:19:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:19:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:19:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:19:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:19:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:19:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:19:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:19:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:19:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:19:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:19:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:19:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:19:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:19:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:19:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:19:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:19:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:19:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:19:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:19:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:19:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:19:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:19:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:19:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:19:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:19:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:19:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:19:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:19:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:19:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:19:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:19:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:19:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:19:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:19:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:19:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:19:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:19:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:19:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:19:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:19:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:19:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:19:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:19:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:19:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:19:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:19:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:19:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:19:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:19:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:19:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:19:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:19:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:19:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:19:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:19:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:19:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:19:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:19:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:19:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:19:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:19:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:19:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:19:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:19:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:19:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:19:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:19:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:19:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:19:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:19:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:19:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:19:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:19:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:19:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:19:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:19:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:19:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:19:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:19:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:19:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:19:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:19:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:19:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:19:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:19:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:19:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:19:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:19:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:19:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:19:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:19:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:19:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:19:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:19:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:19:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:19:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:19:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:19:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:19:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:19:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:19:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:19:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:19:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:19:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:19:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:19:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:19:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:19:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:19:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:19:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:19:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:19:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:19:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:19:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:19:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:19:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:19:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:19:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:19:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:19:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:19:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:19:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:19:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:19:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:19:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:19:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:19:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:19:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:19:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:19:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:19:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:19:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:19:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:19:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:19:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:19:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:19:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:19:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:19:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:19:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:19:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:19:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:19:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:19:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:19:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:19:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:19:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:19:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:19:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:19:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:19:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:19:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:19:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:19:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:19:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:19:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:19:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:19:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:19:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:19:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:19:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:19:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:19:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:19:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:19:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:19:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:19:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:19:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:19:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:19:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:19:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:19:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:19:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:19:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:19:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:19:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:19:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:19:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:19:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:19:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:19:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:19:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:19:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:19:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:19:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:19:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:19:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:19:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:19:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:19:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:19:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:19:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:19:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:19:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:19:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:19:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:19:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:19:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:19:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:19:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:19:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:19:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:19:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:19:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:19:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:19:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:19:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:19:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:19:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:19:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:19:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:19:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:19:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:19:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:19:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:19:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:19:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:19:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:19:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:19:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:19:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:19:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:19:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:19:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:19:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:19:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:19:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:19:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:19:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:19:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:19:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:19:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:19:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:19:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:19:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:19:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:19:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:19:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:19:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:19:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:19:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:19:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:19:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:19:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:19:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:19:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:19:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:19:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:19:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:19:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:19:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:19:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:19:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:19:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:19:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:19:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:19:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:19:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:19:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:19:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:19:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:19:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:19:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:19:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:19:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:19:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:19:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:19:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:19:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:19:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:19:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:19:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:19:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:19:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:19:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:19:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:19:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:19:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:19:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:19:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:19:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:19:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:19:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:19:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:19:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:19:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:19:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:19:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:19:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:19:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:19:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:19:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:19:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:19:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:19:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:19:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:19:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:19:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:19:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:19:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:19:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:19:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:19:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:19:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:19:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:19:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:19:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:19:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:19:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:19:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:19:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:19:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:19:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:19:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:19:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:19:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:19:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:19:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:19:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:19:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:19:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:19:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:19:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:19:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:19:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:19:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:19:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:19:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:19:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:19:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:19:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:19:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:19:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:19:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:19:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:19:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:19:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:19:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:19:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:19:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:19:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:19:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:19:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:19:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:19:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:19:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:19:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:19:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:19:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:19:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:19:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','no'),(192,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:71:\"6 Best WordPress Image Optimization Plugins of 2024 (+Real Image Tests)\";s:7:\"excerpt\";s:116:\"Explore the top 6 WordPress image optimization plugins of 2024 for faster site speed and better SEO with real tests.\";s:7:\"created\";i:1712656602;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:126:\"https://elementor.com/blog/image-optimization-plugins/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:84:\"Introducing Elementor 3.20: New Display Condition Features, Performance Improvements\";s:7:\"excerpt\";s:189:\"Version 3.20 introduces exciting new features that enhance the flexibility of Display Conditions. This version also improves the loading time of your site’s frontend and backend, and more\";s:7:\"created\";i:1710845895;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:167:\"https://elementor.com/blog/elementor-320-display-conditions-enhacments-peformance-improvements/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:97:\"Introducing Elementor 3.19: Display Conditions, Role Permissions in the Element Manager, and More\";s:7:\"excerpt\";s:230:\"Create dynamic visitor experiences, customize your teammates’ widget panels, protect forms from spam submissions, generate variations in the template library, and use URLs from the open web as a reference to generate containers.\";s:7:\"created\";i:1707315304;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:152:\"https://elementor.com/blog/elementor-319-display-conditions-akismet-integration/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','no'),(195,'hfe_plugin_is_activated','yes','yes'),(196,'_hfe_db_version','1.6.33','yes'),(197,'bsf_analytics_installed_time','1687245213','no'),(201,'elementskit-lite__banner_last_check','1696397480','yes'),(202,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}s:8:\"10007139\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007139;s:5:\"title\";s:31:\"Wpmet Summer Campaign Own Pages\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1650326400;s:3:\"end\";i:1651276800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:233:\"ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly throughout this Summer Sale!\r\n\r\n<a href=\"https://wpmet.com/notice/summer-sale\">Get Your Discount →</a>\";s:12:\"notice_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/04/InPlugin-Notice-1.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:12:\"summerbanner\";}}}','yes'),(203,'elementskit-lite_install_date','2023-06-20 07:19:12','yes'),(209,'elementor_log','a:8:{s:32:\"1deb360f0b29fd94b685399987409da8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-20 19:16:39\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:15:\"Uploading Kit: \";s:7:\"\0*\0meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-20 19:16:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:2:{s:6:\"kit_id\";s:9:\"undefined\";s:8:\"referrer\";s:5:\"local\";}s:7:\"message\";s:15:\"Uploading Kit: \";s:4:\"type\";s:4:\"info\";}}s:32:\"912718a38dc3828b5fae65a969fbbca5\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-06-20 19:16:39\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:16:\"invalid-zip-file\";s:7:\"\0*\0meta\";a:1:{s:5:\"trace\";s:1391:\"#0 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php(155): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->extract_zip(\'/tmp/php2cQs4I\')\n#1 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(306): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->__construct(\'/tmp/php2cQs4I\', Array)\n#2 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(601): Elementor\\App\\Modules\\ImportExport\\Module->upload_kit(\'/tmp/php2cQs4I\', \'local\')\n#3 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(528): Elementor\\App\\Modules\\ImportExport\\Module->handle_upload_kit()\n#4 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(434): Elementor\\App\\Modules\\ImportExport\\Module->maybe_handle_ajax()\n#5 /storage/v11800/noha/public_html/wp-includes/class-wp-hook.php(308): Elementor\\App\\Modules\\ImportExport\\Module->Elementor\\App\\Modules\\ImportExport\\{closure}(\'\')\n#6 /storage/v11800/noha/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)\n#7 /storage/v11800/noha/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#8 /storage/v11800/noha/public_html/wp-admin/admin-ajax.php(45): do_action(\'admin_init\')\n#9 {main}\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-06-20 19:16:39\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:1:{s:5:\"trace\";s:1391:\"#0 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/processes/import.php(155): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->extract_zip(\'/tmp/php2cQs4I\')\n#1 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(306): Elementor\\App\\Modules\\ImportExport\\Processes\\Import->__construct(\'/tmp/php2cQs4I\', Array)\n#2 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(601): Elementor\\App\\Modules\\ImportExport\\Module->upload_kit(\'/tmp/php2cQs4I\', \'local\')\n#3 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(528): Elementor\\App\\Modules\\ImportExport\\Module->handle_upload_kit()\n#4 /storage/v11800/noha/public_html/wp-content/plugins/elementor/app/modules/import-export/module.php(434): Elementor\\App\\Modules\\ImportExport\\Module->maybe_handle_ajax()\n#5 /storage/v11800/noha/public_html/wp-includes/class-wp-hook.php(308): Elementor\\App\\Modules\\ImportExport\\Module->Elementor\\App\\Modules\\ImportExport\\{closure}(\'\')\n#6 /storage/v11800/noha/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array)\n#7 /storage/v11800/noha/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#8 /storage/v11800/noha/public_html/wp-admin/admin-ajax.php(45): do_action(\'admin_init\')\n#9 {main}\";}s:7:\"message\";s:16:\"invalid-zip-file\";s:4:\"type\";s:5:\"error\";}}s:32:\"7432b102125f799081973c61e053c7e7\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-07-02 00:11:54\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.14.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-07-02 00:11:54\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.14.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"d35fb8c5ac5d341e77d881c569e587fe\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-09 01:11:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:36:\"elementor::elementor_updater Started\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-09 01:11:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"a21da3414956685bd68f9c9d2f2a032c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-09 01:11:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-09 01:11:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:44:\"Elementor/Upgrades - _on_each_version Start \";s:4:\"type\";s:4:\"info\";}}s:32:\"3401d406f4ffb8846a3b56cce624803d\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-09 01:11:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-09 01:11:52\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:46:\"Elementor/Upgrades - _on_each_version Finished\";s:4:\"type\";s:4:\"info\";}}s:32:\"e72c43b77606632809eedfd0284cf3c8\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-09 01:11:52\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:50:\"Elementor data updater process has been completed.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.15.3\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-09 01:11:52\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.14.0\";s:2:\"to\";s:6:\"3.15.3\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"3ce0103a19e250f4e5ae607a1596b7a4\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2023-09-13 10:15:48\";s:7:\"\0*\0type\";s:4:\"info\";s:10:\"\0*\0message\";s:47:\"Elementor data updater process has been queued.\";s:7:\"\0*\0meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.1\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2023-09-13 10:15:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.15.3\";s:2:\"to\";s:6:\"3.16.1\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','no'),(214,'elementskit-lite__stories_last_check','1696397479','yes'),(215,'elementskit-lite__stories_data','O:8:\"stdClass\":10:{s:8:\"10010808\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010808;s:5:\"title\";s:51:\"How to Scale Your Business with AI and Maximize ROI\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://getgenie.ai/scale-your-business-with-ai/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010807\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010807;s:5:\"title\";s:59:\"Mastering Conversion Rate Optimization: An Ai-Powered Guide\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:56:\"https://getgenie.ai/ai-and-conversion-rate-optimization/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010805\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010805;s:5:\"title\";s:54:\"9 Best WordPress Audio Player Plugins for Your Website\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:54:\"https://wpmet.com/best-wordpress-audio-player-plugins/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010804\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010804;s:5:\"title\";s:54:\"Top 5 WordPress Employee Management Plugins That Count\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:56:\"https://wpmet.com/wordpress-employee-management-plugins/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010803\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010803;s:5:\"title\";s:54:\"How to Edit Footer in WordPress Like a Pro (3 Methods)\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:50:\"https://wpmet.com/how-to-edit-footer-in-wordpress/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010761\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010761;s:5:\"title\";s:82:\"How Natural Language Processing (NLP) in AI Writing Tools Helps in Content Writing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:44:\"https://getgenie.ai/nlp-in-ai-writing-tools/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010760\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010760;s:5:\"title\";s:52:\"Announcement: GetGenie Releases Unlimited Ai Writing\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:72:\"https://getgenie.ai/announcement-getgenie-releases-unlimited-ai-writing/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010759\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010759;s:5:\"title\";s:55:\"Copywriting 101: How To Be A Copywriter? Tips And Tools\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:1:{i:0;s:8:\"getgenie\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:58:\"https://getgenie.ai/how-to-be-a-copywriter-tips-and-tools/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010758\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010758;s:5:\"title\";s:65:\"How to Fix WordPress Update Failed Error: Easy Step-By-Step Guide\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:59:\"https://wpmet.com/how-to-fix-wordpress-update-failed-error/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}s:8:\"10010757\";O:8:\"stdClass\":9:{s:2:\"id\";i:10010757;s:5:\"title\";s:57:\"12 Best WordPress Coupon Plugins for Enhanced Conversions\";s:11:\"description\";s:0:\"\";s:7:\"plugins\";a:4:{i:0;s:16:\"elementskit-lite\";i:1;s:7:\"metform\";i:2;s:10:\"shopengine\";i:3;s:9:\"wp-social\";}s:4:\"type\";s:4:\"news\";s:8:\"priority\";s:6:\"normal\";s:5:\"start\";b:0;s:3:\"end\";b:0;s:4:\"data\";O:8:\"stdClass\":6:{s:4:\"type\";s:4:\"news\";s:10:\"story_link\";s:48:\"https://wpmet.com/best-wordpress-coupon-plugins/\";s:11:\"story_image\";s:0:\"\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";}}}','yes'),(233,'theme_is_activated_vamtam_pur','1','yes'),(234,'jetpack_active_modules','a:0:{}','yes'),(235,'pur_vamtam_theme_activated','1','yes'),(236,'vamtam_theme','a:106:{s:16:\"header-logo-type\";s:5:\"image\";s:30:\"custom-header-logo-transparent\";s:74:\"https://pur.vamtam.com/wp-content/uploads/2017/11/logo-spa-theme-white.svg\";s:18:\"show-splash-screen\";s:1:\"0\";s:18:\"splash-screen-logo\";s:0:\"\";s:12:\"sitemap-page\";s:5:\"11152\";s:16:\"maintenance-page\";s:1:\"0\";s:9:\"custom-js\";s:0:\"\";s:15:\"pagination-type\";s:9:\"load-more\";s:18:\"show-related-posts\";s:1:\"1\";s:19:\"related-posts-title\";s:15:\"RELATED STORIES\";s:9:\"post-meta\";a:4:{s:6:\"author\";s:0:\"\";s:3:\"tax\";s:1:\"1\";s:4:\"date\";s:1:\"1\";s:8:\"comments\";s:0:\"\";}s:22:\"show-single-post-image\";s:1:\"1\";s:14:\"archive-layout\";s:6:\"mosaic\";s:23:\"show-related-portfolios\";s:1:\"1\";s:24:\"related-portfolios-title\";s:10:\"More Cases\";s:16:\"site-layout-type\";s:4:\"full\";s:20:\"boxed-layout-padding\";s:1:\"0\";s:14:\"site-max-width\";s:4:\"1260\";s:15:\"body-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-size\";s:5:\"cover\";s:19:\"background-position\";s:13:\"center center\";}s:12:\"accent-color\";a:16:{i:1;s:7:\"#586bb4\";i:2;s:7:\"#e9ccbb\";i:3;s:7:\"#2c396b\";i:4;s:7:\"#ead9ce\";i:5;s:7:\"#ffffff\";i:6;s:7:\"#000000\";i:7;s:7:\"#e4e4e4\";i:8;s:7:\"#ffffff\";s:4:\"1-hc\";s:7:\"#ffffff\";s:4:\"2-hc\";s:7:\"#000000\";s:4:\"3-hc\";s:7:\"#ffffff\";s:4:\"4-hc\";s:7:\"#000000\";s:4:\"5-hc\";s:7:\"#000000\";s:4:\"6-hc\";s:7:\"#ffffff\";s:4:\"7-hc\";s:7:\"#000000\";s:4:\"8-hc\";s:7:\"#000000\";}s:2:\"h1\";a:10:{s:11:\"font-family\";s:11:\"EB Garamond\";s:9:\"font-size\";s:4:\"60px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.03\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:2:\"h2\";a:10:{s:11:\"font-family\";s:11:\"EB Garamond\";s:9:\"font-size\";s:4:\"46px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.17\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:2:\"h3\";a:10:{s:11:\"font-family\";s:11:\"EB Garamond\";s:9:\"font-size\";s:4:\"30px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:3:\"1.2\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:2:\"h4\";a:10:{s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"22px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.18\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:2:\"h5\";a:10:{s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"16px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:3:\"1.5\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:2:\"h6\";a:10:{s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"12px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.17\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:2:\"em\";a:10:{s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"14px\";s:7:\"variant\";s:10:\"300 italic\";s:11:\"line-height\";s:4:\"1.43\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:0:\"\";}s:17:\"additional-font-1\";a:10:{s:11:\"font-family\";s:11:\"EB Garamond\";s:9:\"font-size\";s:4:\"60px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.07\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"700\";s:10:\"font-style\";s:6:\"italic\";s:7:\"subsets\";s:0:\"\";}s:17:\"additional-font-2\";a:10:{s:11:\"font-family\";s:10:\"Alex Brush\";s:9:\"font-size\";s:4:\"50px\";s:7:\"variant\";s:6:\"normal\";s:11:\"line-height\";s:4:\"1.16\";s:5:\"color\";s:7:\"#e9ccbb\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:13:\"gfont-subsets\";a:22:{s:6:\"arabic\";s:0:\"\";s:7:\"bengali\";s:0:\"\";s:8:\"cyrillic\";s:0:\"\";s:12:\"cyrillic-ext\";s:0:\"\";s:10:\"devanagari\";s:0:\"\";s:5:\"greek\";s:0:\"\";s:9:\"greek-ext\";s:0:\"\";s:8:\"gujarati\";s:0:\"\";s:8:\"gurmukhi\";s:0:\"\";s:6:\"hebrew\";s:0:\"\";s:7:\"kannada\";s:0:\"\";s:5:\"khmer\";s:0:\"\";s:5:\"latin\";s:1:\"1\";s:9:\"latin-ext\";s:0:\"\";s:9:\"malayalam\";s:0:\"\";s:7:\"myanmar\";s:0:\"\";s:5:\"oriya\";s:0:\"\";s:7:\"sinhala\";s:0:\"\";s:5:\"tamil\";s:0:\"\";s:6:\"telugu\";s:0:\"\";s:4:\"thai\";s:0:\"\";s:10:\"vietnamese\";s:0:\"\";}s:14:\"top-bar-layout\";s:14:\"beaver-top-bar\";s:13:\"header-layout\";s:9:\"logo-menu\";s:13:\"header-height\";s:2:\"90\";s:13:\"sticky-header\";s:1:\"1\";s:20:\"enable-header-search\";s:1:\"1\";s:22:\"show-empty-header-cart\";s:1:\"0\";s:17:\"full-width-header\";s:1:\"0\";s:16:\"header-text-main\";s:201:\"<a href=\"/janet-williams-appointments/\" target=\"_self\" class=\"vamtam-button accent1 hover-accent6 button-solid\" role=\"button\" style=\"font-size: 12px;\">\n<span class=\"vamtam-button-text\">Book</span>\n</a>\";s:17:\"header-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-size\";s:7:\"contain\";s:19:\"background-position\";s:8:\"left top\";}s:21:\"sub-header-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:17:\"page-title-layout\";s:8:\"centered\";s:21:\"page-title-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:33:\"page-title-background-hide-lowres\";s:1:\"0\";s:4:\"logo\";a:10:{s:11:\"font-family\";s:7:\"Poppins\";s:9:\"font-size\";s:4:\"36px\";s:7:\"variant\";s:3:\"600\";s:11:\"line-height\";s:4:\"0.83\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:27:\"main-menu-text-sticky-color\";s:7:\"#ffffff\";s:18:\"left-sidebar-width\";s:2:\"25\";s:19:\"right-sidebar-width\";s:2:\"25\";s:15:\"main-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:6:\"repeat\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:27:\"main-background-hide-lowres\";s:0:\"\";s:12:\"primary-font\";a:17:{i:0;s:1:\"#\";i:1;s:1:\"2\";i:2;s:1:\"e\";i:3;s:1:\"2\";i:4;s:1:\"e\";i:5;s:1:\"2\";i:6;s:1:\"e\";s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"14px\";s:7:\"variant\";s:3:\"300\";s:11:\"line-height\";s:4:\"1.43\";s:5:\"color\";s:7:\"#3d435c\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:5:\"latin\";}s:9:\"body-link\";a:4:{s:7:\"regular\";s:7:\"#2c396b\";s:5:\"hover\";s:7:\"#586bb4\";s:7:\"visited\";s:7:\"#2c396b\";s:6:\"active\";s:7:\"#586bb4\";}s:15:\"one-page-footer\";s:1:\"0\";s:22:\"footer-beaver-template\";s:18:\"landscaping-footer\";s:22:\"footer-sidebars-titles\";a:10:{s:11:\"font-family\";s:9:\"Work Sans\";s:9:\"font-size\";s:4:\"24px\";s:7:\"variant\";s:3:\"300\";s:11:\"line-height\";s:4:\"1.25\";s:5:\"color\";s:7:\"#2c396b\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:0:\"\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:18:\"show-scroll-to-top\";s:1:\"1\";s:13:\"sticky-footer\";s:1:\"1\";s:12:\"top-bar-text\";s:81:\"<div align=\"right\">\n<font size=\"15px\">\n<b>Call us: 800-454-9272</b></font>\n</div>\";s:19:\"top-bar-social-lead\";s:0:\"\";s:17:\"top-bar-social-fb\";s:0:\"\";s:22:\"top-bar-social-twitter\";s:1:\"#\";s:23:\"top-bar-social-linkedin\";s:1:\"#\";s:20:\"top-bar-social-gplus\";s:0:\"\";s:21:\"top-bar-social-flickr\";s:0:\"\";s:24:\"top-bar-social-pinterest\";s:0:\"\";s:23:\"top-bar-social-dribbble\";s:0:\"\";s:24:\"top-bar-social-instagram\";s:0:\"\";s:22:\"top-bar-social-youtube\";s:0:\"\";s:20:\"top-bar-social-vimeo\";s:0:\"\";s:18:\"top-nav-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:6:\"repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:11:\"css-tophead\";a:3:{s:10:\"text-color\";s:7:\"#2a7d2e\";s:10:\"link-color\";s:7:\"#2a7d2e\";s:16:\"link-hover-color\";s:7:\"#ffffff\";}s:7:\"submenu\";a:3:{s:10:\"background\";s:7:\"#ffffff\";s:5:\"color\";s:7:\"#000000\";s:11:\"hover-color\";s:7:\"#2a7d2e\";}s:20:\"footer-sidebars-font\";a:10:{s:11:\"font-family\";s:10:\"Montserrat\";s:9:\"font-size\";s:4:\"14px\";s:7:\"variant\";s:3:\"300\";s:11:\"line-height\";s:3:\"5px\";s:5:\"color\";s:7:\"#000000\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"300\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:11:\"footer-link\";a:4:{s:7:\"regular\";s:7:\"#45545e\";s:5:\"hover\";s:7:\"#000000\";s:7:\"visited\";s:7:\"#54687e\";s:6:\"active\";s:7:\"#000000\";}s:17:\"full-width-footer\";s:1:\"1\";s:17:\"footer-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ffffff\";s:17:\"background-repeat\";s:9:\"no-repeat\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:29:\"footer-background-hide-lowres\";s:1:\"1\";s:20:\"full-width-subfooter\";s:1:\"0\";s:14:\"subfooter-left\";s:0:\"\";s:16:\"subfooter-center\";s:0:\"\";s:15:\"subfooter-right\";s:0:\"\";s:20:\"subfooter-background\";a:6:{s:16:\"background-image\";s:0:\"\";s:16:\"background-color\";s:7:\"#ff4c4c\";s:17:\"background-repeat\";s:6:\"repeat\";s:21:\"background-attachment\";s:5:\"fixed\";s:15:\"background-size\";s:4:\"auto\";s:19:\"background-position\";s:8:\"left top\";}s:10:\"sub-footer\";a:10:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:9:\"font-size\";s:5:\"120px\";s:7:\"variant\";s:3:\"300\";s:11:\"line-height\";s:5:\"240px\";s:5:\"color\";s:7:\"#45545e\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:0:\"\";s:7:\"subsets\";s:0:\"\";}s:23:\"header-sidebars-1-width\";s:8:\"cell-1-3\";s:23:\"header-sidebars-2-width\";s:8:\"cell-1-3\";s:23:\"header-sidebars-3-width\";s:8:\"cell-1-3\";s:23:\"header-sidebars-4-width\";s:0:\"\";s:23:\"header-sidebars-5-width\";s:0:\"\";s:23:\"header-sidebars-6-width\";s:0:\"\";s:23:\"header-sidebars-7-width\";s:0:\"\";s:23:\"header-sidebars-8-width\";s:0:\"\";s:23:\"footer-sidebars-1-width\";s:8:\"cell-1-1\";s:23:\"footer-sidebars-2-width\";s:8:\"cell-2-3\";s:23:\"footer-sidebars-3-width\";s:8:\"cell-2-3\";s:23:\"footer-sidebars-4-width\";s:8:\"cell-1-2\";s:23:\"footer-sidebars-5-width\";s:8:\"cell-1-2\";s:23:\"footer-sidebars-6-width\";s:8:\"cell-1-2\";s:23:\"footer-sidebars-7-width\";s:8:\"cell-1-2\";s:23:\"footer-sidebars-8-width\";s:8:\"cell-1-2\";s:8:\"last_tab\";s:0:\"\";s:18:\"show_scroll_to_top\";s:1:\"1\";s:21:\"theme-loop-images-wth\";s:3:\"1.3\";s:23:\"theme-single-images-wth\";s:3:\"1.3\";s:22:\"hide-single-post-image\";s:1:\"1\";s:18:\"envato-license-key\";s:0:\"\";s:21:\"system-status-opt-out\";s:5:\"false\";s:12:\"google_fonts\";s:157:\"https://fonts.googleapis.com/css?family=EB+Garamond:normal,bold|Work+Sans:normal,300italic,300,bold,700i|Alex+Brush:normal,bold|Poppins:600,bold&subset=latin\";}','yes'),(237,'elementor_container_width','1260','yes'),(238,'vamtam-css-cache-timestamp','1687336873','yes'),(239,'pur-vamtam-last-theme-version','13.6','yes'),(245,'theme_mods_pur','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:0:{}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1687337045;s:4:\"data\";a:4:{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:9:\"page-left\";a:0:{}s:10:\"page-right\";a:0:{}s:20:\"overlay-menu-sidebar\";a:0:{}}}}','yes'),(250,'_elementor_settings_update_time','1687337231','yes'),(251,'elementor_cpt_support','a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}','yes'),(252,'elementor_disable_color_schemes','yes','yes'),(253,'elementor_disable_typography_schemes','yes','yes'),(254,'elementor_allow_tracking','no','yes'),(255,'elementor_google_maps_api_key','','yes'),(256,'elementor_css_print_method','external','yes'),(257,'elementor_editor_break_lines','','yes'),(258,'elementor_unfiltered_files_upload','','yes'),(259,'elementor_google_font','1','yes'),(260,'elementor_load_fa4_shim','','yes'),(261,'elementor_meta_generator_tag','','yes'),(262,'elementor_experiment-e_font_icon_svg','default','yes'),(263,'elementor_experiment-container','default','yes'),(264,'elementor_experiment-container_grid','default','yes'),(265,'elementor_experiment-editor_v2','default','yes'),(266,'elementor_experiment-nested-elements','default','yes'),(267,'elementor_experiment-e_lazyload','default','yes'),(268,'elementor_experiment-e_global_styleguide','default','yes'),(269,'elementor_experiment-e_dom_optimization','default','yes'),(270,'elementor_experiment-e_optimized_assets_loading','default','yes'),(271,'elementor_experiment-e_optimized_css_loading','default','yes'),(272,'elementor_experiment-a11y_improvements','default','yes'),(273,'elementor_experiment-additional_custom_breakpoints','default','yes'),(274,'elementor_experiment-e_swiper_latest','default','yes'),(275,'elementor_experiment-hello-theme-header-footer','default','yes'),(276,'elementor_experiment-landing-pages','default','yes'),(283,'eael_setup_wizard','complete','yes'),(284,'eael_save_settings','a:57:{s:9:\"post-grid\";s:0:\"\";s:13:\"post-timeline\";s:0:\"\";s:10:\"fancy-text\";i:1;s:12:\"creative-btn\";i:1;s:10:\"count-down\";i:1;s:12:\"team-members\";i:1;s:12:\"testimonials\";i:1;s:8:\"info-box\";i:1;s:8:\"flip-box\";i:1;s:14:\"call-to-action\";i:1;s:11:\"dual-header\";i:1;s:11:\"price-table\";i:1;s:12:\"twitter-feed\";s:0:\"\";s:13:\"facebook-feed\";s:0:\"\";s:19:\"advanced-data-table\";s:0:\"\";s:10:\"data-table\";i:1;s:14:\"filter-gallery\";i:1;s:15:\"image-accordion\";i:1;s:14:\"content-ticker\";i:1;s:7:\"tooltip\";i:1;s:13:\"adv-accordion\";i:1;s:8:\"adv-tabs\";i:1;s:12:\"progress-bar\";i:1;s:12:\"feature-list\";i:1;s:12:\"product-grid\";s:0:\"\";s:14:\"contact-form-7\";s:0:\"\";s:7:\"weforms\";s:0:\"\";s:10:\"ninja-form\";s:0:\"\";s:9:\"formstack\";s:0:\"\";s:12:\"gravity-form\";s:0:\"\";s:12:\"caldera-form\";s:0:\"\";s:7:\"wpforms\";s:0:\"\";s:10:\"fluentform\";s:0:\"\";s:8:\"typeform\";s:0:\"\";s:24:\"betterdocs-category-grid\";s:0:\"\";s:23:\"betterdocs-category-box\";s:0:\"\";s:22:\"betterdocs-search-form\";s:0:\"\";s:12:\"sticky-video\";i:1;s:14:\"event-calendar\";s:0:\"\";s:10:\"embedpress\";i:1;s:24:\"crowdfundly-organization\";i:1;s:24:\"crowdfundly-all-campaign\";i:1;s:27:\"crowdfundly-single-campaign\";i:1;s:12:\"woo-checkout\";s:0:\"\";s:8:\"woo-cart\";s:0:\"\";s:14:\"login-register\";s:0:\"\";s:18:\"woocommerce-review\";i:1;s:11:\"career-page\";i:1;s:19:\"woo-product-compare\";s:0:\"\";s:20:\"woo-product-carousel\";s:0:\"\";s:11:\"simple-menu\";i:1;s:19:\"woo-product-gallery\";s:0:\"\";s:18:\"interactive-circle\";s:0:\"\";s:14:\"better-payment\";i:1;s:11:\"nft-gallery\";i:1;s:16:\"business-reviews\";s:0:\"\";s:8:\"svg-draw\";s:0:\"\";}','yes'),(285,'wpdeveloper_plugins_data','a:1:{s:25:\"essential_adons_elementor\";a:3:{s:16:\"notice_will_show\";a:2:{s:6:\"opt_in\";i:1696568511;s:6:\"review\";i:1696914111;}s:4:\"time\";i:1696352511;s:7:\"version\";s:6:\"5.8.10\";}}','yes'),(286,'eael_version','5.9.21','yes'),(287,'eael_admin_menu_notice','6','no'),(290,'metform__banner_last_check','1696397480','yes'),(291,'metform__banner_data','O:8:\"stdClass\":10:{s:8:\"10010506\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010506;s:5:\"title\";s:32:\"Wpmet Summer sale 2023 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010508\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010508;s:5:\"title\";s:31:\"Wpmet Summer sale 2023 own page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1689552000;s:3:\"end\";i:1691625600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:32:\"https://wpmet.com/summer-sale-23\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:537:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Summer sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $174 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10010418\";O:8:\"stdClass\":7:{s:2:\"id\";i:10010418;s:5:\"title\";s:32:\"Wpmet Summer Ownpage Notice 2023\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1685577600;s:3:\"end\";i:1686787200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:26:\"https://wpmet.com/birthday\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:539:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $221 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 45% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2023/06/notice.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10008094\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008094;s:5:\"title\";s:24:\"GetGenie Cross Promotion\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1678492800;s:3:\"end\";i:1688083200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:35:\"https://wpmet.com/getgenie-org-page\";s:11:\"button_text\";s:14:\"Get Yours Now!\";s:11:\"notice_body\";s:766:\"<h2>We are delighted to announce that <span style=\"color: #2471b1;\"><strong style=\"color: #2471b1; text-transform: uppercase; font-size: 14px;\">GetGenie AI is now available</strong></span>!</h2>\r\n<h4 style=\"font-size: 16px; margin-left: -2px;\"><b>Let&#039;s write your content 20x faster with AI. Also, Research </b><b>keywords</b><b>, A</b><b>nalyse your </b><b>competitors, head 2 Head analysis,  content writing with ai, and search engine ranking with NLP Keywords optimization—all within WordPress.</b> Additionally, <b>you can chat</b> with the GENIE AI about your needs.</h4>\r\n<span style=\"color: #dd0cd9;\">Join now and get <span style=\"font-weight: 400;\"><strong>1500 words for free every month</strong></span></span><span style=\"color: #dd0cd9;\">. </span>\";s:12:\"notice_image\";s:79:\"https://api.wpmet.com/auth/wp-content/uploads/2023/03/genie_compare_image_4.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:20:\"background: #e9fce5;\";s:10:\"unique_key\";s:20:\"getgenie-cross-promo\";}}s:8:\"10008085\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008085;s:5:\"title\";s:27:\"Wpmet Notice Dashboard 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:517:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet</span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10008083\";O:8:\"stdClass\":7:{s:2:\"id\";i:10008083;s:5:\"title\";s:25:\"Wpmet Notice Ownpage 2022\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1671580800;s:3:\"end\";i:1673740800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\"https://wpmet.com/holiday22/notice\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:519:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Holiday Deals from Wpmet. </span></strong> <br>\r\n<strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $1670 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 35% discounts</b> on each of our PRO plugins — ElementsKit, ShopEngine, MetForm, WP Social — or get them <b>all in super-saver bundles to save 70% instantly!\r\n</b></p>\";s:12:\"notice_image\";s:70:\"https://api.wpmet.com/auth/wp-content/uploads/2022/11/70-OFF-wpmet.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:7:\"bfc2022\";}}s:8:\"10007775\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007775;s:5:\"title\";s:17:\"August Flash Sale\";s:4:\"type\";s:6:\"banner\";s:6:\"screen\";s:7:\"plugins\";s:5:\"start\";i:1661385600;s:3:\"end\";i:1661904000;s:4:\"data\";O:8:\"stdClass\":7:{s:4:\"type\";s:6:\"banner\";s:11:\"banner_link\";s:30:\"https://wpmet.com/flash/banner\";s:12:\"banner_image\";s:75:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/InPlugin-Banner-4.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:76:\"background-color: #00003E; display: block; height: 60px; text-align: center;\";s:10:\"unique_key\";s:15:\"AugustFlashSale\";}}s:8:\"10007665\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007665;s:5:\"title\";s:18:\"Metform x Hubspot!\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1660003200;s:3:\"end\";i:1661299200;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:232:\"<span style=\"color: #000000;\"><strong>MetForm\'s HubSpot FREE integration</strong> is now complete for your convenience. Just go to MetForm → Settings → CRM &amp; Marketing Integrations to connect HubSpot with MetForm now!</span>\";s:12:\"notice_image\";s:84:\"https://api.wpmet.com/auth/wp-content/uploads/2022/08/Metform-Integration-notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10007416\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007416;s:5:\"title\";s:28:\"Wpmet 4th of July Flash Sale\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1656806400;s:3:\"end\";i:1657065600;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:603:\"ElementsKit, ShopEngine, MetForm, WP Social, WP Ultimate Review — get all these PRO plugins altogether and save 70% instantly! Happy 4th of July Flash Sale!!\r\n\r\n<a href=\"https://wpmet.com/4-july/notice\"><span data-sheets-value=\"{&quot;1&quot;:2,&quot;2&quot;:&quot;Claim Your Discount →&quot;}\" data-sheets-userformat=\"{&quot;2&quot;:1337857,&quot;3&quot;:{&quot;1&quot;:0},&quot;12&quot;:0,&quot;14&quot;:{&quot;1&quot;:2,&quot;2&quot;:1136076},&quot;16&quot;:10,&quot;17&quot;:1,&quot;21&quot;:1,&quot;23&quot;:1}\" data-sheets-hyperlink=\"https://wpmet.com/deals\">Claim Your Discount →</span></a>\";s:12:\"notice_image\";s:64:\"https://api.wpmet.com/auth/wp-content/uploads/2022/07/Notice.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:13:\"4thJulybanner\";}}s:8:\"10007174\";O:8:\"stdClass\":7:{s:2:\"id\";i:10007174;s:5:\"title\";s:31:\"Wpmet Birthday Campaign Ownpage\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:8:\"all_page\";s:5:\"start\";i:1653868800;s:3:\"end\";i:1655942400;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:0:\"\";s:11:\"button_text\";s:0:\"\";s:11:\"notice_body\";s:261:\"Wpmet\'s Birthday Sale is going on! Enjoy limited-time discounts of up to 50% on each of our PRO plugins — ElementsKit , ShopEngine, MetForm, WP Social, WP Ultimate Review. Hurry up!\r\n\r\n<a href=\"https://wpmet.com/notice/birthday-deal\">Get Your Discount →</a>\";s:12:\"notice_image\";s:76:\"https://api.wpmet.com/auth/wp-content/uploads/2022/05/InPlugin-Notice-50.gif\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:14:\"display: block\";s:10:\"unique_key\";s:14:\"birthdaybanner\";}}}','yes'),(292,'metform_install_date','2023-06-21 08:54:00','yes'),(293,'eael_editor_updated_at','1687414769','yes'),(294,'eael_global_settings','a:1:{s:22:\"eael_ext_scroll_to_top\";a:0:{}}','yes'),(300,'elementor_scheme_color','a:4:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";}','yes'),(301,'elementor_scheme_typography','a:4:{i:1;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"600\";}i:2;a:2:{s:11:\"font_family\";s:11:\"Roboto Slab\";s:11:\"font_weight\";s:3:\"400\";}i:3;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"400\";}i:4;a:2:{s:11:\"font_family\";s:6:\"Roboto\";s:11:\"font_weight\";s:3:\"500\";}}','yes'),(302,'elementor_scheme_color-picker','a:8:{i:1;s:7:\"#6ec1e4\";i:2;s:7:\"#54595f\";i:3;s:7:\"#7a7a7a\";i:4;s:7:\"#61ce70\";i:5;s:7:\"#4054b2\";i:6;s:7:\"#23a455\";i:7;s:4:\"#000\";i:8;s:4:\"#fff\";}','yes'),(312,'bsf_analytics_optin','no','yes'),(319,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(320,'elementskit_options','a:1:{s:17:\"megamenu_settings\";a:1:{s:15:\"menu_location_4\";a:1:{s:10:\"is_enabled\";i:0;}}}','yes'),(332,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:29:\"salon-booking-system/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.5.10\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1689920613;s:11:\"plugin_path\";s:30:\"salon-booking-system/salon.php\";}}s:7:\"abspath\";s:33:\"/storage/v11800/noha/public_html/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:30:\"salon-booking-system/salon.php\";s:8:\"sdk_path\";s:29:\"salon-booking-system/freemius\";s:7:\"version\";s:6:\"2.5.10\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1689920613;}}','yes'),(333,'fs_debug_mode','','yes'),(334,'fs_accounts','a:5:{s:21:\"id_slug_type_path_map\";a:1:{i:3257;a:3:{s:4:\"slug\";s:20:\"salon-booking-system\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:30:\"salon-booking-system/salon.php\";}}s:11:\"plugin_data\";a:1:{s:20:\"salon-booking-system\";a:16:{s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:30:\"salon-booking-system/salon.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1687350490;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.4.3\";s:11:\"sdk_version\";s:6:\"2.5.10\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:3:\"9.6\";s:14:\"plugin_version\";s:5:\"9.6.4\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";b:1;s:4:\"host\";s:22:\"noha.in8.cdn-alpha.com\";s:9:\"server_ip\";s:15:\"103.226.224.116\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1687350490;s:7:\"version\";s:5:\"8.4.6\";}s:15:\"prev_is_premium\";b:0;s:12:\"is_anonymous\";a:3:{s:2:\"is\";b:1;s:9:\"timestamp\";i:1687350516;s:7:\"version\";s:5:\"8.4.6\";}}}s:13:\"file_slug_map\";a:1:{s:30:\"salon-booking-system/salon.php\";s:20:\"salon-booking-system\";}s:7:\"plugins\";a:1:{s:20:\"salon-booking-system\";O:9:\"FS_Plugin\":24:{s:16:\"parent_plugin_id\";N;s:5:\"title\";s:45:\"Salon Booking Wordpress Plugin - Free Version\";s:4:\"slug\";s:20:\"salon-booking-system\";s:12:\"premium_slug\";s:28:\"salon-booking-system-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:30:\"salon-booking-system/salon.php\";s:7:\"version\";s:5:\"9.6.4\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;s:10:\"public_key\";s:32:\"pk_e750486b23f30cab3c1e3005a4dd7\";s:10:\"secret_key\";N;s:2:\"id\";s:4:\"3257\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;}}s:9:\"unique_id\";s:32:\"3e30642ea3f862c3d136a535c523df9d\";}','yes'),(335,'fs_gdpr','a:1:{s:2:\"u1\";a:1:{s:8:\"required\";b:0;}}','yes'),(336,'fs_api_cache','a:0:{}','no'),(339,'_transient__sln_welcome_show_page','0','yes'),(340,'salon_settings','a:87:{s:11:\"date_format\";s:7:\"default\";s:11:\"time_format\";s:7:\"default\";s:17:\"hours_before_from\";s:6:\"+1 day\";s:15:\"hours_before_to\";s:8:\"+1 month\";s:8:\"interval\";i:30;s:17:\"availability_mode\";s:8:\"advanced\";s:17:\"attendant_enabled\";s:1:\"1\";s:20:\"form_steps_alt_order\";s:1:\"1\";s:16:\"disabled_message\";s:76:\"Booking is not available at the moment, please contact us at wp@dxpsites.com\";s:8:\"gen_name\";s:0:\"\";s:9:\"gen_email\";s:0:\"\";s:9:\"gen_phone\";s:0:\"\";s:11:\"gen_address\";s:0:\"\";s:13:\"gen_timetable\";s:94:\"In case of delay we\'ll keep your \"seat\" for 15 minutes, after that you\'ll loose your priority.\";s:14:\"last_step_note\";s:266:\"You will receive a booking confirmation by email.If you do not receive an email in 5 minutes, check your Junk Mail or Spam Folder. If you need to change your reservation, please call <strong>[SALON PHONE]</strong> or send an e-mail to <strong>[SALON EMAIL]</strong>.\";s:12:\"soc_facebook\";N;s:11:\"soc_twitter\";N;s:10:\"soc_google\";N;s:12:\"ajax_enabled\";b:1;s:7:\"booking\";b:1;s:8:\"thankyou\";s:3:\"251\";s:14:\"availabilities\";a:1:{i:0;a:3:{s:4:\"days\";a:5:{i:2;i:1;i:3;i:1;i:4;i:1;i:5;i:1;i:6;i:1;}s:4:\"from\";a:2:{i:0;s:5:\"08:00\";i:1;s:5:\"13:00\";}s:2:\"to\";a:2:{i:0;s:5:\"13:00\";i:1;s:5:\"20:00\";}}}s:24:\"sms_notification_message\";s:93:\"Hi [NAME],\r\ntake note of your reservation at [SALON NAME] on [DATE] at [TIME].\r\nSee you soon.\";s:33:\"sms_notification_message_modified\";s:106:\"Hi [NAME],\r\nyour reservation at [SALON NAME], has been updated.\r\nWe\'ve sent you an email with the details.\";s:13:\"email_subject\";s:58:\"Your booking reminder for [DATE] at [TIME] at [SALON NAME]\";s:22:\"booking_update_message\";s:72:\"Hi [NAME],\r\ntake note of the details of your reservation at [SALON NAME]\";s:16:\"email_nb_subject\";s:49:\"Your booking for [DATE] at [TIME] at [SALON NAME]\";s:19:\"new_booking_message\";s:72:\"Hi [NAME],\r\ntake note of the details of your reservation at [SALON NAME]\";s:17:\"follow_up_message\";s:142:\"Hi [NAME],\r\nIt\'s been a while since your last visit, would you like to book a new appointment with us?\r\n\r\nWe look forward to seeing you again.\";s:12:\"pay_currency\";s:3:\"USD\";s:16:\"pay_currency_pos\";s:5:\"right\";s:21:\"pay_decimal_separator\";s:1:\".\";s:22:\"pay_thousand_separator\";s:1:\",\";s:16:\"pay_paypal_email\";s:13:\"test@test.com\";s:15:\"pay_paypal_test\";b:1;s:17:\"pay_stripe_method\";s:4:\"card\";s:14:\"parallels_hour\";i:1;s:14:\"sln_db_version\";s:3:\"8.7\";s:30:\"onesignal_notification_message\";s:60:\"Hi, the new reservation at [SALON NAME] on [DATE] at [TIME].\";s:22:\"enable_discount_system\";b:1;s:5:\"debug\";b:0;s:16:\"bookingmyaccount\";s:3:\"252\";s:3:\"pay\";s:3:\"250\";s:14:\"zapier_api_key\";s:20:\"6d30362932970cfb9aed\";s:8:\"gen_logo\";s:3:\"257\";s:18:\"editors_manage_cap\";s:1:\"0\";s:35:\"only_from_backend_attendant_enabled\";s:1:\"0\";s:19:\"m_attendant_enabled\";s:1:\"0\";s:31:\"hide_invalid_attendants_enabled\";s:1:\"0\";s:23:\"skip_attendants_enabled\";s:1:\"0\";s:15:\"attendant_email\";s:1:\"0\";s:32:\"choose_attendant_for_me_disabled\";s:1:\"0\";s:11:\"sms_enabled\";s:1:\"0\";s:11:\"sms_account\";s:0:\"\";s:12:\"sms_password\";s:0:\"\";s:10:\"sms_prefix\";s:0:\"\";s:12:\"sms_provider\";s:4:\"fake\";s:8:\"sms_from\";s:0:\"\";s:7:\"sms_new\";s:1:\"0\";s:14:\"sms_new_number\";s:0:\"\";s:12:\"sms_modified\";s:1:\"0\";s:17:\"sms_new_attendant\";s:1:\"0\";s:22:\"sms_modified_attendant\";s:1:\"0\";s:16:\"whatsapp_enabled\";s:1:\"0\";s:10:\"sms_remind\";s:1:\"0\";s:19:\"sms_remind_interval\";s:7:\"+1 hour\";s:16:\"sms_trunk_prefix\";s:1:\"0\";s:12:\"email_remind\";s:1:\"0\";s:21:\"email_remind_interval\";s:7:\"+1 hour\";s:30:\"disable_new_user_welcome_email\";s:1:\"0\";s:15:\"follow_up_email\";s:1:\"0\";s:13:\"follow_up_sms\";s:1:\"0\";s:18:\"follow_up_interval\";s:7:\"+1 days\";s:14:\"feedback_email\";s:1:\"0\";s:12:\"feedback_sms\";s:1:\"0\";s:19:\"custom_feedback_url\";s:0:\"\";s:22:\"feedback_email_subject\";s:18:\"Noha International\";s:16:\"feedback_message\";s:191:\"Hi [NAME],\r\nwould you like to leave a review on your last appointment at [SALON NAME]?\r\nYour feedback we\'ll help us improving our services and providing you a better experience in the future.\";s:16:\"onesignal_app_id\";s:0:\"\";s:13:\"onesignal_new\";s:1:\"0\";s:19:\"google_maps_api_key\";s:0:\"\";s:25:\"google_maps_api_key_valid\";s:0:\"\";s:10:\"week_start\";s:1:\"0\";s:13:\"calendar_view\";s:5:\"month\";s:15:\"sms_test_number\";s:0:\"\";s:16:\"sms_test_message\";s:0:\"\";s:33:\"salon_staff_manage_cap_export_csv\";s:1:\"0\";}','yes'),(341,'_transient_sln_phone_country_dial_code_updated','1','yes'),(342,'sln_calendar_page_show','1','yes'),(343,'sln_zapier_new_bookings_ids','a:1:{i:0;i:253;}','yes'),(344,'salon_cache','a:29:{s:10:\"2023-06-22\";a:2:{s:10:\"free_slots\";a:4:{i:0;s:5:\"18:00\";i:1;s:5:\"18:30\";i:2;s:5:\"19:00\";i:3;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-23\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-24\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-06-25\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-06-26\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-27\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-28\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-29\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-06-30\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-01\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-02\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-03\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-04\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-05\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-06\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-07\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-08\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-09\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-10\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-11\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-12\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-13\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-14\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-15\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-16\";a:2:{s:10:\"free_slots\";a:0:{}s:6:\"status\";s:13:\"booking_rules\";}s:10:\"2023-07-17\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-18\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-19\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}s:10:\"2023-07-20\";a:2:{s:10:\"free_slots\";a:24:{i:0;s:5:\"08:00\";i:1;s:5:\"08:30\";i:2;s:5:\"09:00\";i:3;s:5:\"09:30\";i:4;s:5:\"10:00\";i:5;s:5:\"10:30\";i:6;s:5:\"11:00\";i:7;s:5:\"11:30\";i:8;s:5:\"12:00\";i:9;s:5:\"12:30\";i:10;s:5:\"13:00\";i:11;s:5:\"13:30\";i:12;s:5:\"14:00\";i:13;s:5:\"14:30\";i:14;s:5:\"15:00\";i:15;s:5:\"15:30\";i:16;s:5:\"16:00\";i:17;s:5:\"16:30\";i:18;s:5:\"17:00\";i:19;s:5:\"17:30\";i:20;s:5:\"18:00\";i:21;s:5:\"18:30\";i:22;s:5:\"19:00\";i:23;s:5:\"19:30\";}s:6:\"status\";s:4:\"free\";}}','no'),(363,'eael_templately_promo_hide','1','yes'),(443,'_transient_timeout_wp_cli_login/1f07b4-2502de40-741d5e56ba','1694202854','no'),(444,'_transient_wp_cli_login/1f07b4-2502de40-741d5e56ba','{\"user\":1,\"private\":\"$P$B3cwyTAw96mxcS0v8fElaSmMl\\/7qNJ\\/\",\"time\":1694201954}','no'),(447,'default_comment_status','open','yes'),(448,'db_upgraded','','yes'),(457,'can_compress_scripts','0','yes'),(474,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1717102622;s:7:\"checked\";a:4:{s:15:\"hello-elementor\";s:5:\"2.8.1\";s:16:\"twentytwentyfour\";s:3:\"1.1\";s:17:\"twentytwentythree\";s:3:\"1.4\";s:15:\"twentytwentytwo\";s:3:\"1.7\";}s:8:\"response\";a:1:{s:15:\"hello-elementor\";a:6:{s:5:\"theme\";s:15:\"hello-elementor\";s:11:\"new_version\";s:5:\"3.0.2\";s:3:\"url\";s:45:\"https://wordpress.org/themes/hello-elementor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/hello-elementor.3.0.2.zip\";s:8:\"requires\";s:3:\"6.0\";s:12:\"requires_php\";s:3:\"7.3\";}}s:9:\"no_update\";a:3:{s:16:\"twentytwentyfour\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfour\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfour/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.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.4\";s:3:\"url\";s:47:\"https://wordpress.org/themes/twentytwentythree/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/theme/twentytwentythree.1.4.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.7\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentytwentytwo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip\";s:8:\"requires\";s:3:\"5.9\";s:12:\"requires_php\";s:3:\"5.6\";}}s:12:\"translations\";a:0:{}}','no'),(483,'_site_transient_timeout_browser_12cff7c401b241581c1f347ece73543d','1695107223','no'),(484,'_site_transient_browser_12cff7c401b241581c1f347ece73543d','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(485,'_transient_timeout_elementor_remote_info_api_data_3.15.3','1694545628','no'),(486,'_transient_elementor_remote_info_api_data_3.15.3','a:4:{s:9:\"timestamp\";s:10:\"1694501010\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(497,'_site_transient_timeout_community-events-c8e9e42e62e305d9a1f92094141e0761','1694545666','no'),(498,'_site_transient_community-events-c8e9e42e62e305d9a1f92094141e0761','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"172.71.202.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Mumbai 2023\";s:3:\"url\";s:33:\"https://mumbai.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-10-28 00:00:00\";s:8:\"end_date\";s:19:\"2023-10-29 00:00:00\";s:20:\"start_unix_timestamp\";i:1698431400;s:18:\"end_unix_timestamp\";i:1698517800;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Mumbai, Maharashtra, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:19.0507572;s:9:\"longitude\";d:72.829808700000001;}}}}','no'),(504,'elementor_1_elementor_updater_batch_361af8d429ce6fb8b2f51765f1c7','a:3:{i:0;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:16:\"_on_each_version\";}}i:1;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:27:\"_v_3_16_0_container_updates\";}}i:2;a:1:{s:8:\"callback\";a:2:{i:0;s:31:\"Elementor\\Core\\Upgrade\\Upgrades\";i:1;s:31:\"_v_3_17_0_site_settings_updates\";}}}','no'),(505,'_transient_timeout_elementor_remote_info_api_data_3.16.1','1694623552','no'),(506,'_transient_elementor_remote_info_api_data_3.16.1','a:4:{s:9:\"timestamp\";s:10:\"1694578195\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(519,'_elementor_global_css','a:7:{s:4:\"time\";i:1694580401;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;b:0;s:3:\"css\";s:0:\"\";}','yes'),(520,'_elementor_assets_data','a:1:{s:3:\"css\";a:1:{s:7:\"widgets\";a:12:{s:5:\"image\";a:2:{s:7:\"content\";s:269:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:15:\"navigation-menu\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.6\";}s:7:\"heading\";a:2:{s:7:\"content\";s:673:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:11:\"text-editor\";a:2:{s:7:\"content\";s:719:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#69727d;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#69727d;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:6:\"button\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.6\";}s:7:\"counter\";a:2:{s:7:\"content\";s:808:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-counter{display:flex;justify-content:center;align-items:stretch;flex-direction:column-reverse}.elementor-counter .elementor-counter-number{flex-grow:var(--counter-number-grow,0)}.elementor-counter .elementor-counter-number-wrapper{flex:1;display:flex;font-size:69px;font-weight:600;line-height:1;text-align:center}.elementor-counter .elementor-counter-number-prefix{text-align:end;flex-grow:var(--counter-prefix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-number-suffix{text-align:start;flex-grow:var(--counter-suffix-grow,1);white-space:pre-wrap}.elementor-counter .elementor-counter-title{flex:1;display:flex;justify-content:center;align-items:center;margin:0;padding:0;font-size:19px;font-weight:400;line-height:2.5}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:7:\"metform\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.6\";}s:8:\"progress\";a:2:{s:7:\"content\";s:1244:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-widget-progress{text-align:start}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-inline-start:15px}.elementor-progress-percentage{padding-inline-end:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-inline-start:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:12:\"social-icons\";a:2:{s:7:\"content\";s:5051:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:11:\"testimonial\";a:2:{s:7:\"content\";s:1695:\"<style>/*! elementor - v3.21.0 - 20-05-2024 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-inline-end:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:start}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>\";s:7:\"version\";s:6:\"3.21.6\";}s:20:\"eael-image-accordion\";a:2:{s:7:\"content\";s:0:\"\";s:7:\"version\";s:6:\"3.21.6\";}s:9:\"icon-list\";a:2:{s:7:\"content\";s:126:\"<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">\";s:7:\"version\";s:6:\"3.21.6\";}}}}','yes'),(529,'_transient_timeout_elementor_remote_info_api_data_3.16.3','1694798783','no'),(530,'_transient_elementor_remote_info_api_data_3.16.3','a:4:{s:9:\"timestamp\";s:10:\"1694753914\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(559,'_site_transient_timeout_browser_27b0fe621923ed3c1cf4b41dd4c034b3','1696937515','no'),(560,'_site_transient_browser_27b0fe621923ed3c1cf4b41dd4c034b3','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"116.0.0.0\";s:8:\"platform\";s:0:\"\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(561,'_site_transient_timeout_php_check_2f5acf219326a8bc5331ee302b9812f4','1696937516','no'),(562,'_site_transient_php_check_2f5acf219326a8bc5331ee302b9812f4','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'),(565,'_site_transient_timeout_community-events-faef8886f0ee945989686304e29a106f','1696375950','no'),(566,'_site_transient_community-events-faef8886f0ee945989686304e29a106f','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"172.69.87.0\";}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:20:\"WordCamp Mumbai 2023\";s:3:\"url\";s:33:\"https://mumbai.wordcamp.org/2023/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2023-10-28 00:00:00\";s:8:\"end_date\";s:19:\"2023-10-29 00:00:00\";s:20:\"start_unix_timestamp\";i:1698431400;s:18:\"end_unix_timestamp\";i:1698517800;s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Mumbai, Maharashtra, India\";s:7:\"country\";s:2:\"IN\";s:8:\"latitude\";d:19.0507572;s:9:\"longitude\";d:72.829808700000001;}}}}','no'),(567,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1696375952','no');
INSERT INTO `wp_options` VALUES (568,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Oct 2023 17:09:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.4-alpha-56702\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WP Briefing: Episode 63: A WordPress 6.4 Sneak Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2023/10/episode-63-a-wordpress-6-4-sneak-peek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Oct 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16050\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:274:\"Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.4 release, accompanied by special guest Sarah Norris, one of the Editor Tech leads for this release. Don\'t miss this opportunity for an insider\'s look!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:60:\"https://wordpress.org/news/files/2023/09/WPB063-Enhanced.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:40977:\"\n<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.4 release, accompanied by special guest Sarah Norris, one of the Editor Tech leads for this release. Don&#8217;t miss this opportunity for an insider&#8217;s look!</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Guest: <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>TwentyTwentyFour <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Theme</a> \n<ul>\n<li><a href=\"https://github.com/WordPress/twentytwentyfour\">Repo</a></li>\n\n\n\n<li><a href=\"https://www.figma.com/file/AlYr03vh4dVimwYwQkTdf6/Twenty-Twenty-Four?type=design&amp;node-id=16-14852&amp;mode=design\">Figma File</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/51132\">Image Lightbox Github</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59313\">Block Hooks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\">Upcoming WordPress Meetings</a> for Contributors</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li>Find announcements for WordPress 6.4 Beta at:\n<ul>\n<li><a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#Core</a> Slack Channel</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/\">WordPress.org/news/</a></li>\n</ul>\n</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\">Proposal: Documentation translation/localization</a></li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/20/seeking-proposals-for-interop-2024/\" target=\"_blank\">Seeking proposals for Interop 2024</a>&nbsp;&#8211; Interop 2024 is happening! WordPress developers, please contribute your proposals for 2024&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/web-platform-tests/interop/issues/new/choose\" target=\"_blank\">on GitHub</a>&nbsp;or as a comment on this post.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/09/15/wordcamp-us-2023-qa/\" target=\"_blank\">WordCamp US 2023 Q&amp;A</a> &#8211; With a successful WCUS in the books, an extensive list of post-event questions and answers are available and inspired by the event&#8217;s community and <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3Fa0Q-brSeI\" target=\"_blank\">Q&amp;A</a>.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-office-hours/\" target=\"_blank\">Accessibility Office Hours</a>&nbsp;&#8211; In an effort to improve accessibility knowledge in the WordPress project,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/accessibility/\" target=\"_blank\">the accessibility team</a>&nbsp;will hold Office Hours every Wednesday at 14:00 UTC</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-16050\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project some insight into the community that supports it. And get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> I have with me today, Sarah Norris. She is the Core Tech Editor in the WordPress 6.4 release. Welcome, Sarah.</p>\n\n\n\n<p>[00:00:47] <strong>Sarah:</strong> Oh, hi, and thanks for having me.</p>\n\n\n\n<p>[00:00:50] <strong>Josepha:</strong> First, I should give everyone kind of a concept of what we&#8217;re doing.</p>\n\n\n\n<p>So this is the WordPress 6.4 sneak peek episode of our podcast, which means that we&#8217;re going to talk a little bit about like the stuff that we are excited to get into the release stuff that we&#8217;re hoping is actually going to make it into the final release. But also, we&#8217;re going to talk a little bit about like stuff that we wish people knew.</p>\n\n\n\n<p>That we were working on. Things that are going to be really cool for users or developers or plugin authors, theme authors, things like that, that otherwise people would miss because it&#8217;s just hard to see. And so before we get started on all of that, is this your first release where you&#8217;re part of a squad like this?</p>\n\n\n\n<p>[00:01:31] <strong>Sarah:</strong> Ah, so, it&#8217;s actually my second. I was part of 6.1 as well. I led the default theme of 2023. But I am finding that the experience is a little bit different. So I&#8217;m still learning probably just as much.&nbsp;</p>\n\n\n\n<p>[00:01:42] <strong>Josepha:</strong> Yeah, absolutely. Well, and in 6.1 versus 6.4, for one, the themes are very different. Like the default themes are very different, but also the tasks involved with leading a default theme are very different from like leading things happening in the core editor in that Gutenberg plugin.</p>\n\n\n\n<p>[00:02:01] <strong>Sarah:</strong> Yeah, there&#8217;s so many different tasks. Yeah, like, I guess maybe there&#8217;s such, there&#8217;s maybe just like a set of tasks for every part of the release squad. But they&#8217;re so different. And much more involved.</p>\n\n\n\n<p>[00:02:12] <strong>Josepha:</strong> Yeah, absolutely. And as of the time of this recording, we&#8217;re recording this on September 27th. It comes out a little bit later. But as of the time of this recording, like we just wrapped up beta 1 for WordPress 6.4 yesterday. But I understand that, like an hour ago, you wrapped up a final release of the Gutenberg plugin as well.</p>\n\n\n\n<p>So you&#8217;re just kind of everywhere with us right now.</p>\n\n\n\n<p>[00:02:36] <strong>Sarah:</strong> Yeah, that&#8217;s exactly right. Yeah, we tried to make the beta 1 for 6.4 and the latest release of Gutenberg quite close together to make it easier to, to merge those latest changes for beta 1 of 6.4. So yes, that&#8217;s why it&#8217;s so close together, and fingers crossed, they both went really smoothly, so I&#8217;m really happy about that.</p>\n\n\n\n<p>[00:02:53] <strong>Josepha:</strong> Now we all sit around and watch the support queues and hope. That part, the sitting around and watching the support queues, is both my most favorite and least favorite sometimes part of releases. Like, it&#8217;s a little bit my most favorite because I get to talk to our support folks. I&#8217;m like, hey, is anything happening? But also, it&#8217;s my least favorite because it&#8217;s like the Schrödinger&#8217;s cat of releases. You&#8217;re like, as long as I don&#8217;t look at it, it could be all well or all bad, and I just don&#8217;t know.</p>\n\n\n\n<p>[00:03:23] <strong>Sarah:</strong> I hear you. I&#8217;ve just been doing something similar with watching test releases.</p>\n\n\n\n<p>[00:03:27] <strong>Josepha:</strong> Yeah. Just waiting and waiting and waiting. Yeah, absolutely. Absolutely.</p>\n\n\n\n<p>Well, let&#8217;s talk a little bit about 6.4. So WordPress 6.4 is our third major release of 2023, which is kind of a big deal for one because, like, three major releases a year is always exciting. But this particular one is, on the one hand, much larger from a feature standpoint than we kind of expected it to be, or so far, it looks like it&#8217;s going to be a bit larger than we expected.</p>\n\n\n\n<p>But also, it is our second iteration of an underrepresented gender release squad. Which I am very excited about. It&#8217;s a way for us to kind of bring in a lot of voices that otherwise we don&#8217;t see in the space. And so we&#8217;re going to just kind of talk through both of those things today. But let&#8217;s start with first: what are the things that are going into the release that you personally are most excited about, that you are most interested in making sure that we get all the way to the end of the release cycle?</p>\n\n\n\n<p>[00:04:27] <strong>Sarah:</strong> So, ones that I am particularly excited for. So, the first one on my list is the Font Library. This is looking really good to include as well. So it&#8217;s gonna do your way for users to manage fonts across their site regardless of their active themes. So similar how to how their media library works at the moment for images and other media.</p>\n\n\n\n<p>[00:04:44] <strong>Josepha:</strong> And if I recall correctly when I was looking at the prototypes for that, like the early demos of it, that has a lot of local font management as well, which helps us with GDPR concerns that we have had with font management in the CMS for a while. One, is that still correct? And two, does it look like it&#8217;s going to make it into the release?</p>\n\n\n\n<p>[00:05:04] <strong>Sarah:</strong> Yes. Yeah. Both correct. Yes. Yeah. Very easy. Yeah, that&#8217;s exactly right. So yeah, all the fonts will be managed locally. So, including things like Google Fonts. And any of the popular libraries and the way it&#8217;s been built, as it calls its files like this, it&#8217;s been built with extensibility in mind. So yeah, hopefully, the possibility should be endless for any number of font collections to be added.</p>\n\n\n\n<p>[00:05:23] <strong>Josepha:</strong> Yeah. Yeah. I, I know, for folks who are listening to this later, hopefully not much later, but if you are listening to this between when beta 1 came out and between and beta 2 is coming out, we didn&#8217;t get as much of that into beta 1 as we expected, but beta 2 should have a good chunk of it in there.</p>\n\n\n\n<p>So get out there and test that.</p>\n\n\n\n<p>[00:05:43] <strong>Sarah:</strong> It&#8217;s also just been released with Gutenberg 16.7 as well. So, I guess for anyone that you just mentioned listening in between.&nbsp;</p>\n\n\n\n<p>[00:05:51] <strong>Josepha:</strong> I&#8217;m one of those folks that has not; I don&#8217;t run trunk because I&#8217;m not that good with like preventing WordPress from falling apart. I&#8217;m not a developer, but I do run the nightlies and for the major releases for Core, and I run also the beta of Gutenberg. And so, I got both updates done this morning and started going in and looking at everything because I don&#8217;t run trunk. I didn&#8217;t have some of the weird edge cases that I saw reported over the last few weeks, which is probably good.&nbsp;</p>\n\n\n\n<p>[00:06:21] <strong>Josepha:</strong> But also, if anyone&#8217;s running trunk and is running all of the nightlies of anything, let us know where the problems are because there are not a lot of you. It feels like, like, a thousand people in the particular combination. What else is in there that you are very excited to see?</p>\n\n\n\n<p>[00:06:37] <strong>Sarah:</strong> I&#8217;m also looking forward to, so we have a new feature called Block Hook, and for anyone who follows Gutenberg, you might have heard it&#8217;s called Auto Inserting Blocks, but we&#8217;ve renamed it to Block Hook. And yes, this is another powerful feature that expands the extensibility of block themes. And so it allows plugins to automatically insert blocks into content relative to another block.</p>\n\n\n\n<p>And so, a good example that we&#8217;ve been using is automatically adding a like button to the post content block. And so yeah, I think it&#8217;s a, it&#8217;s maybe a more developer-centric feature.&nbsp;</p>\n\n\n\n<p>[00:07:09] <strong>Josepha:</strong> So, like, it detects what block you have and suggests bits and pieces that otherwise would make sense there that other people are usually using in those blocks.</p>\n\n\n\n<p>[00:07:20] <strong>Sarah:</strong> Yeah. Yeah. So you can add all through JSON as well. You can add a block that will automatically be added.</p>\n\n\n\n<p>[00:07:25] <strong>Josepha:</strong> All right. Excellent. That was part of the Interactivity API, or is, is early parts of it rather, I guess.</p>\n\n\n\n<p>[00:07:35] <strong>Sarah:</strong> Yes, that&#8217;s right. Yeah. Yeah. It&#8217;s the start.</p>\n\n\n\n<p>[00:07:39] <strong>Josepha:</strong> Another thing that is a part of the Interactivity API, which we&#8217;ve been working on, folks. I think everybody knows for like a year or two. The other part that is shipping in 6.4 is, I think, the Lightbox for images. Is that right?</p>\n\n\n\n<p>[00:07:55] <strong>Sarah:</strong> Yes, that&#8217;s right. Yes. And yeah, that&#8217;s due to be included with 6.4 as well.</p>\n\n\n\n<p>[00:07:59] <strong>Josepha:</strong> I&#8217;m going to just tell us all a weird story. So, for maybe my entire life, like I understand what a lightbox is from a image and photography standpoint, but for the majority of my life, I thought that lightbox referred to those like big initial letters in old manuscripts. I don&#8217;t actually know what those are called if not lightboxes, but in my mind, that&#8217;s what they were.</p>\n\n\n\n<p>[00:08:22] <strong>Josepha:</strong> And so when we first started talking about this, I was like, that&#8217;s what we&#8217;re shipping is like the drop capital letter, like the big one, but it&#8217;s not. In case anyone else also was confused about what a lightbox is, it&#8217;s the image-based concept of a lightbox.</p>\n\n\n\n<p>[00:08:37] <strong>Sarah:</strong> I think it&#8217;s an important one because previously you would have to install, maybe a third-party plugin or, or build lightbox yourself so. It may sound like a, oh, it&#8217;s a tiny feature that&#8217;s been included, but it&#8217;s actually pretty awesome. You don&#8217;t have to include even more extra code.&nbsp;</p>\n\n\n\n<p>[00:08:51] <strong>Josepha:</strong> Speaking of things that we have been working on for two years or so, I think that every sneak peek for the last year, the folks of WordPress have heard me say that I was super excited about navigation and how we&#8217;re managing it, but it turns out that is a very complicated thing. Like we know that, managing menus, managing navigation on a site is complicated from just like a philosophical standpoint. When our users of WordPress, when consumers of WordPress like go through that process, that is the hardest one to explain. And therefore, very hard to manage as well.&nbsp;</p>\n\n\n\n<p>We have had like a requirement that you know three different admins in order to manage your menu, manage your navigation on your site, but we shipped some early components for it in 6.3 and in 6.4. I believe that we are planning; I&#8217;m crossing my fingers no one can see it, crossing my fingers. We&#8217;re planning on getting an updated treatment for the toolbar out. Is that correct?</p>\n\n\n\n<p>[00:09:53] <strong>Sarah:</strong> Yes, yeah, I was a little bit worried because I didn&#8217;t know too much in detail, but I did know about the toolbar. So, yes, yes, I believe that is planned to get into 6.4.</p>\n\n\n\n<p>[00:10:01] <strong>Josepha:</strong> Yeah. So, and the point of that, because for folks who have not tried this out yet, the point of that is that the navigation is kind of, when you look at it, individual components, it&#8217;s like a bunch of little blocks together, and then we wrap it as like a collection that shows up as the navigation block, but because it&#8217;s a bunch of little blocks and each of the little blocks has their own like toolbar that goes with it, it took a lot of work to kind of figure out how to get all of those toolbars to have a primary expression with the navigation. Versus like every single thing that you put into your navigation has its own toolbar, and good luck to you.</p>\n\n\n\n<p>[00:10:44] <strong>Sarah:</strong> Yeah, it&#8217;s a really, really complicated problem, and I guess maybe it always has been, and hopefully we just keep improving and all the time, and we probably never will stop improving because it&#8217;s, yeah, it&#8217;s just such a complicated thing to edit, and I think particularly in an editor without using any code.</p>\n\n\n\n<p>[00:11:00] <strong>Josepha:</strong> Yes.</p>\n\n\n\n<p>[00:11:01] <strong>Sarah:</strong> We&#8217;re getting there, it always, it always is getting better.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> Yeah. Before we move into the question of like things that you wish people knew about the release that maybe they&#8217;re not going to know, I do want to stop and talk about the default theme a little bit. Everyone loves the default theme at the end of the year. But every year, Matt and I talk about, like, what would it look like if we didn&#8217;t have a default theme.</p>\n\n\n\n<p>What if we just were like, all themes are great. Just do whatever you want, which seems too difficult, frankly. But the way that this default theme is envisioned is so different. It&#8217;s got basically three different focuses. Do you know much about this year&#8217;s default theme?</p>\n\n\n\n<p>[00:11:41] <strong>Sarah:</strong> Yeah, a little bit, so I, yeah, I know, I don&#8217;t know, I think it&#8217;s shaping up to be a really good starting point for so many different types of projects. So, I know that that is maybe the aim of every default theme. But we usually show off a lot of the features that are going into the release, like via the default theme.</p>\n\n\n\n<p>I know we did that last time as well, but this time, we&#8217;re doing that stealth. But we&#8217;re also creating like a great baseline for so many different types of projects. And I think maybe in the past, we&#8217;ve maybe only hit like one type of project. And, like, this is a good example for this one very specific thing.</p>\n\n\n\n<p>But yeah, this time, I know that that&#8217;s always like, especially working with other themers, they&#8217;re like, what&#8217;s the best base theme for this type of thing? And I&#8217;m hoping Twenty Twenty-Four is going to be the new answer for so many people.</p>\n\n\n\n<p>[00:12:23] <strong>Josepha:</strong> Yeah, yeah, I looked at the early designs for that with the, because what it has, and these, we&#8217;ll put a link to this in the show notes to the repo about it and the Figma file and all those things. But what it has is like a really robust set of default patterns for anyone who&#8217;s wanting to have like a big commercial site with a lot of things that are required, a really complicated site. Then we have a suite of default patterns that are shipping so that artists and people who are focused primarily on visual assets on their site have the specific patterns and blocks and things required for that and then one that is specific to people who focus on the content in their site.</p>\n\n\n\n<p>I am one of the people who specifically focuses on the content in the site. I was delighted to see that, but it kind of has three different levels of varying complexity based on what it is that people might, might want to have to, oh, not want to have to, might want to be able to do on their sites. And I think that&#8217;s kind of cool.</p>\n\n\n\n<p>[00:13:31] <strong>Sarah:</strong> Yeah. Yeah. It&#8217;s super cool. And I think while we&#8217;re still in the development cycle as well, for 6.4, this is a; the default theme is a great way to jump into contributing if people are looking for good ways to jump in.</p>\n\n\n\n<p>[00:13:44] <strong>Josepha:</strong> Yeah, it runs in a separate repo. And so it has a little bit of a different process, but also it feels like a little bit of a faster process. It kind of runs independently of the release cycle that we have for either the plugin or core. And so it kind of goes a bit faster.</p>\n\n\n\n<p>[00:14:03] <strong>Sarah:</strong> Yes.</p>\n\n\n\n<p>[00:14:05] <strong>Josepha:</strong> Yeah. Excellent. So, then, obvious next question. What Is happening in this release that you wish people knew about?</p>\n\n\n\n<p>[00:14:15] <strong>Sarah:</strong> Yep. Okay. So, I think maybe things that are difficult to fit into the bigger categories that will be easy to shout about when we talk about the release when it&#8217;s been released. There&#8217;s a lot of accessibility enhancement that are going to be included. So there&#8217;s things like better button placements and upgraded spoken messages, especially in site health.</p>\n\n\n\n<p>There&#8217;s also so many performance improvements that are scheduled to be included, so I know there was many performance improvements included in 6.3. We are continuing that for 6.4. There&#8217;s many more improvements to block themes and classic themes in the way the templates are loaded. And we&#8217;ve also got a we&#8217;re including a usage of the new defer and async loading strategies as well for script.</p>\n\n\n\n<p>So these are sort of like, nitty-gritty detail sort of things that will be included that don&#8217;t sound too exciting but are actually really, really cool.&nbsp;</p>\n\n\n\n<p>[00:15:07] <strong>Josepha:</strong> Yeah. I understand the whole like, this is not very exciting. This doesn&#8217;t sound interesting but trust me, it is like, sometimes it feels like half of my job is that I&#8217;m like, I know that nothing I&#8217;m about to say sounds cool, but trust me, it&#8217;s amazing. We&#8217;ve been working on it for a long time, and it&#8217;s cool.</p>\n\n\n\n<p>That&#8217;s great. That&#8217;s great. And so. For those things, it sounds like a lot, this is going to particularly be of interest to folks who are developing for other people using WordPress. But also obviously a little bit of, of benefit, maybe invisible benefit, but still benefit for our end users as we go.</p>\n\n\n\n<p>[00:15:46] <strong>Sarah:</strong> Yeah, yeah, that&#8217;s right, exactly.</p>\n\n\n\n<p>[00:15:48] <strong>Josepha:</strong> So those are kind of the sneak peek items that we&#8217;ve got going into the release. As always, with this particular episode, we&#8217;re not promising that any of those things will 100 percent for sure get in there. There is part of being a release squad that kind of doesn&#8217;t really get talked about outside of WordPress but is probably worth mentioning, which is that the release squad has the really unpleasant job of saying no at the last second for things that are breaking something, things that are not actually a better user experience.</p>\n\n\n\n<p>Like we have the uncomfortable job of saying like, no, it wasn&#8217;t good enough. Sorry, thank you. Come again in the next release cycle. And so, like, all of these things are things that are currently in and being tested, but in the event that we discover it breaks 10 percent of the sites that we have on WordPress, like, we&#8217;re gonna, we&#8217;re gonna pull it.</p>\n\n\n\n<p>So, right now, that&#8217;s all in there, we hope, and if listening to me for a whole year get excited about the changes in navigation, and then also not getting them in didn&#8217;t teach you anything, just because I want it in doesn&#8217;t mean that I get to have it in either. So, but yeah, so that&#8217;s exciting. The other exciting thing about this release, we mentioned it a bit at the top of the discussion, is that it is a gender-upresented, gender-underrepresented release squad. Not upresented, because that is a, not a word. And so this is the second one. Did you participate in the first one?</p>\n\n\n\n<p>[00:17:22] <strong>Sarah:</strong> No, I didn&#8217;t no. Yeah, but I have read all about it, especially in prep to this release as well.</p>\n\n\n\n<p>[00:17:28] <strong>Josepha:</strong> Oh, did you learn anything from it that you brought into this one, or was it just like, I need to know what I&#8217;m getting into kind of reading a lot about it?&nbsp;</p>\n\n\n\n<p>[00:17:36] <strong>Sarah:</strong> Yeah, basically, yeah, I was trying to prep myself, ever since I was involved in 6.1, I&#8217;ve tried to be, I&#8217;ve tried to follow along closely with the releases. But sometimes, there&#8217;s just so much going on all the time. Sometimes it&#8217;s a little bit much. But yeah, I just wanted to see if there was any, any big differences.</p>\n\n\n\n<p>There shouldn&#8217;t be, right? So yeah, it&#8217;s all good.</p>\n\n\n\n<p>[00:17:54] <strong>Josepha:</strong> I think all of the differences were in that boring part where people don&#8217;t, they&#8217;re like, that sounds so un-fun, we&#8217;re going to just stop listening. But it was like, in the planning and preparation for it, and the way that we did all the training, like the initial one had like an 18 month period between like, we&#8217;re gonna do it, and now it&#8217;s done, where we did a lot of additional work to get everybody in there.</p>\n\n\n\n<p>[00:18:18] <strong>Josepha:</strong> And this time, we were like, get in here! That&#8217;s all we did. So, how has your experience been on the release squad? I know that you did one before. You did one in 6.1, but is this particular squad any different compared to your last experience of it, or what you expected?</p>\n\n\n\n<p>[00:18:35] <strong>Sarah:</strong> So, I would say everyone is equally as amazing as every release and, including the resource they&#8217;re involved with. I think that the biggest difference for me, and maybe this links to something you just said, is that I, I knew I was going to be involved in the release squad a lot earlier, especially compared to me for 6.1, but I think I&#8217;ve heard other people say that as well. So, I think that&#8217;s a great thing for this release. We all have had some time ahead of the release and including during this 6.3 release as well, so I was able to watch particular people in, not in a non-creepy way, and make sure I knew which, like what the processes were.</p>\n\n\n\n<p>Yes, to try and get my head around when when I&#8217;d be doing it. And, and obviously, the big help was that I&#8217;d be doing it immediately after they&#8217;d just done it as well. And the previous release squad has been a massive help as well when I&#8217;ve come across either very, very complicated issues or like super silly issues; I can write them and answer your questions so that I think if we could carry that forward with the future releases as well.</p>\n\n\n\n<p>[00:19:28] <strong>Josepha:</strong> Yeah, absolutely. So this time around, we had almost 50 percent new folks that that, like, let us know that they were participating, probably quite a few more than that. But, like, of the people who let us know that they wanted to participate in this release, we had like 28 out of 50 people, something like that, who are brand new to contributing to WordPress in some cases, but certainly, all of them are brand new to contributing to a major release like this. Have you, cause this is not your first time doing this, but it is your first time in this type of release. Have you found that, like, you&#8217;re feeling able to help new people see what&#8217;s happening also, like, do you feel seasoned enough for that? Or are you just like, nope, I&#8217;m also new.</p>\n\n\n\n<p>[00:20:17] <strong>Sarah:</strong> Maybe a little bit of both. I guess I, yeah, I&#8217;m fortunate to have at least experienced, maybe, like how the deadlines roll. Actually, especially the point we&#8217;re at at the moment, where the weekly beta cycles happened. Last time, it took me by surprise. I was like, oh wow, okay, we have a week. Until the next one, and then a week, and so yeah, I feel a bit more psyched up for that this time around.</p>\n\n\n\n<p>And hopefully, I can tap that on you to the new folks as well. But yeah, I also noticed we have a lot of new people. We have, especially from a core editor tech lead; I think we have nearly 30 people who are sort of officially following us along or shadowing us.</p>\n\n\n\n<p>So yeah, yeah, but it&#8217;s really cool. I hope we can teach so many more people if they want to get involved with the next release or even just contributing in general. Yeah, it&#8217;d be amazing.</p>\n\n\n\n<p>[00:21:00] <strong>Josepha:</strong> Yeah. If you are listening to our podcast, and you think to yourself, well, I&#8217;m here. And I wonder if anyone knows because I&#8217;m just watching everyone in a non-creepy way, like feel free at the next meeting that you&#8217;re watching to, to raise your hand and say, I&#8217;m new. We want to know that you&#8217;re there.</p>\n\n\n\n<p>Not because we feel creepy otherwise. But also because we just want to celebrate that you exist new folks that are scared of us. Don&#8217;t be scared of us.</p>\n\n\n\n<p>Oh, man, I feel compelled now to tell everybody about the first time that I led a core chat. So the core chat, I watched that without telling anyone I was watching it for like a year before I had to actually lead it, and I just didn&#8217;t tell anybody I was there like I didn&#8217;t even participate in the waving part at the start where it&#8217;s just like, Hey, everyone, I exist, like, when I was just silently watching it all go by and so when I got announced as part of a release squad. It was shocking for everyone, I think. And there is a public record of a moment where I was panicking. I felt like everyone was asking me a thousand questions, and I didn&#8217;t know the answers to any of them. And I just told all of them, like, there are a million of you and one of me, and you&#8217;re kind of scaring me, so would you stop?</p>\n\n\n\n<p>And so there&#8217;s a public record of me calling out every developer that existed in WordPress at the time. I felt bad about it in the moment, but also like, whew, that was, I don&#8217;t think we have experiences like that for new contributors anymore, but it was, it was quite a moment. I remember distinctly, so Jeffrey Paul, he&#8217;s like one of our, I think we have three or four like self-declared project managing people.</p>\n\n\n\n<p>He is a project manager person in WordPress that I really rely on, and I was DM&#8217;ing him in the background in a full panic. I was like, I don&#8217;t know the answer to any of these questions. What am I supposed to do? And he was like no is also an answer. So, like, just tell them no. Tell them you don&#8217;t know. That&#8217;s fine. And I was like, Oh, God! So, I think that we maybe don&#8217;t have too much of that happening anymore, but I also understand that I wouldn&#8217;t see it if it were happening. No one&#8217;s coming to me to be like, is this normal? Should I panic? They&#8217;re probably coming to you with that.</p>\n\n\n\n<p>[00:23:21] <strong>Sarah:</strong> I think it&#8217;s a sort of good, I&#8217;m not good for you, maybe, but good for observers especially. You know, to see you go through that as well. I can really relate to, like, not even showing, like, a wave emoji because I&#8217;ve totally been in that situation. I think maybe we&#8217;re similar in that regard, like, it, sometimes I just feel really nervous even just showing an emoji.</p>\n\n\n\n<p>And I think, again, shouting out about that and to, to those people who also feel like that, who are watching yeah, yeah, wave if you, if you feel like you want to, and don&#8217;t wave, it&#8217;s also fine just to watch.&nbsp;</p>\n\n\n\n<p>[00:23:48] <strong>Josepha:</strong> Once you&#8217;ve been to 52 meetings, then you can wave. Oh, it&#8217;s so hardworking in open source that way because, like, there is a lot of, like, basically faith in other people because trust comes with, like experiencing things together. But initially, you do just kind of have to have faith that no one&#8217;s going to laugh you out of the room or say that your ideas are stupid or that you are like even remotely understanding the problem, and so that&#8217;s a, it&#8217;s a part of the new contributor experience that I always find so interesting I used to routinely give presentations about like this is how you get started first get ready to be uncomfortable I don&#8217;t give those presentations very often anymore but probably probably I should ask someone to get out there and be like, It&#8217;s scary for everyone, including you!</p>\n\n\n\n<p>Come be scared together! Cause I think that&#8217;s important to normalize. Fear&#8217;s normal. When you first started contributing to WordPress in general, let alone like being on a release squad, what is the team that you first joined through?</p>\n\n\n\n<p>[00:25:02] <strong>Sarah:</strong> So, I guess, full-time contribution, it was themes. I was very involved with themes, and I still am as well; I really love themes, especially block themes. And also with the editor. But, like, years and years ago, I guess it was still themes. I used to build themes.</p>\n\n\n\n<p>But that was very much; I was a forum user, and well, actually, I guess it goes back to me being very nervous and not wanting to admit the question that I wanted to ask, so I would hunt the forums, but afterwards just so helpful.</p>\n\n\n\n<p>Like, yeah, I know this is a lot of people&#8217;s story, but yeah, the forums and just chatting amongst other community members is so, so helpful. So yeah, when I became a full-time contributor, I really, I love talking to other people who are trying to get help or, yeah, reaching out any way they can because I was like, I feel that I was you and still am you as well.</p>\n\n\n\n<p>[00:25:50] <strong>Josepha:</strong> I mean, the good thing about it, like, we will always feel like we&#8217;re learning something because we are, but in my experience of folks in WordPress, and I haven&#8217;t been new in a long time, obviously been doing this for like eight years now which is ancient by technology standards, but like my favorite thing about folks in WordPress is that they are wanting to like learn enough to probably not break it forever.</p>\n\n\n\n<p>Like it&#8217;s the probably is in there, and the forever is in there like I want to. I want to know just enough to be mildly dangerous and then bring everybody with me. Let&#8217;s go be dangerous together. And I think that is really charming in a way because it&#8217;s like we know enough to sort of break it. But not break it a lot.</p>\n\n\n\n<p>So let&#8217;s go see how we break it a little bit to make it better. I think that&#8217;s such a charming attitude for some reason because then we all just get to kind of learn and be a little bit messy together, which is the nature of openly collaborating on a half-written software—all the time. But yeah, I think it&#8217;s kind of neat.</p>\n\n\n\n<p>[00:27:05] <strong>Sarah:</strong> Yeah, yeah, exactly. It&#8217;s exciting too, like if you&#8217;re staying, you&#8217;ve got that enough red push and edge that you&#8217;re just like, Ooh, I might break something. But then there&#8217;s so many people that help you out that, you know, just before you could actually break something important.&nbsp;</p>\n\n\n\n<p>[00:27:18] <strong>Josepha:</strong> Exactly. The one time when I did a very breaking thing because I didn&#8217;t know to ask about it and fixed it immediately was that I mentioned in the middle of a core chat that we were about to have a security release. But it wasn&#8217;t about it wasn&#8217;t like in the next 15 minutes, it was like three weeks away, which is not what you&#8217;re allowed to do like you are not allowed to mention that you have a security release coming in three weeks, and then hope that nobody figures out what it&#8217;s patching.</p>\n\n\n\n<p>Yeah, I got so many messages in such a short amount of time from it felt like every lead developer of WordPress. That was my, my worst moment.</p>\n\n\n\n<p>And I fixed it immediately. So that was good. But also, I don&#8217;t remember if we had to like move up the, the timeline for that release or what. I don&#8217;t; I have no idea what the outcome was because I was just in an outright panic about what I had done incorrectly.</p>\n\n\n\n<p>Anyway, so that&#8217;s the; I&#8217;m just going to tell everybody my most embarrassing early contribution stories today. That&#8217;s what I&#8217;m doing. Excellent. Well, Sarah, before we head out of here, is there a final thought that you would like to share with either our listeners here or future potential contributors to WordPress?</p>\n\n\n\n<p>[00:28:37] <strong>Sarah:</strong> Please help test 6.4, especially through the next few cycles of beta. It would be amazing to have everyone and anyone who would like to help. That is one of the best ways you can help is to test. And then, yeah, if you want to get involved a little bit further, then yeah, I guess, please reach out wherever you think you fit, which I know sounds a bit fake, but there are a lot of different places, and I&#8217;m sure there will be somewhere you fit as well.</p>\n\n\n\n<p>00:28:59] <strong>Josepha:</strong> I will leave in the show notes a link to the page that has all of the upcoming meetings on it. You can probably go to almost any meeting and say, I think this is where I would like to contribute, but also, this is the kind of thing I can contribute, and they will be able to head you in the right direction if you&#8217;re not already in the right direction. But also, like, sometimes your skills that you have are going to be applicable in places where you&#8217;re not aware of yet. And so, go to any meeting—wave to the friendly WordPressers that are around, the Sarah Norrises that exist in the project.&nbsp;</p>\n\n\n\n<p>[00:29:36] <strong>Josepha:</strong> Sarah, thank you so much for joining me today. This was a delight.</p>\n\n\n\n<p>[00:29:39] <strong>Sarah:</strong> Thanks so much for having me on; I really enjoyed it.</p>\n\n\n\n<p>[00:29:42] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:29:42] <strong>Josepha:</strong> That brings us now to our small list of big things. First thing to know is that tomorrow we have Beta 2 for WordPress 6.4. This is our final release of the year, as you know because we&#8217;ve been talking about it for the entire episode. But, just like Sarah said at the end of our conversation, we absolutely need people to help us test it, make sure that it is working in as many places as possible so that we can have the best release possible. So keep an eye out on the core channel in the Making WordPress Slack, and of course, keep an eye on WordPress.org/news as those releases get packaged and ready to go.&nbsp;</p>\n\n\n\n<p>So the second thing is a proposal for documentation translation localization process update. This is an initial step to consolidate all of that documentation into a single easy-to-reach location. So we need some feedback on it. Head on over there, leave a comment to share your feedback about where that should possibly go, where is most useful and valuable for you.&nbsp;</p>\n\n\n\n<p>The second proposal that I have is actually sort of a tangentially related one, but so it&#8217;s not specific to WordPress but does need some WordPress input. There is a call for proposal for Interop 2024. There&#8217;s a post that has a lot more information about it than I do, but we would like for any WordPress developer who&#8217;s interested to head over there and submit a proposal for what they could speak about at Interop, I believe. You can leave your thoughts on the post itself as a comment, or there&#8217;s also a GitHub repo where you can interact as well.</p>\n\n\n\n<p>The next thing on our small list of big things is that the WordCamp US Q&amp;A, the questions that we didn&#8217;t get to because there were something like 87 or something in the queue. The questions that we didn&#8217;t get to, the answers have been posted. They&#8217;re over on make.WordPress.org/project, but I&#8217;ll include a link to those to that post in the show notes.&nbsp;</p>\n\n\n\n<p>And the final thing on the small list of big things, I&#8217;m actually quite excited about. We are hosting now accessibility office hours. In an effort to improve accessibility knowledge in the WordPress project in general, the accessibility team will be holding office hours every Wednesday at 14:00 UTC.</p>\n\n\n\n<p>That started on September 20th. And so it&#8217;s been going for a couple of weeks now. And the purpose is to make sure that we have a dedicated space and time to discuss accessibility principles and best practices as we go through those things.&nbsp;</p>\n\n\n\n<p>[00:32:29] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Hayden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:32:38] (Music interlude)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"16050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Help Influence the Future of WordPress by Taking the 2023 Annual Survey Today\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wordpress.org/news/2023/09/help-influence-the-future-of-wordpress-by-taking-the-2023-annual-survey-today/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 10:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:385:\"Each year, the WordPress community (users, site builders, extenders, and contributors) provides valuable feedback through an annual survey. The results can influence the direction of the WordPress project by identifying areas that need attention. Annual surveying can also help track trends over time, with data points often finding their way into the yearly State of the Word address.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4813:\"\n<p>Each year, the WordPress community (users, site builders, extenders, and contributors) provides valuable feedback through an annual survey. The results can influence the direction of the WordPress project by identifying areas that need attention. Annual surveying can also help track trends over time, with data points often finding their way into the yearly <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> address.</p>\n\n\n\n<p>This survey helps those who build WordPress understand more about how the software is used and by whom. The survey also allows WordPress open source project leaders to learn more about our contributors’ experiences.&nbsp;&nbsp;</p>\n\n\n\n<p>To ensure your WordPress experience gets represented in the 2023 survey results, take the survey now (link).</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey?ref23=dotOrgNewsPost\">Take the 2023 Survey</a></div>\n</div>\n\n\n\n<p>You may also take the survey in other languages by using the link above and switching to another language, thanks to the efforts of WordPress polyglot contributors.&nbsp;</p>\n\n\n\n<p>The survey will be open for five weeks. Results will be published on the News blog in early December.</p>\n\n\n\n<p>This year, like last year, the survey has undergone some improvements to the flow and question set. A new platform is also being piloted, offering an updated interface, enhanced multi-lingual support, expanded analysis and visualization tools for the results, and more. The new platform also has built-in accessibility and privacy controls, ensuring the survey meets the diverse needs of the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Spread the word</strong></h2>\n\n\n\n<p>Please help spread the word about the survey by sharing it with your network, through Slack, or within your social media accounts. The more people who complete the survey and share their experience with WordPress, the more the project will benefit.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Security and privacy</strong></h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses or IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank you</strong></h2>\n\n\n\n<p>Thank you to the following WordPress contributors for assisting with the annual survey project, including question creation, strategy, survey build-out, and translation:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein/\">adamsilverstein</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">adurasjb</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">alvarogóis</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbénard</a>, <a href=\"https://profiles.wordpress.org/hassantafreshi/\">hassantafreshi</a>, <a href=\"https://profiles.wordpress.org/juliagasparyan/\">juliagasparyan</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">kittmedia</a>, <a href=\"https://profiles.wordpress.org/manudavidos/\">manudavidos</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">nilovelez</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, and <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner</a>.</p>\n\n\n\n<p>Thanks to <a href=\"https://www.hostinger.com/\">Hostinger</a>, <a href=\"https://cloud.jetpack.com/\">Jetpack</a>, and <a href=\"http://wordpress.com\">WordPress.com</a>, for assisting with promoting the survey to their respective clients.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey?ref23=dotOrgNewsPost\">Take the 2023 Survey</a></div>\n</div>\n\n\n\n<p>The survey closes on <time datetime=\"2023-10-31T16:00:00-04:00\" data-iso=\"20231031T1600\" class=\"wporg-time\">Tuesday, October 31, 2023 at 12:00</time>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 6.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/09/wordpress-6-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Sep 2023 20:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15994\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:301:\"WordPress 6.4 Beta 1 is now ready for download and testing!\n\nThis version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 1 on a test server and site.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18685:\"\n<p>WordPress 6.4 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>.<strong> </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 1 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.4 Beta 1 in three ways:</p>\n\n\n\n<ol>\n<li><strong>Plugin:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Direct download: </strong>Download the <a href=\"https://wordpress.org/wordpress-6.4-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</li>\n\n\n\n<li><strong>Command line:</strong> Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br><code>wp core update --version=6.4-beta1</code></li>\n</ol>\n\n\n\n<p>The current target for the final release of WordPress 6.4 is <strong>November 7, 2023</strong>. Your help testing this version is key to ensuring everything in the release is the best it can be.</p>\n\n\n\n<p>The WordPress 6.4 release is brought to you by an&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\"><strong>underrepresented gender release squad</strong></a>&nbsp;to increase participation&nbsp;of and partnership with&nbsp;those who identify as gender-underrepresented in the WordPress open source project.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Get an overview of the <a href=\"https://make.wordpress.org/core/6-4/\">6.4 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-4/\">6.4-related posts</a> in the coming weeks for further details.</p>\n</blockquote>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">How you can help: Testing</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. <strong><a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">This detailed guide</a> will walk you through testing key features in WordPress 6.4.</strong></p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p>Learn more about Gutenberg updates that have debuted since WordPress 6.3 by reviewing prior editions of <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for <a href=\"https://make.wordpress.org/core/2023/07/14/whats-new-in-gutenberg-16-2-12-july/\">16.2</a>, <a href=\"https://make.wordpress.org/core/2023/07/26/whats-new-in-gutenberg-16-3-26-july/\">16.3</a>, <a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">16.4</a>, <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">16.5</a>, <a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">16.6</a>, and <a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/\">16.7</a>.</p>\n\n\n\n<p>WordPress 6.4 Beta 1 contains over 400 enhancements and 370 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.4&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority\">190 tickets for WordPress 6.4 core</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta 1</h3>\n\n\n\n<p>Between Beta 1 and the final release candidate (RC) for each new WordPress version, the <a href=\"https://make.wordpress.org/security/2023/09/26/bug-bounty-for-wordpress-6-4-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is doubled</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<div style=\"height:10px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A first look at WordPress 6.4</h2>\n\n\n\n<p>WordPress 6.4 will introduce a versatile default theme, new features, and numerous updates designed to enhance your WordPress experience across multiple areas—from writing and design to workflow efficiency. All while the foundational work continues for Phase 3 of the <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>. Read on for some highlights.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Meet the Twenty Twenty-Four theme</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a> is a new default theme that will launch with 6.4. With a versatile collection of templates and patterns, this theme covers a diverse range of use cases, from entrepreneurs to small businesses to artists and writers. Twenty Twenty-Four also emphasizes the latest design tooling and site editing features, enabling you to leverage the flexibility of blocks and unlock numerous creative possibilities with just a few tweaks. Follow the theme&#8217;s progress and report any issues on <a href=\"https://github.com/WordPress/twentytwentyfour\">this GitHub repo</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage fonts across your site</h3>\n\n\n\n<p>WordPress 6.4 will introduce new font management features:</p>\n\n\n\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a> enables you to handle fonts across your site, regardless of your active theme—just like you manage assets in the Media Library. Easily install local and Google Fonts and choose which to activate for each theme. This new font manager is a powerful way to control a fundamental piece of your site&#8217;s design and branding without coding. Thanks to its <a href=\"https://github.com/WordPress/gutenberg/issues/53307\">extensibility</a>, custom typographic collections can expand your font choices.</p>\n\n\n\n<p>On the other hand, <a href=\"https://core.trac.wordpress.org/ticket/59165\">Font Face</a> provides server-side <code>@font-face</code> style generation and printing support. It introduces a new global function called <code>wp_print_font_faces()</code>, which processes font data received from styles set in the editor or by the active theme.</p>\n\n\n\n<p><strong><em>Please note: The Font Library is slated for inclusion in upcoming 6.4 beta releases</em>.</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\">Add lightbox functionality to your images</h3>\n\n\n\n<p>Showcase your images in an interactive fashion with <a href=\"https://github.com/WordPress/gutenberg/issues/51132\">lightbox functionality</a>. This new core feature will be available for Image blocks, allowing visual assets to be opened and enlarged on top of the existing content.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enjoy new writing improvements</h3>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/53305\">Many enhancements</a> in 6.4 will ensure that your WordPress writing experience remains smooth and enjoyable, from new keyboard shortcuts to more reliable pasting from other sources. Moreover, a fresh toolbar experience will be available for the <a href=\"https://github.com/WordPress/gutenberg/pull/53697\">Navigation</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/53306\">List</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/53699\">Quote</a> blocks, making working with their tooling options more efficient and intuitive.</p>\n\n\n\n<h3 class=\"wp-block-heading\">More design tools, greater creativity</h3>\n\n\n\n<p>New design tools will improve the overall creation experience with WordPress while providing greater layout control and flexibility. Some updates include:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/53934\">Background images for Group blocks</a>, allowing for creative and customized layouts.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/54216\">Aspect ratios for image placeholders</a>—a new feature that’s particularly useful when creating and using patterns. After setting a placeholder’s desired aspect ratio, you can drag and drop an image, which will adjust to maintain the design consistency.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/53667\">Button and heading color customization in Group</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/54104\">Columns blocks</a>, enabling you to define the appearance of these elements when placed within these container blocks. This feature takes a step towards allowing <a href=\"https://github.com/WordPress/gutenberg/issues/40318\">section-specific styling</a>, which will continue to develop in upcoming releases.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/54416\">Alignment settings in synced patterns</a>. When creating and converting a synced pattern with wide, full-width, left or right-aligned blocks, this improvement ensures alignment attributes remain intact for a seamless site editing and pattern creation experience.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Upgrades for smoother workflows</h3>\n\n\n\n<p>As the Site Editor continues to evolve and expand its capabilities, so do the interface and tools that support it.</p>\n\n\n\n<p>First introduced in WordPress 6.3, the <a href=\"https://wordpress.org/documentation/article/site-editor-command-palette/\">Command Palette</a> helps you perform actions, search, and quickly navigate your site&#8217;s content and settings. It will receive significant updates in 6.4, featuring an <a href=\"https://github.com/WordPress/gutenberg/pull/53117\">updated design</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/52509#top\">new commands</a> to accomplish block-specific actions, and <a href=\"https://github.com/WordPress/gutenberg/pull/53496\">better command language and action consistency</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/list-view/\">List View</a> provides a great way to browse and work with the blocks that make up your site. This release will introduce enhancements to its interface and usability, making it even more powerful. You can <a href=\"https://github.com/WordPress/gutenberg/pull/53735\">rename Group blocks</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/53381\">view media previews for Gallery and Image blocks</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/53559\">duplicate blocks with a keyboard shortcut</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Pattern advancements</h3>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/site-editor-patterns/\">Patterns</a><strong> </strong>play an essential role in site editing, and its importance remains prominent in the upcoming release.</p>\n\n\n\n<p>6.4 will allow you to better organize <a href=\"https://github.com/WordPress/gutenberg/pull/53835\">your synced and unsynced patterns with categories</a> as part of the creation process. These categories are available for sorting within the insertion flow to make discovering and adding patterns easier. In addition, you can conveniently access all your custom patterns from the same place—the Patterns section of the Block Inserter, which removes the separate tab for synced patterns.</p>\n\n\n\n<p>Other improvements include <a href=\"https://github.com/WordPress/gutenberg/pull/54337\">importing and exporting patterns as JSON files</a>, ensuring backward compatibility with Reusable blocks, and enabling pattern transfer across sites.</p>\n\n\n\n<p>Lastly, building on the groundwork laid in WordPress 6.3, this release will improve the <a href=\"https://github.com/WordPress/gutenberg/issues/52150\">pattern management experience for non-block themes</a> by adding a <a href=\"https://core.trac.wordpress.org/ticket/58827\">Patterns tab</a> under the Appearance menu, allowing access to the Pattern list page of the admin screen.</p>\n\n\n\n<p><strong><em>Update (October 2, 2023): </em></strong><em>While 6.4 will bring several exciting pattern advancements, the previously mentioned improved pattern management experience for non-block themes will regrettably not be included in the 6.4 release. Thank you for your understanding, and be on the lookout for it in WordPress 6.5.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Block Hooks</h3>\n\n\n\n<p><a href=\"https://core.trac.wordpress.org/ticket/59313\">Block Hooks</a> is a new powerful feature that enriches the extensibility of block themes, drawing inspiration from the familiar WordPress <a href=\"https://learn.wordpress.org/tutorial/wordpress-filter-hooks/\">Hooks</a> concept. Upon activation, plugins can automatically insert blocks into content relative to another block. For example, a &#8220;Like&#8221; button block can automatically be inserted after the Post Content block.</p>\n\n\n\n<p>While developer-centric, Block Hooks enhances the user experience by making block usage more intuitive and allowing for further customization and control over where and how the auto-inserted blocks appear. A <a href=\"https://github.com/WordPress/gutenberg/pull/52969\">new block inspector panel</a> named &#8220;Plugins&#8221; is designed to respect creators&#8217; preferences, ensuring you can add, dismiss, or relocate Block Hooks as desired.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>WordPress 6.4 has 70 accessibility improvements slated for inclusion, 60 of those are included in Beta 1. Notable updates focused on enhancing the user interface (UI) experience include <a href=\"https://core.trac.wordpress.org/ticket/40822\">better button placements</a>, <a href=\"https://core.trac.wordpress.org/ticket/47125\">improved context for “Add New” admin menu items</a>, and <a href=\"https://core.trac.wordpress.org/ticket/58573\">upgraded spoken messages in Site Health</a>.</p>\n\n\n\n<p>Additionally, fixes for <a href=\"https://core.trac.wordpress.org/ticket/58756\">image editing in the Media Library</a>, <a href=\"https://core.trac.wordpress.org/ticket/30685\">error reporting on the login screen</a>, and <a href=\"https://core.trac.wordpress.org/ticket/58756\">&#8220;no motion&#8221; settings for GIFs</a> have been implemented. The cause of some <a href=\"https://core.trac.wordpress.org/ticket/58703\">false positives in automated UI tests</a> has been corrected, and users without JavaScript now see a <a href=\"https://core.trac.wordpress.org/ticket/59229\">direct link to install the Classic Editor plugin</a>. Learn more about these changes and other accessibility improvements for 6.4 on <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&amp;milestone=6.4&amp;col=id&amp;col=summary&amp;col=status&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=priority\">WordPress Trac</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>WordPress 6.4 will include more than 100 performance-related updates, including <a href=\"https://core.trac.wordpress.org/query?focuses=~performance&amp;component=Themes&amp;milestone=6.4\">improvements to template loading performance</a> for Block Themes and Classic Themes, <a href=\"https://core.trac.wordpress.org/query?focuses=~javascript+performance&amp;milestone=6.4\">usage of the new script loading strategies “defer” and “async”</a> in core, blocks, and themes, and new functions to optimize the use of <a href=\"https://core.trac.wordpress.org/query?focuses=~performance&amp;component=Options%2C+Meta+APIs&amp;component=Database&amp;milestone=6.4\">autoloaded options</a>.</p>\n\n\n\n<p><strong><em>Please note that features in this list are subject to change before final release.</em></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">A haiku for 6.4</h2>\n\n\n\n<p>Inline fonts, lightbox<br>Command blocks like CLI<br>Almost to 6-4</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/meher/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meher</a>, <a href=\'https://profiles.wordpress.org/sereedmedia/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sereedmedia</a>, <a href=\'https://profiles.wordpress.org/meaganhanes/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>meaganhanes</a>, <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/annezazu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>annezazu</a>, <a href=\'https://profiles.wordpress.org/cbringmann/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>cbringmann</a>, <a href=\'https://profiles.wordpress.org/flixos90/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>flixos90</a>, <a href=\'https://profiles.wordpress.org/richtabor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>richtabor</a>,&nbsp; <a href=\'https://profiles.wordpress.org/francina/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>francina</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/priethor/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>priethor</a>, <a href=\'https://profiles.wordpress.org/davidbaumwald/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>davidbaumwald</a></em>, <em><a href=\'https://profiles.wordpress.org/chanthaboune/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>chanthaboune</a>, <a href=\'https://profiles.wordpress.org/luminuu/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>luminuu</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WP Briefing: Episode 62: Enterprise Clients and the Business of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/news/2023/09/episode-62-enterprise-clients-and-the-business-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Sep 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15971\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the role WordPress Enterprise plays along with the WordPress community.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:51:\"https://wordpress.org/news/files/2023/09/WPB062.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16338:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the role WordPress Enterprise plays along with the WordPress community.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>The 2023&nbsp;<a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit</a>&nbsp;in Washington, DC</li>\n\n\n\n<li><a href=\"https://wordpress.org/enterprise/\">WordPress Enterprise</a></li>\n\n\n\n<li><a href=\"https://beta.nasa.gov/\">NASA Website (beta)</a></li>\n\n\n\n<li><strong>A small list of big things</strong> (SLBT)\n<ul>\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\" target=\"_blank\">Evolving the FSE Outreach Program</a>&nbsp;&#8211; With WordPress 6.3 bringing Phase 2 to completion, it’s time for the FSE Outreach Program to evolve alongside the broader WordPress project and needs.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/08/31/proposal-an-update-to-the-field-guide/\" target=\"_blank\">Proposal: An update to the Field Guide</a>&nbsp;&#8211; This proposal is one step, but not necessarily the only step, at improving communication around WordPress releases and making it easier for WordPress updates to instill confidence.</li>\n\n\n\n<li>We are still looking to receive more&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\" target=\"_blank\">ideas on the future of WordPress events</a>&nbsp;&#8211; We have brought this up in the past, but there is still time to submit ideas.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\" target=\"_blank\">Proposal for updated support guidelines</a>&nbsp;&#8211; As these result from work during WordCamp Us 2023, if you are at the venue and wish to discuss something, please feel free to reach out.</li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/05/call-for-testing-performant-translations/\" target=\"_blank\">Call for Testing: Performant Translations</a>&nbsp;&#8211; Provide your feedback; if you encounter any issues or have questions about the plugin, please comment or open a new support topic. In addition to that,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/swissspidy/performant-translations\" target=\"_blank\">contributions can be made on GitHub</a>.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-23-24-tickets-633636773647\" target=\"_blank\">WordPress Diversity Training</a>&nbsp;&#8211; This is a 2-day workshop for women in India (other countries are welcome to join us, too) who are considering speaking at a WordPress Meetup or WordCamp.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/antelope-valley-wordpress-meetup/events/295817501\" target=\"_blank\">Let&#8217;s talk about WordPress</a>! &#8211; The WordPress Community team is looking for some folks to take the lead in hands-on organizing your Meetups</li>\n\n\n\n<li><a href=\"https://wpincludes.me/\">WP Includes</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/philadelphia-wordpress-meetup-group/events/296006705\">WordPress Insights</a>: WCUS Recap and WCEU Vision with Ruth Kalinka</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15971\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it. And get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:29] <strong>Josepha:</strong> In our last episode, we talked about the Community Summit and some trends that I was seeing. I&#8217;ve spent a lot of time since then summarizing the notes from each session, and I was processing notes from the session about aligning WordPress Enterprise and WordPress Community, which is a session that explored the various strengths and weaknesses of WordPress from an enterprise perspective, but especially when it comes to contributing to or communicating about WordPress.</p>\n\n\n\n<p>Now, my vantage point on analyses like these is generally pretty different. Since I work mainly in an operations space for the project, I&#8217;m almost always looking at the health and safety of our ecosystem, product excellence, funding, things like that. So, I especially like to attend sessions that are from the vantage point of people who are much closer to the work than I am.</p>\n\n\n\n<p>[00:01:15] <strong>Josepha:</strong> When I looked at the brainstormed list of things from the session, my first inclination was to catalog the relationships between what we saw as a positive or a negative and the things that we saw as intrinsic to us versus part of the environment. But the more I look at it, the more I see that there&#8217;s confirmation of what I have always known to be true. That WordPress is a valuable starting point for web-based solutions of all sizes and any purpose. Let&#8217;s take a look at some of the biggest themes that shine through from that session. I was able to distill them down to about nine primary themes, but I especially want to focus on some that come up year after year in talking with our community.</p>\n\n\n\n<p>[00:01:57] <strong>Josepha:</strong> The first, of course, is the community and ecosystem. If you&#8217;ve listened to this podcast 62 times, then you&#8217;ve heard me say at least like 60 times that the community is what sets us apart from other open source projects. But, I would encourage you to expand that understanding to include the ecosystem that the community provides.</p>\n\n\n\n<p>The community not only helps to plan and create WordPress, our primary software, but it also makes it distributable through the Polyglots team and Accessibility and Docs and Training. It also makes it extendable through plugins and themes and all of the work that goes into reviewing plugins and themes and the support that&#8217;s provided to people who come to the WordPress.org site, trying to figure out how to make this thing work for them.</p>\n\n\n\n<p>And we also, this community, make it knowable, not only through the community part with our event series but also in marketing and the videos that we provide on WordPress TV and all of the training and learning cohorts that we provide on learn.WordPress.org, all of those teams make WordPress learnable and knowable and easy to use and usable to more people and available across the world, regardless of whether you speak English or not. And so yeah, the community and the ecosystem are some of the things that makes WordPress valuable for enterprise, but also WordPress valuable in general.&nbsp;</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> The second is the software&#8217;s usability and flexibility. I said at WordCamp US that we exist for as long as people want to use our software, and that&#8217;s a funny little two-sided coin for us. WordPress remains very usable for folks who come to it in the same way that I came to it, which is as a user who is trying to accomplish a goal unrelated to WordPress. I didn&#8217;t start using WordPress because I wanted to figure out how WordPress worked or because I wanted to figure out how to contribute to WordPress. I came to WordPress because I was trying to market something, and WordPress was the best choice for that. But it&#8217;s also flexible for our brilliant developers out there who are doing things like building a suite of sites for NASA or creating bespoke social networks. So, our usability and flexibility, both of those things working together, are certainly one of the things that make me know that WordPress is incredibly valuable for anyone who needs to use it.</p>\n\n\n\n<p>[00:04:22] <strong>Josepha:</strong> But the final thing is WordPress&#8217;s longevity or our resilience. So, I used to work at a marketing agency that served enterprise-level clients. And any time we pitched a new site build to a client, one of the main elements of discussion during decision-making was how long the decision would last. Do you want a page that you can launch in a day, run a six-week campaign through, and then abandon it forever? Or do you want a site that can take up to six weeks to build but can be yours to refine and hone for years after that? I know this seems like a silly example, but when you&#8217;re looking at the potential for a long-term bet, what you&#8217;re worried about, what you&#8217;re asking is, is this a software trusted in my industry? Is it time-tested by those companies I aspire to be? Is the available workforce composed of seasoned professionals or flash-in-the-pan peddlers of the latest craze? And of that workforce, how many will still be doing this in five years? </p>\n\n\n\n<p>The question of how long we&#8217;ve been doing this and why it matters that WordPress has been here for 20 years and has no intention of going anywhere should be so much higher on everyone&#8217;s list of reasons to use this software. Yes, the WordPress software is powerful enough to be everything you might want it to be someday, but the WordPress ecosystem brought to us by this community has shown resilience through major breaking changes in 2008, 2016, 2018, 2020, and probably a lot of things between there that we have forgotten. So, if I were hoping to hedge my bets on a long-term solution, I would absolutely place those bets on this community, this ecosystem, and this software.&nbsp;</p>\n\n\n\n<p>(Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> And now, it&#8217;s time for our small list of big things. I actually have a very big list today, so I&#8217;m just gonna break it out into two chunks. The first chunk is that we actually have a lot of calls for feedback and testing right now. We have six calls for feedback and testing that I really could use your input on.</p>\n\n\n\n<p>The first one is that we still are having that discussion about how to evolve the FSE outreach program. That program started as a way to get faster, more fluid user feedback, specifically about full site editing inside Gutenberg. But there is a question now about where it needs to exist, how it&#8217;s serving current project needs, and what the future project needs will be. And so stop by that one. That should be a good, lively discussion.&nbsp;</p>\n\n\n\n<p>[00:07:06] <strong>Josepha:</strong> Speaking of discussions that are lively, we also have an update to the field guide. We have a proposed update to the field guide. This is not something that we&#8217;re looking to put in place for WordPress 6.4, just because that is coming so quickly. But it is something that we want to look at for future iterations of the field guide that come out with every major release. We want to make sure that we&#8217;re getting valuable information to the right people at the right time without having so much that it&#8217;s overwhelming but also without having so little that we miss really important things.&nbsp;</p>\n\n\n\n<p>[00:07:47] <strong>Josepha:</strong> There is another request for feedback, which is about additional ideas on the future of WordPress events. I brought this up in the past. I think I mentioned it on one other small list of big things, but there&#8217;s still time. So, if you&#8217;ve been shy about sharing your ideas, let this be your sign to get brave. Go share your thoughts on what events of the future should be for us.&nbsp;</p>\n\n\n\n<p>[00:08:03] <strong>Josepha:</strong> There&#8217;s also a proposal for updated support guidelines. This proposal comes out of a discussion that was had at WordCamp US, and so there is a summary of the discussion and then also the proposal that&#8217;s out there. I think that for all guidelines like this, support guidelines, and probably all things that require some review from ourselves, we always could stand to take a look at where those are, what brought us to where we are today, and what we can use to be better and more current in our client&#8217;s needs and our customers needs users needs as we are looking through those guidelines I think that the deadline for feedback on that is around the middle of September as well.&nbsp;</p>\n\n\n\n<p>[00:08:47] <strong>Josepha:</strong> And then the final bit of feedback/call for testing is on performant translations. That is a testing call for feedback. Contributions to that can be made on GitHub as well if that&#8217;s something where you test it and you immediately know how to offer some patches to make things better. That&#8217;s great, but you can always just leave your feedback in a comment or a new support topic.&nbsp;</p>\n\n\n\n<p>[00:09:19] <strong>Josepha:</strong> Okay, so that was the first chunk of the small list of big things. We have the second chunk of the small list of big things, which is to say that if all of that was new to you and sounds a little bit daunting and, you need some support to get started. There are also a couple of kind of group things that you can do in the coming weeks to get you started on that.&nbsp;</p>\n\n\n\n<p>There is a new WordPress diversity training session that&#8217;s happening. It&#8217;s a two-day workshop for women, specifically in India, but other countries are welcome to join us, too. We&#8217;ll be thinking about how to pull together your first presentation proposal, I believe.</p>\n\n\n\n<p>The next one is that the WordPress community team is looking for folks to learn more about organizing meetups. And so, I&#8217;ll include a link to that in the show notes as well, but if you&#8217;ve never done this before and that did not sound like a getting started thing, trust me, organizing meetups not only is something that is easy to do because it&#8217;s kind of casual, you can get people together like in a coffee shop to talk about WordPress, but also the team over there has excellent onboarding. And so give it a try; at the very least, give it a read.&nbsp;</p>\n\n\n\n<p>The third thing on that set of things is that there&#8217;s a new group called WP Includes working to pair women in the WordPress community with one another for support and advice along their career paths. I will include a link to that in the show notes as well.</p>\n\n\n\n<p>And then the final thing is that there is a meetup event that&#8217;s focused on flagship events coming up on September 21st. It will recap WordCamp US and host an open discussion for ideas for WordCamp Europe as well. Like I said, that&#8217;s going to take place on September 21st. I will include a link to that in the show notes as well.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> If you don&#8217;t know where the show notes are, if you, sorry, if you&#8217;re listening to this on, like, Pocketcasts or Spotify or any other thingy, and you don&#8217;t know what I mean when I say the show notes, and you&#8217;ve literally never seen them in your life. You can go to WordPress.org/news/podcast, and there are transcripts and show notes with every podcast I put up, and that&#8217;s what I mean when I say that. WordPress.org/news/podcast, and then you get a bunch of links. It&#8217;ll be great.&nbsp;</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.<br></p>\n\n\n\n<p>(Outro music)</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Openverse Wins the 2023 OEG Open Infrastructure Award\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 18:04:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:6:\"Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"award\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15967\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:403:\"WordPress is excited to announce that Openverse has been awarded the 2023 Open Education Award for Excellence in the Open Infrastructure category! The Open Education Awards for Excellence, organized by the non-profit organization Open Education Global (OEG), celebrate people, resources, and initiatives that have significantly contributed to the open education field and community. This year, [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Madison Swain-Bowden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3017:\"\n<figure class=\"wp-block-image size-full\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1800\" height=\"1013\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=1800%2C1013&#038;ssl=1\" alt=\"\" class=\"wp-image-15959\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?w=1800&amp;ssl=1 1800w, https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=1536%2C864&amp;ssl=1 1536w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<p>WordPress is excited to announce that <a href=\"https://openverse.org/\">Openverse</a> has been awarded the <a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\"><strong>2023 Open Education Award for Excellence</strong></a> in the <strong>Open Infrastructure</strong> category!</p>\n\n\n\n<p>The Open Education Awards for Excellence, organized by the non-profit organization <a href=\"https://www.oeglobal.org/\">Open Education Global (OEG)</a>, celebrate people, resources, and initiatives that have significantly contributed to the open education field and community. This year, they received 172 nominations across 16 award categories, representing individuals and projects from 38 countries.</p>\n\n\n\n<p>This award honors Openverse&#8217;s work to make it easy for everyone to discover and use open educational resources. The award reviewers were particularly impressed by <strong>Openverse&#8217;s <a href=\"https://twitter.com/WordPress/status/1514349743144685577\">one-click attribution feature</a></strong>. Moreover, they highlighted the tool’s ability to filter searches by source collections and other parameters, such as image orientation and specific license, which they noted “provides seekers of open content important affordances to find clearly licensed media they can reuse.”&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>“This is an exceptional search engine for the open education community. The one click attribution copy for images makes attribution very straight-forward and easy, even for novice users. The design is excellent; the results are returned fast.”</em> </p>\n<cite>Award reviewer for the 2023 OEG Award for Open Infrastructure </cite></blockquote>\n\n\n\n<p>This recognition not only underscores Openverse and WordPress&#8217;s commitment to open content but also celebrates the work of their dedicated contributors, community, and partners in advancing open education and creative works.</p>\n\n\n\n<p><a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\">Learn more about this Openverse award on the OEG page</a>.</p>\n\n\n\n<p><strong>Congratulations, Openverse!</strong></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"The Month in WordPress – August 2023\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://wordpress.org/news/2023/09/the-month-in-wordpress-august-2023/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 11 Sep 2023 10:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"month in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15933\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:410:\"August 2023 marked another exciting chapter in WordPress, with the Community Summit and WordCamp US bringing the community together for meaningful discussions, knowledge sharing, and learning. This month also welcomed the long-awaited WordPress 6.3 release and offered a glimpse of what&#8217;s to come. Let&#8217;s dive into it. Meet WordPress 6.3 “Lionel” WordPress 6.3 &#8220;Lionel&#8221; was [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13875:\"\n<p>August 2023 marked another exciting chapter in WordPress, with the Community Summit and WordCamp US bringing the community together for meaningful discussions, knowledge sharing, and learning. This month also welcomed the long-awaited WordPress 6.3 release and offered a glimpse of what&#8217;s to come. Let&#8217;s dive into it.</p>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Meet WordPress 6.3 “Lionel”</h2>\n\n\n\n<p><a href=\"https://wordpress.org/news/2023/08/lionel/\"><strong>WordPress 6.3 &#8220;Lionel&#8221;</strong></a> was released on August 8, 2023, and named after the acclaimed vibraphonist, pianist, and jazz percussionist Lionel Hampton.</p>\n\n\n\n<p><strong>This major update makes bringing your vision to life with blocks more intuitive and efficient.</strong> Your content, templates, and patterns are now seamlessly integrated into the Site Editor, enabling you to craft every aspect of your online presence within a single location. You can sharpen your designs with new tools, enjoy fine-tuned control over navigation menus, and work faster with the Command Palette. <a href=\"https://wordpress.org/download/releases/6-3/\">Explore what&#8217;s new</a>.</p>\n\n\n\n<p>WordPress 6.3 features over 500 features and enhancements with a continued emphasis on <a href=\"https://make.wordpress.org/core/2023/08/07/wordpress-6-3-performance-improvements/\">performance</a> and accessibility. This release was made possible by more than 650 contributors from 52 countries.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/6JhJcOLySLY?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>While the Site Editor will continue to be enhanced, this release means a significant milestone as <strong>it marks the conclusion of Gutenberg Phase 2</strong>. Take a moment to watch “<a href=\"https://www.youtube.com/watch?v=FcTLMTyD2DU\">Designed with WordPress</a>”—an ode to this remarkable journey worth celebrating.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://wordpress.org/download/\">Download WordPress 6.3.1</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Roadmap to 6.4</h2>\n\n\n\n<p>Contributors are already working on WordPress 6.4, expected to be released on<strong> November 7, 2023</strong>. This release, led by an <a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">underrepresented gender release squad</a>, will focus on enhancing different aspects of the WordPress experience while continuing the foundational work for Gutenberg Phase 3. Users can anticipate features like font management and a new default theme, Twenty Twenty-Four.</p>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\"><strong>Twenty Twenty-Four</strong></a> aims to be a versatile theme, featuring a range of templates and patterns specifically designed for three use cases: entrepreneurs and small businesses, photographers and artists, and writers and bloggers.</p>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/08/22/roadmap-to-6-4/\">Check out the 6.4 roadmap post</a> for a tentative preview of expected features.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">New in the Gutenberg plugin</h2>\n\n\n\n<p>Two new versions of Gutenberg shipped in the last month:</p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\"><strong>Gutenberg 16.4</strong></a> was released on August 9, 2023. It introduced a new “auto-inserting blocks” experimental feature, a progress bar component that can be used throughout the interface, and block supports for the Footnotes block.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\"><strong>Gutenberg 16.5</strong></a><strong> </strong>shipped on August 23, 2023, and focused on enhancements to the Command Palette and enabling further customization of blocks.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p><a href=\"https://make.wordpress.org/core/2023/02/01/core-editor-improvement-strengthening-style-options/\"></a>Follow the “<a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s new in Gutenberg</a>” posts to stay on top of the latest enhancements.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Team updates: Next generation of WordPress events, WP Admin redesign, and more</h2>\n\n\n\n<ul>\n<li>The Community team has been busy ushering in the next generation of WordPress events. <a href=\"https://make.wordpress.org/community/2023/08/02/recap-inaugural-nextgen-pilot-events/\">Four pilot events were successfully held</a> in July and August, with another five planned before the end of the year.</li>\n\n\n\n<li>The <a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff post</a> elaborates on the concepts explored so far to revitalize the WordPress admin experience.</li>\n\n\n\n<li>In response to <a href=\"https://www.european-cyber-resilience-act.com/\">Europe&#8217;s Cyber Resilience Act</a> (CRA), leaders from Drupal, Joomla!, TYPO3, and WordPress <a href=\"https://wordpress.org/news/2023/08/concerns-over-the-european-unions-cyber-resilience-act-cra/\">co-authored an open letter</a> addressing concerns about the current CRA definitions and terms and the implications for open source projects.</li>\n\n\n\n<li><a href=\"https://wordpress.org/blocks/\">Check out WordPress.org/blocks</a>—A <a href=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\" data-type=\"link\" data-id=\"https://make.wordpress.org/meta/2023/08/11/introducing-wordpress-org-blocks/\">new page</a> that explores the power of blocks within WordPress and as a broader framework.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/21/wordpresscs-3-0-0-is-now-available/\">WordPressCS 3.0.0 is now available</a>. This update to the WordPress Coding Standards introduces improvements in accuracy, performance, stability, and compatibility with modern PHP versions.</li>\n\n\n\n<li>The first cohort of the WordPress Contributor Mentorship Program, which aims to help new contributors onboard to Make teams, <a href=\"https://make.wordpress.org/project/2023/08/11/the-inaugural-cohort-of-the-wordpress-contributor-mentorship-program-has-concluded/\">successfully concluded</a> last month.</li>\n\n\n\n<li><a href=\"https://wordpress.org/remembers/\">WordPress Remembers</a> went live in August to honor contributors who left a lasting impact on the project and have since passed away.</li>\n\n\n\n<li>Core team members proposed to <a href=\"https://make.wordpress.org/core/2023/08/01/proposal-improve-the-editor-tech-workflow-for-major-releases/\">sync Gutenberg code with core earlier in the release cycle</a> to streamline the integration of new features and reduce risks and delays in major release milestones.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/08/11/blue-note-the-second-community-theme-is-released/\">Blue Note</a>, the second block theme born from the Community Themes initiative, is live on the Theme Directory.</li>\n\n\n\n<li>Every month, the Training team works to expand the <a href=\"https://learn.wordpress.org/\">Learn WordPress</a> catalog with new courses, tutorials, online workshops, and more. <a href=\"https://make.wordpress.org/updates/2023/09/02/whats-new-on-learn-wordpress-in-august-2023/\">See what’s new</a>.</li>\n\n\n\n<li>Openverse maintainers met in Copenhagen for an exciting exchange with Statens Museum for Kunst (SMK), Denmark’s largest art museum. <a href=\"https://make.wordpress.org/openverse/2023/08/17/cultivating-collaborative-pathways-with-statens-museum-for-kunst-smk/\">Learn about their discussions and collaboration efforts</a> to advance openly licensed works.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Keen to see new WordPress event formats happening in your local community? <a href=\"https://make.wordpress.org/community/2023/08/30/the-nextgen-event-project-your-ideas-your-wordpress-community/\">Get inspired by these creative concepts</a> and <a href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\">share your ideas</a>!</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Feedback &amp; testing requests</h2>\n\n\n\n<ul>\n<li>Core team members <a href=\"https://make.wordpress.org/core/2023/08/31/proposal-an-update-to-the-field-guide/\">suggested updating the WordPress Field Guide</a> by publishing it earlier in the development cycle and introducing a simplified Field Guide on the WordPress Developer Blog. Feedback is open until September 15, 2023.</li>\n\n\n\n<li>Help test the <a href=\"https://make.wordpress.org/core/2023/09/05/call-for-testing-performant-translations/\">new Performant Translations plugin</a>, which aims to make localized WordPress sites faster.</li>\n\n\n\n<li>A new proposal aims to <a href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\">refine and update WordPress’ support guidelines</a>. You can provide your input by October 1, 2023.</li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/06/mobile-team-update-september-6th-2/\">Version 23.2</a> of the WordPress mobile app for iOS and Android is ready for testing.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>The Training team seeks feedback on the first learning pathways outlined to improve the Learn WordPress educational experience. <a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">Share your thoughts by September 15, 2023</a>.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress events updates</h2>\n\n\n\n<ul>\n<li>On August 22-23, a group of WordPress contributors gathered at the <a href=\"https://communitysummit.wordcamp.org/2023/\"><strong>Community Summit</strong></a> to discuss key topics concerning the project. Read the notes from each session and join the conversations at <a href=\"https://make.wordpress.org/summit/\">make.wordpress.org/summit</a>.</li>\n\n\n\n<li>Following the Summit, Washington, D.C. hosted <a href=\"https://us.wordcamp.org/2023/\"><strong>WordCamp US 2023</strong></a> from August 24-26. This event brought together nearly 2,000 attendees for a Contributor Day and two conference days filled with engaging <a href=\"https://www.youtube.com/playlist?list=PL1pJFUVKQ7EQWcZBkBtb9YQlziKJ7nvpv\">sessions</a>, conversations, and <a href=\"https://twitter.com/WordPress/status/1695145857232904260\">open source art</a>. Saturday’s agenda concluded with keynotes by WordPress co-founder Matt Mullenweg and Executive Director Josepha Haden Chomphosy and a subsequent Q&amp;A session. <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">Check out the event recap for highlights</a>.</li>\n\n\n\n<li>Join #WPDiversity with a free online <a href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-23-24-tickets-633636773647\">speaker workshop for Indian women in the WordPress Community</a>. The event will take place on September 23-24, 2023.</li>\n\n\n\n<li>The WordCamp Asia 2024 organizing team opened calls for <a href=\"https://asia.wordcamp.org/2024/call-for-speakers-is-now-open/\">speakers</a>, <a href=\"https://asia.wordcamp.org/2024/volunteer-registrations-are-open/\">volunteers</a>, <a href=\"https://asia.wordcamp.org/2024/call-for-sponsors/\">sponsors</a>, and <a href=\"https://asia.wordcamp.org/2024/call-for-media-partners-is-now-open/\">media partners</a>.</li>\n\n\n\n<li>Be sure to visit <a href=\"https://central.wordcamp.org/schedule/\">WordCamp Central</a> to find out about upcoming WordCamps.</li>\n</ul>\n\n\n\n<blockquote class=\"wp-block-quote has-extra-large-font-size\">\n<p>Join Josepha Haden Chomphosy in <a href=\"https://wordpress.org/news/2023/09/episode-61-community-summit-all-at-washington-d-c/\">Episode 61 of WP Briefing</a> as she discusses her takeaways from the Community Summit.</p>\n</blockquote>\n\n\n\n<div style=\"height:3px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-light-grey-color has-alpha-channel-opacity has-light-grey-background-color has-background\" />\n\n\n\n<p><strong><em><strong><em><strong><em>Have a story we should include in the next issue of The Month in WordPress? <strong><em>Fill out </em></strong><a href=\"https://make.wordpress.org/community/month-in-wordpress-submissions/\"><strong><em>this quick form</em></strong></a><strong><em> to let us know.</em></strong></em></strong></em></strong></em></strong></p>\n\n\n\n<p><em>The following folks contributed to this Month in WordPress: <a href=\'https://profiles.wordpress.org/rmartinezduque/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rmartinezduque</a>, <a href=\'https://profiles.wordpress.org/laurlittle/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>laurlittle</a></em>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15933\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:61:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WP Briefing: Episode 61: Community, Summit, all at  Washington D.C.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2023/09/episode-61-community-summit-all-at-washington-d-c/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Sep 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Podcast\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"wp-briefing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15911\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the latest from the Community Summit and her takeaways from the 2023 event in Washington, DC.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:62:\"https://wordpress.org/news/files/2023/09/WP-Briefing-061-1.mp3\";s:6:\"length\";s:1:\"0\";s:4:\"type\";s:0:\"\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17586:\"\n<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the latest from the Community Summit and her takeaways from the 2023 event in Washington, D.C.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br>Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br>Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br>Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>The 2023 <a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit</a> in Washington, DC</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/02/episode-49-everything-you-need-to-know-about-the-community-summit/\">WP Briefing Episode 49</a>: Everything You Need to Know About the Community Summit!</li>\n\n\n\n<li><a href=\"https://href.li/?https://make.wordpress.org/community/2023/05/08/the-next-generation-of-wordcamps/\">The Next Generation of WordCamps</a></li>\n\n\n\n<li><a href=\"https://href.li/?https://make.wordpress.org/community/2023/05/24/idea-generation-next-gen-wordcamps/\">Idea generation: Next Gen WordCamps!</a></li>\n\n\n\n<li><a href=\"https://pressnomics.com/\">PressNomics</a></li>\n\n\n\n<li><a href=\"https://loopconf.io/\">LoopConf</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/\">WordPress Community Summit</a></li>\n\n\n\n<li><strong>A small list of big things</strong>\n<ul>\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/community/2023/08/23/call-for-ideas-new-features-for-our-nexgen-wp-events-central-page/\" target=\"_blank\">Call for ideas: new features for our NexGen WP events central page</a>&nbsp;&#8211; Open call for ideas to find the most desirable features for a future homepage that would host a list of all NextGen WordPress events. </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Introducing Twenty Twenty-Four</a>&nbsp;&#8211; Announced at Contributor Day, this new theme will be part of the 6.4 release. </li>\n\n\n\n<li>With the release of 6.3 behind us,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/6-4/\" target=\"_blank\">we are working hard on bringing 6.4</a>&nbsp;to the community. You can get involved with the development of this important release. </li>\n\n\n\n<li>A successful WCUS is behind us, and if you missed the event, we have you covered. <a href=\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\">Here is a recap of the event</a>.</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15911\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong>&nbsp;Hello everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong>&nbsp;We are back and catching up from our midyear break. And in true WordPress fashion, we&#8217;re just going to start off running. The WordPress Community Summit happened a couple of weeks ago. I&#8217;ve been talking about it on this podcast for a few months now, but if you&#8217;ve missed it and you want a refresher, go ahead and give episode 49 a listen.</p>\n\n\n\n<p>At the Community Summit, there were 125 people, if I remember correctly. And we covered a wide array of topics that were brought to us directly from the community itself. While the event is small, it is specifically designed for gathering and sharing information. So, I&#8217;ve got some top-level trends that I noticed that I&#8217;m going to share with you all today, as well as just like a reminder of what happens after a Community Summit.</p>\n\n\n\n<p>[00:01:27] <strong>Josepha:</strong>&nbsp;So there are three, maybe four, big trends that I noticed. The first one that I noticed is that we have a lot of discussions right now about contributor acknowledgment. That also, for what it&#8217;s worth, came with an unresolved question around whether acknowledgment and recognition are the same. I don&#8217;t think they are the same.</p>\n\n\n\n<p>But it also was part of a conversation around whether we treat those two things the same. And if they are not the same, should we treat them differently? And et cetera, et cetera, et cetera. For folks who&#8217;ve been around for a bit, you know, that we spent a lot of time working on our contributor recognition a few years back and had really made quite a bit of difference in just reported feelings about how the community felt they were being recognized for their contributions.</p>\n\n\n\n<p>And so a lot of the conversations that we ended up having were around whether or not the project as a whole has changed the way that we provide that recognition or acknowledgment. Or, as an alternative, if the community that is supporting WordPress has changed how they would like to be recognized.</p>\n\n\n\n<p>[00:02:32] <strong>Josepha:</strong>&nbsp;There were also some questions about whether or not making sure that contributors can see their impact. Like they can say, I contributed 10 hours last month, and these are the two things that I got accomplished over there, and that everyone else can see those things too. So, how we can do that more easily while also not having so many metrics and making the metrics so prevalent that we start to close out the people who are truly just doing this for fun.</p>\n\n\n\n<p>Like many of the problems that we have at the Community Summit, this is a bunch of pretty much unsolved mysteries at the moment. But it did; it came up across probably five or six different sessions that I heard about, quite a few that I went to myself, and so contributor acknowledgment and recognition is on our minds again.</p>\n\n\n\n<p>A second thing that I noticed across multiple sessions, and this one honestly is not a surprise at all, is that there were a lot of questions about what the next big thing is after Gutenberg. I always love when people are asking big questions about what comes next because it means that we all still believe that there will be a next.</p>\n\n\n\n<p>[00:03:43] <strong>Josepha:</strong>&nbsp;And so I never hesitate when I hear these questions to give some ideas about what I think might be coming. But a lot of the discussions that we were having were around, we think this is coming, but now that we think this is coming, what should we do now to make sure that we are ready for it? One of the biggest assumptions that we all had is that for the CMS, for the software itself, probably our next big area after Gutenberg is going to be something about artificial intelligence.</p>\n\n\n\n<p>Matt pointed out in his presentation that he has told us twice to learn something deeply. One was in 2016 when he said, learn JavaScript Deeply. And then one was in 2022 when he said to learn AI deeply. And so we all kind of are guessing that that is our future area. And so that&#8217;s an area for everyone to spend some time in. Make sure you understand it. Make sure you know it a bit.&nbsp;</p>\n\n\n\n<p>The second thing that came up as like a future, where are we going here? It was kind of on the business-y side. It was on a lot of questions about enterprise and are we selling properly to enterprise. Can we sell, can we appeal to enterprise? Whose job is it to sell any of these things? Questions like that. So, lots of business questions again. This is not something that I have any concerns about. I&#8217;m very excited to see that people are talking about it. That&#8217;s been a topic of conversation since, I want to say, February of this year. And so it also wasn&#8217;t a surprise inclusion today. And, and I was excited to see, am excited to see what we get out of those conversations over time.&nbsp;</p>\n\n\n\n<p>[00:05:17] <strong>Josepha:</strong>&nbsp;As far as like questions around what&#8217;s next for the community, I&#8217;m going to address that separately because it was a huge question for everyone. So I&#8217;m going to discuss that as soon as we get finished with this chunk about like the big thing that, that is coming after Gutenberg.</p>\n\n\n\n<p>But, from an ecosystem perspective. Like a WordPress project operations perspective, this came up a couple of times. Never in as clear a word, a set of words as that, but the question about, like, what are we doing with our tools? Are we making sure that we are keeping the tools that our contributors use maintained and still in an excellent space with features that are useful and, necessary, and requested?</p>\n\n\n\n<p>And so that is a big question. I do have a lot of questions about that. Also, there are so many tools that I have wanted in order to make organizing the WordPress community better and easier, but also making contributing better and easier. And hopefully, here soon, we have an opportunity to get to some of those.</p>\n\n\n\n<p>[00:06:16] <strong>Josepha:</strong>&nbsp;So, the third big trend that I kept seeing at the Community Summit is actually about the community itself, specifically about events. So I was part of or listened to many, many, many conversations over the course of the week that were specifically focused on what we&#8217;re going to do with the future of our events. Like are meetups still sustainable? Are WordCamps still sustainable? And that&#8217;s from not only the idea of sustainability that we all tend to know from like an ecological standpoint but also, you know, checking in on the resources. So the kinds of questions that folks had were, is it time to continue having many small events, or is it time to move to a few giant events?</p>\n\n\n\n<p>Should we bring back midsized, WP-adjacent events like PressNomics or LoopConf? And if we are bringing those back, do we want to have them be part of a semi-official thing along with a clearly WordPress event and like do joint sales in there? Try to figure out how to get people from one to the other, so that it&#8217;s not just WordPress people that we&#8217;re talking to, but also business people and advanced developers, things like that.</p>\n\n\n\n<p>There was also a lot of discussion about whether or not we have gotten too big, should we double down on our grassroots efforts? Just go all the way back to, like, BarCamp style, WordPress in a forest kind of thing.&nbsp;</p>\n\n\n\n<p>[00:07:46] <strong>Josepha:</strong>&nbsp;And yeah, and among all of these conversations, there were questions about the resources that we need. Do we have what we need now? Do we have plans for how to maintain those resources in the future? Do we have enough time? Do we have enough money? Do we have an expertise? The people? So many questions, so many questions. And on the community side of things, we also had a lot of questions that are routine in open source. Like, do we have a pipeline for future maintainers, for future team reps, for future leaders in the project? All of the questions.&nbsp;</p>\n\n\n\n<p>So, those are the three slash four, depending on how you break it out, really big trends that I saw across the conversation at the Community Summit. And I don&#8217;t necessarily know the answers to all of these things. Like, I know what my gut tells me, I know what I believe the answer to be. From my own perspective, but as you&#8217;ve been told many times with many eyes, all bugs are shallow. And so here is what happens next with a Community Summit. So we&#8217;ve gathered all of these things together. We&#8217;ve had these conversations, and now all of the notes from every conversation that we had will be put on make.wordpress.org/summit.&nbsp;</p>\n\n\n\n<p>[00:09:10] <strong>Josepha:</strong>&nbsp;There, you can do any of the following three things, but at least do one before we get any further. I think it&#8217;s important to remind everyone that no decisions were made at the Community Summit. There are a few things that will come out of the Community Summit where the answer the way forward is really obvious. And so those probably will get done quickly thereafter because it&#8217;s just an obvious thing to do. It makes sense for everyone in the project. It makes sense for everyone who&#8217;s using WordPress. Whatever reason.&nbsp;</p>\n\n\n\n<p>So those things will probably move quickly, but mostly not even mostly there were no decisions made. And so if it looks like something is moving quickly there, it is because it makes sense after the fact. So there&#8217;s that. But the three things that you can do in order to take part in this information gathering and sharing that happened at the Community Summit.&nbsp;</p>\n\n\n\n<p>Number one, head over to make.wordpress.org/summit and just read the notes. There are a lot of them you can pick and choose based on the teams you contribute to or the topics that are specifically interesting. Or if you have been assigned to read one of these things, obviously, go ahead and read that. But find the notes read them. Take a look at the discussion as far as you can tell it happened and get a sense for what the essential question is.</p>\n\n\n\n<p>The second thing that you can do while you&#8217;re there is that you can join in that discussion right there in the comments if you would like to. You can, if you feel like your perspective is not quite accounted for in that, obviously leave some comments and let folks know. But also, if you feel like your perspective was accounted for, but there&#8217;s also a very specific question that was not necessarily answered or not even brought up, share those as well. That&#8217;s stuff that we would like to know as we are working through this.&nbsp;</p>\n\n\n\n<p>And then the third thing that you can do is you can take those conversations, and if there&#8217;s anything that looks like it&#8217;s particularly relevant to your local WordPress community, absolutely take those there and have those conversations with them.</p>\n\n\n\n<p>[00:11:23] <strong>Josepha:</strong>&nbsp;And once you&#8217;ve had those conversations, let us know what you thought also in those comments, or take it directly into your weekly teams&#8217; chat, either way. We want to hear what you think about the questions that were brought because you brought them to us. And so you should have an opportunity to tell us what you think.</p>\n\n\n\n<p>[00:11:39] (Music Interlude)&nbsp;</p>\n\n\n\n<p>[00:11:48] <strong>Josepha:</strong>&nbsp;That brings us now to our small list of big things. My friends, there&#8217;s nothing but big things left for the rest of the year. And so here we go. Number one, uh, I mentioned it quite a bit. There&#8217;s a conversation, an ongoing conversation about the future of events for our community. Right now, there is an open call for ideas, new features for our NextGen WordPress events, especially on the page that exists on WordCamp Central.</p>\n\n\n\n<p>So, we want to find the most useful and desirable features for a future homepage on central.wordcamp.org that would host a list of all of our upcoming WordPress events. And so we want your opinion there. Please let us know what would be especially useful to you as you are looking for WordPress events to attend.</p>\n\n\n\n<p>The second thing is that we introduced 2024, the default theme that is coming with WordPress 6.4, was announced. We have had, I think, 32 contributors to it at the time of this recording. And yeah, it&#8217;s beautiful. It&#8217;s got a lot of different implementation options, a lot of default patterns, and curated patterns so that you can get exactly what you want out of that theme. I think it&#8217;s going to make a great default theme, a great starter theme for our final release of the year.&nbsp;</p>\n\n\n\n<p>And then, speaking of 6.4, with the release of 6.3 behind us, we are working hard on bringing 6.4 to the community. You can get involved with the development of that. There is a core chat every Wednesday. It happens. I want to say at 21:00 UTC, but I don&#8217;t actually know off the top of my head. I just go when my calendar tells me to go, and I live in the central time zone. And so, my UTC conversion is not the best, but we will leave the actual information about that in the show notes so that you can see it. But you can also go over to make.wordpress.org, and then there&#8217;s a little card on that homepage that tells you exactly when those core meetings are, including the new contributor meeting, which happens every two weeks.&nbsp;</p>\n\n\n\n<p>And then the fourth thing is that there is a successful WordCamp US behind us. That is our final flagship event of the year, which is always exciting. If you missed it, for one, we missed you. And for two, we have you covered. We&#8217;ve got a recap of the event. There is a link to that in the show notes as well.&nbsp;</p>\n\n\n\n<p>[00:14:05] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thanks for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.</p>\n\n\n\n<p>[00:14:15] (Music Outro)&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15911\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.3.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2023/08/wordpress-6-3-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2023 14:43:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"minor-releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15886\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"WordPress 6.3.1 is available!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jb Audras\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5097:\"\n<h2 class=\"wp-block-heading\">WordPress 6.3.1 is now available!</h2>\n\n\n\n<p>This minor release features&nbsp;<a href=\"https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.3.1&amp;group=status&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=keywords&amp;order=priority\">4 bug fixes in Core</a>&nbsp;and&nbsp;<a href=\"https://github.com/orgs/WordPress/projects/103/\">6 bug fixes for the block editor</a>. You can review a summary of the maintenance updates in this release by reading the&nbsp;<a href=\"https://make.wordpress.org/core/2023/08/23/wordpress-6-3-1-rc1-is-now-available/\">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.3.1 is a short-cycle release. The next major release will be&nbsp;<a href=\"https://make.wordpress.org/core/6-4/\">version 6.4</a>&nbsp;planned for November 2023.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can&nbsp;<a href=\"https://wordpress.org/wordpress-6.3.1.zip\">download WordPress 6.3.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please&nbsp;<a href=\"https://wordpress.org/support/wordpress-version/version-6-3-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by&nbsp;<a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a> and <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a>, with the help of <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>&nbsp;on mission control, and <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> who worked on Gutenberg backports.</p>\n\n\n\n<p>WordPress 6.3.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\" style=\"font-size:18px\"><a href=\'https://profiles.wordpress.org/antonvlasenko/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>antonvlasenko</a>, <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/austinginder/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>austinginder</a>, <a href=\'https://profiles.wordpress.org/azaozz/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>azaozz</a>, <a href=\'https://profiles.wordpress.org/dd32/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dd32</a>, <a href=\'https://profiles.wordpress.org/dlh/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>dlh</a>, <a href=\'https://profiles.wordpress.org/frankit/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>frankit</a>, <a href=\'https://profiles.wordpress.org/get_dave/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>get_dave</a>, <a href=\'https://profiles.wordpress.org/hellofromtonya/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>hellofromTonya</a>, <a href=\'https://profiles.wordpress.org/khokansardar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>khokansardar</a>, <a href=\'https://profiles.wordpress.org/mathsgrinds/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mathsgrinds</a>, <a href=\'https://profiles.wordpress.org/mukesh27/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mukesh27</a>, <a href=\'https://profiles.wordpress.org/peterwilsoncc/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>peterwilsoncc</a>, <a href=\'https://profiles.wordpress.org/presskopp/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>Presskopp</a>, <a href=\'https://profiles.wordpress.org/rajinsharwar/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>rajinsharwar</a>, <a href=\'https://profiles.wordpress.org/ravanh/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>RavanH</a>, <a href=\'https://profiles.wordpress.org/sergeybiryukov/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>sergeybiryukov</a>, and <a href=\'https://profiles.wordpress.org/tmatsuur/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tmatsuur</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac,&nbsp;<a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the&nbsp;<a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C055Y7FKS7N\">#6-4-release-leads</a> channels. Need help? Check out the&nbsp;<a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thanks to&nbsp;<a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15886\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"The Future of WordPress &amp; What’s Next for Gutenberg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://wordpress.org/news/2023/08/the-future-of-wordpress-whats-next-for-gutenberg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Aug 2023 04:50:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15879\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &#38; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder Matt Mullenweg and Executive Director Josepha Haden Chomphosy.  What’s Next for WordPress Josepha launched her keynote by celebrating [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Nicholas Garofalo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7491:\"\n<p>Nearly 2,000 attendees gathered for two days of keynotes, sessions, and community-building conversations at the Gaylord National Resort &amp; Convention Center in the largest attended WordCamp US ever. Saturday’s sessions concluded with back-to-back keynotes by WordPress co-founder <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> and Executive Director <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>. </p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for WordPress</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/3OaypzgzAlw?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Josepha launched her keynote by celebrating 20 years of WordPress and reflecting on its journey from a blogging tool to the world&#8217;s most popular community-driven web platform. On WordPress as a platform for empowerment and change, Josepha shared, “The more people that know about WordPress, the more people can access the incredible opportunities that WordPress can provide.” And that sustaining the platform for future generations ensures these opportunities will persist. She added, “We exist for as long as people want to use our software.”</p>\n\n\n\n<p>The community is the key to sustaining WordPress, and Josepha touched on the importance of WordCamps, workshops, and events that create value, promote inclusivity,&nbsp; and spark inspiration. WordPress can be a catalyst for positive change in the life of a contributor, end user, or site builder.</p>\n\n\n\n<p>Concluding her keynote, Josepha asked the audience to think about the story they’d want to tell about themselves and their time in WordPress; and the story they would want WordPress to tell the world.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s Next for Gutenberg</h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/EavRd7PtA0Q?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Matt began his keynote with a touch of nostalgia, referring to a comment on his personal blog in 2003 by WordPress Co-founder <a href=\"https://profiles.wordpress.org/mikelittle/\">Mike Little</a>, and then looked ahead to the most recent release, WordPress 6.3. As this year’s largest release, it includes new features such as the Command Palette, a quick way (⌘+k on Mac or Ctrl+k on Windows) to search your site and access common commands.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://wordpress.org/download/releases/6-3/\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&#038;ssl=1\" alt=\"WordPress 6.3 Lionel\" class=\"wp-image-15795\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=1536%2C802&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?resize=2048%2C1070&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2023/08/6.3-Release-Edition-Featured-Image.png?w=3000&amp;ssl=1 3000w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></a></figure>\n\n\n\n<p>Matt continued, “WordPress never rests, so right around the corner is <a href=\"https://make.wordpress.org/core/6-4/\">WordPress 6.4</a> on Nov 7… with some cool new features.” He shared that 6.4, like 5.6, will be an underrepresented gender-led release. A new default theme, <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a>, is tailored for entrepreneurs and small businesses, photographers and artists, and writers and bloggers. Additionally, 6.4 will feature integrated font management and Image block options to expand single images for optimal viewing.</p>\n\n\n\n<p>Looking further into the future, Matt highlighted Phase 3 of the Gutenberg project, which will focus on workflows and collaboration, “moving WordPress from a single-player to a multi-player tool.” In that spirit of collaboration, a new <a href=\"https://wordpress.slack.com/archives/C05PY7QLR5F\">#LMS</a> working group will also bring WordPress learning management systems together to improve the web standards for courses and learning content.</p>\n\n\n\n<p>Beyond Phase 3, Matt shared thoughts about what it means to support WordPress many years from now. A new <a href=\"https://wordpress.com/100-year/\">100-Year Plan</a> from WordPress.com is an exploration into long-term planning for your online presence. He encouraged attendees to be inspired by the region&#8217;s history, reflecting on what it would mean to honor the past while anticipating and planning for the future.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A</h2>\n\n\n\n<p>A Q&amp;A session followed the keynotes, with questions submitted by the in-person audience and live stream viewers.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" class=\"youtube-player\" width=\"600\" height=\"338\" src=\"https://www.youtube.com/embed/3Fa0Q-brSeI?version=3&#038;rel=1&#038;showsearch=0&#038;showinfo=1&#038;iv_load_policy=1&#038;fs=1&#038;hl=en-US&#038;autohide=2&#038;wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation\"></iframe>\n</div></figure>\n\n\n\n<p>Additional questions will be answered in a future post on <a href=\"https://make.wordpress.org/project/\">make.WordPress.org/project/</a>. Join the <a href=\"https://make.wordpress.org/\">global community making WordPress</a> and be part of our journey toward a brighter future!</p>\n\n\n\n<p><em>Thank you to </em><a href=\"https://profiles.wordpress.org/angelasjin/\"><em>@angelasjin</em></a><em>, </em><a href=\"https://profiles.wordpress.org/bjmcsherry/\"><em>@bmcsherry</em></a><em>, </em><a href=\"https://profiles.wordpress.org/cbringmann/\"><em>@cbringmann</em></a><em>, </em><a href=\"https://profiles.wordpress.org/dansoschin/\"><em>@dansoschin</em></a><em>, and </em><a href=\"https://profiles.wordpress.org/eidolonnight/\"><em>@eidolonnight</em></a><em> for collaborating on this post.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15879\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:64:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WP20 – A Heartfelt Thanks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://wordpress.org/news/2023/08/wp20-a-heartfelt-thanks/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Aug 2023 14:54:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WP20\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15471\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:484:\"Earlier this year, WordPressers around the globe united to celebrate 20 years of community and innovation. There were parties, blogs, videos, and social media posts aplenty. And, of course, the trending hashtag, “#WP20”.\n\nThroughout April and May, community members reflected on their journeys - what brought them to WordPress and its personal meaning. The stories, tweets, and videos were inspiring, nostalgic, and even humorous at times. There was swag, and the cakes were epic.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"enclosure\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"url\";s:68:\"https://wordpress.org/news/files/2023/08/wp20-celebrate-animated.mp4\";s:6:\"length\";s:7:\"2964981\";s:4:\"type\";s:9:\"video/mp4\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:37003:\"\n<figure class=\"wp-block-video\"><video autoplay controls loop muted src=\"https://wordpress.org/news/files/2023/08/wp20-celebrate-animated.mp4\" playsinline></video></figure>\n\n\n\n<p>Earlier this year, WordPressers around the globe united to celebrate 20 years of community and innovation. There were parties, blogs, videos, and social media posts aplenty. And, of course, the trending hashtag, “#WP20”.</p>\n\n\n\n<p>Throughout April and May, community members reflected on their journeys &#8211; what brought them to WordPress and its personal meaning. The stories, tweets, and videos were inspiring, nostalgic, and even humorous at times. There was swag, and the cakes were epic.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Let’s take a look!</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">On WordPress turning 20, and the Audrey Scholars program: <a href=\"https://t.co/Etwh8H6xh4\">https://t.co/Etwh8H6xh4</a></p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1662582800451776512?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">WordPress celebrates 20 years tomorrow. It&#39;s grown from a comment on a blog post to a web spanning phenomenon. Thanks to an outstanding community and the freedoms of Open Source. Happy Birthday, WordPress! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://t.co/fght4XMJXb\">pic.twitter.com/fght4XMJXb</a></p>&mdash; Mike Little (@mikelittlezed1) <a href=\"https://twitter.com/mikelittlezed1/status/1662013891856027649?ref_src=twsrc%5Etfw\">May 26, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Look at this cute <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> cake from <a href=\"https://twitter.com/RicksBakery?ref_src=twsrc%5Etfw\">@RicksBakery</a>! <a href=\"https://t.co/f88H3usR5R\">pic.twitter.com/f88H3usR5R</a></p>&mdash; Josepha Haden Chomphosy (@JosephaHaden) <a href=\"https://twitter.com/JosephaHaden/status/1662562362979676162?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"es\" dir=\"ltr\">Tenemos regalitos para los que vengáis esta tarde a la Meetup.<a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/PSPsbWluv7\">pic.twitter.com/PSPsbWluv7</a></p>&mdash; Meetup WordPress Torrelodones (@WPTorrelodones) <a href=\"https://twitter.com/WPTorrelodones/status/1671918091398258688?ref_src=twsrc%5Etfw\">June 22, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">So <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a> is turning 20 years old today! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <br><br>Happy birthday to WordPress and its entire community! from me and <a href=\"https://twitter.com/MariekeRakt?ref_src=twsrc%5Etfw\">@MariekeRakt</a> <a href=\"https://t.co/9N9T0SnsdL\">pic.twitter.com/9N9T0SnsdL</a></p>&mdash; Joost de Valk (@jdevalk) <a href=\"https://twitter.com/jdevalk/status/1662398779360702465?ref_src=twsrc%5Etfw\">May 27, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Happy 20th birthday, <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! Our Cebu meetup was a success! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2728.png\" alt=\"✨\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f382.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><br><br>…and our community is growing. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4af.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> Thanks to <a href=\"https://twitter.com/hashtag/enspaceCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#enspaceCebu</a> for hosting our party! <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://twitter.com/hashtag/WordPressCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPressCebu</a> <a href=\"https://twitter.com/hashtag/WPCebu?src=hash&amp;ref_src=twsrc%5Etfw\">#WPCebu</a> <a href=\"https://t.co/TUFoKjuoxq\">pic.twitter.com/TUFoKjuoxq</a></p>&mdash; Cebu WordPress Meetup (@WPCebu) <a href=\"https://twitter.com/WPCebu/status/1664957630241189888?ref_src=twsrc%5Etfw\">June 3, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">I&#39;m sure you&#39;ve seen by now, but today is WordPress&#39; 20th birthday! Thank you to <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> and <a href=\"https://twitter.com/mikelittlezed1?ref_src=twsrc%5Etfw\">@mikelittlezed1</a> for following through with a seemingly wild idea. I don&#39;t think anyone could have predicted we&#39;d end up where we are today. Happy birthday <a href=\"https://twitter.com/WordPress?ref_src=twsrc%5Etfw\">@WordPress</a>! <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f389.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/tAZRlYThuS\">pic.twitter.com/tAZRlYThuS</a></p>&mdash; Jon Desrosiers (@desrosj) <a href=\"https://twitter.com/desrosj/status/1662616708064985088?ref_src=twsrc%5Etfw\">May 28, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"de\" dir=\"ltr\">Hier ist der Recap vom letzten Zürcher <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/Meetup?src=hash&amp;ref_src=twsrc%5Etfw\">#Meetup</a> im <a href=\"https://twitter.com/westhive?ref_src=twsrc%5Etfw\">@westhive</a> inkl. Audioaufzeichnungen und Slides der Präsentationen, sowie ein paar visuellen Eindrücken des Abends. <a href=\"https://twitter.com/hashtag/BBQ?src=hash&amp;ref_src=twsrc%5Etfw\">#BBQ</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/IycEcb4DQL\">https://t.co/IycEcb4DQL</a></p>&mdash; WordPress Zürich (@wpzurich) <a href=\"https://twitter.com/wpzurich/status/1674695261694701568?ref_src=twsrc%5Etfw\">June 30, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"qme\" dir=\"ltr\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f973.png\" alt=\"?\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://twitter.com/hashtag/WCEU?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU</a> <a href=\"https://twitter.com/hashtag/WCEU2023?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU2023</a> <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/Uodqd2OotM\">pic.twitter.com/Uodqd2OotM</a></p>&mdash; Osom Studio WordPress &amp; WooCommerce Agency (@OSOM_STUDIO) <a href=\"https://twitter.com/OSOM_STUDIO/status/1667524236406145024?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">Celebrating <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> at <a href=\"https://twitter.com/hashtag/WCEU?src=hash&amp;ref_src=twsrc%5Etfw\">#WCEU</a> with <a href=\"https://twitter.com/photomatt?ref_src=twsrc%5Etfw\">@photomatt</a> <a href=\"https://twitter.com/JosephaHaden?ref_src=twsrc%5Etfw\">@JosephaHaden</a> <a href=\"https://twitter.com/matias_ventura?ref_src=twsrc%5Etfw\">@matias_ventura</a> <a href=\"https://t.co/9LM9HnEfYn\">pic.twitter.com/9LM9HnEfYn</a></p>&mdash; Felix Arntz (@felixarntz) <a href=\"https://twitter.com/felixarntz/status/1667536517705736193?ref_src=twsrc%5Etfw\">June 10, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n</div>\n</div>\n\n\n\n<p>Want to see more tweets? <a href=\"https://wp20.wordpress.net/live/\">Check out the tweet wall here.</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Bits &amp; Bytes</h2>\n\n\n\n<ul>\n<li><a href=\"https://wp20.wordpress.net\">Official website for WP20</a></li>\n\n\n\n<li>The #WP20 hashtag was used at least 18,000 times between March 1 and June 8, 2023 on social peaking on May 27 with at least 2,700+ metions</li>\n\n\n\n<li>165+ meetups took place to celebrate WP20</li>\n\n\n\n<li>At least 4,661 people attended a meetup across six continents</li>\n\n\n\n<li>100+ kits of swag were shipped to meetup organizers</li>\n</ul>\n\n\n\n<p>Want more social media for WordPress? Check out the official accounts here:</p>\n\n\n\n<ul>\n<li><a href=\"https://twitter.com/WordPress\">Twitter</a></li>\n\n\n\n<li><a href=\"https://www.instagram.com/wordpress/\">Instagram</a></li>\n\n\n\n<li><a href=\"https://www.facebook.com/WordPress/\">Facebook</a></li>\n\n\n\n<li><a href=\"https://www.linkedin.com/company/wordpress\">LinkedIn</a></li>\n\n\n\n<li><a href=\"https://www.youtube.com/wordpress\">YouTube</a></li>\n\n\n\n<li><a href=\"https://www.pinterest.com/WordPress/\">Pinterest</a></li>\n\n\n\n<li><a href=\"https://www.tumblr.com/wordpress\">Tumblr</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Snapshots from WP20 Celebrations</h2>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"15527\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15527\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fz4aD6_XwAICdz-.jpeg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"769\" height=\"1024\" data-id=\"15518\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=769%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15518\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=769%2C1024&amp;ssl=1 769w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=768%2C1023&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?resize=1154%2C1536&amp;ssl=1 1154w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhuvvbacaagn6c.webp?w=1538&amp;ssl=1 1538w\" sizes=\"(max-width: 769px) 100vw, 769px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" data-id=\"15523\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15523\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxhspnlaqainz1f.webp?w=1536&amp;ssl=1 1536w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"15516\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15516\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?w=1024&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjpa3oamaaetri.webp?resize=768%2C576&amp;ssl=1 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"828\" height=\"1024\" data-id=\"15517\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=828%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15517\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?w=828&amp;ssl=1 828w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=243%2C300&amp;ssl=1 243w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxjparaaqaa1iji.webp?resize=768%2C950&amp;ssl=1 768w\" sizes=\"(max-width: 828px) 100vw, 828px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"15522\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15522\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?resize=1536%2C1152&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxj2btqaaaakewo.webp?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"768\" height=\"1024\" data-id=\"15524\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr.webp?resize=768%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15524\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=768%2C1024&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=225%2C300&amp;ssl=1 225w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=1152%2C1536&amp;ssl=1 1152w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?resize=1536%2C2048&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkqdpmxwaa9zvr-scaled.webp?w=1920&amp;ssl=1 1920w\" sizes=\"(max-width: 768px) 100vw, 768px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"15519\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15519\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwyami0ja.webp?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"941\" data-id=\"15525\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1024%2C941&#038;ssl=1\" alt=\"\" class=\"wp-image-15525\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1024%2C941&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=300%2C276&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=768%2C706&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?resize=1536%2C1411&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxkanzxwcaativc.webp?w=2047&amp;ssl=1 2047w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"768\" data-id=\"15520\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=1024%2C768&#038;ssl=1\" alt=\"\" class=\"wp-image-15520\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=1024%2C768&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?resize=768%2C576&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoi01sxgamyqi7.webp?w=1280&amp;ssl=1 1280w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"851\" data-id=\"15521\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1024%2C851&#038;ssl=1\" alt=\"\" class=\"wp-image-15521\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1024%2C851&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=300%2C249&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=768%2C638&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?resize=1536%2C1276&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxoukosaeaaa-sk.webp?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"769\" data-id=\"15526\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec.webp?resize=1024%2C769&#038;ssl=1\" alt=\"\" class=\"wp-image-15526\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=1024%2C769&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=300%2C225&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=768%2C577&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=1536%2C1154&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2023/07/fxm7nexxsaa5vec-scaled.webp?resize=2048%2C1538&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<h2 class=\"wp-block-heading\">Props</h2>\n\n\n\n<p>WP20 celebrations, swag, websites, social media, graphics, and so much more could not have happened without the wonderful contributions of so many. Beyond the organizers of the 165+ events, there were many people working behind the scenes to ensure WordPress got the recognition it deserved. Thank you to everyone who worked behind the scenes to organize the meetups, create swag, and to spread the word. Some of these hardworking folks include: <a href=\"https://profiles.wordpress.org/nomadskateboarding/\">Mark Andrew</a>, <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a>, <a href=\"https://profiles.wordpress.org/tinobarreiro/\">Tino Barreiro</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\">Chloe Bringmann</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a>, <a href=\"https://profiles.wordpress.org/mysweetcate/\">Cate DeRosia</a>, <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a>, <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">Nicholas Garofalo</a>, <a href=\"https://profiles.wordpress.org/ngreennc/\">Nyasha Green</a>, <a href=\"https://profiles.wordpress.org/nickhamze/\">Nick Hamze</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\">Meagan Hanes</a>, <a href=\"https://profiles.wordpress.org/kellychoffman/\">Kelly Hoffman</a>, <a href=\"https://profiles.wordpress.org/pablohoneyhoney/\">Pablo Honey</a>, <a href=\"https://profiles.wordpress.org/santanainniss/\">Santana Inniss</a>, <a href=\"https://profiles.wordpress.org/markoserb/\">Marko Ivanovic</a>, <a href=\"https://profiles.wordpress.org/angelasjin/\">Angela Jin</a>, Winston Koone, Megan Marcel, <a href=\"https://profiles.wordpress.org/ninianepress/\">Jenni McKinnon</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a>, <a href=\"https://profiles.wordpress.org/jpantani/\">Jonathan Pantani</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\">Se Reed</a>, <a href=\"https://profiles.wordpress.org/laurlittle/\">Lauren Stein</a>, <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco Vera</a>, Andrew Wikel, and <a href=\"https://profiles.wordpress.org/adamwood/\">Adam Wood</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Some More Fun</h2>\n\n\n\n<p>A WordPress event is not complete without a Wapuu, and not only was there one, but there was a whole campaign to color it in! Thanks to <a href=\"https://profiles.wordpress.org/triforcepower/\">Em DeRosia</a> for creating the commemorative Wapuu!</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"1024\" data-id=\"15532\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15532\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?resize=768%2C1067&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/Fs33fvqWcAAKRbx.png?w=864&amp;ssl=1 864w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"1024\" data-id=\"15528\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15528\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?resize=768%2C1067&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FrU8oOFaQAEZLPY.jpeg?w=864&amp;ssl=1 864w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"722\" height=\"956\" data-id=\"15531\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?resize=722%2C956&#038;ssl=1\" alt=\"\" class=\"wp-image-15531\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?w=722&amp;ssl=1 722w, https://i0.wp.com/wordpress.org/news/files/2023/07/Ft8DCn9WcA08xYZ.jpeg?resize=227%2C300&amp;ssl=1 227w\" sizes=\"(max-width: 722px) 100vw, 722px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"832\" height=\"1024\" data-id=\"15534\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=832%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15534\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=832%2C1024&amp;ssl=1 832w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=244%2C300&amp;ssl=1 244w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?resize=768%2C945&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtyXUDZXgAA1G1K.jpeg?w=975&amp;ssl=1 975w\" sizes=\"(max-width: 832px) 100vw, 832px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"819\" height=\"1024\" data-id=\"15533\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=819%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15533\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=819%2C1024&amp;ssl=1 819w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=240%2C300&amp;ssl=1 240w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?resize=768%2C960&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FuvXFqHWAAY7Yob.jpeg?w=960&amp;ssl=1 960w\" sizes=\"(max-width: 819px) 100vw, 819px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"829\" data-id=\"15530\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=1024%2C829&#038;ssl=1\" alt=\"\" class=\"wp-image-15530\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=1024%2C829&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=300%2C243&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?resize=768%2C622&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxHdOAdXwAE_4w9.jpeg?w=1121&amp;ssl=1 1121w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"712\" data-id=\"15535\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=1024%2C712&#038;ssl=1\" alt=\"\" class=\"wp-image-15535\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=1024%2C712&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=300%2C209&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?resize=768%2C534&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtsDGoiaUAA91ug.jpeg?w=1200&amp;ssl=1 1200w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"709\" height=\"1024\" data-id=\"15536\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=709%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15536\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=709%2C1024&amp;ssl=1 709w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=208%2C300&amp;ssl=1 208w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?resize=768%2C1109&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FtxoedaacAYaIeq.jpeg?w=831&amp;ssl=1 831w\" sizes=\"(max-width: 709px) 100vw, 709px\" data-recalc-dims=\"1\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"737\" height=\"1024\" data-id=\"15529\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=737%2C1024&#038;ssl=1\" alt=\"\" class=\"wp-image-15529\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=737%2C1024&amp;ssl=1 737w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=216%2C300&amp;ssl=1 216w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?resize=768%2C1066&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2023/07/FxIvqkGWIAEPKt8.jpeg?w=970&amp;ssl=1 970w\" sizes=\"(max-width: 737px) 100vw, 737px\" data-recalc-dims=\"1\" /></figure>\n</figure>\n\n\n\n<p>The Marketing team ran an interactive campaign, <a href=\"https://make.wordpress.org/marketing/2023/05/02/20-days-to-celebrate-20-years-of-wordpress-from-blogs-to-blocks/\"><em>From Blogs to Blocks</em></a>, a series of prompts across 20 days for WordPress enthusiasts to celebrate all-things WordPress.</p>\n\n\n\n<p>Additional campaigns took place on social media and included prompting folks to share their favorite WordPress memory and most cherished WordPress swag item, to highlight the 21 contributing teams, and even to share a birthday greeting.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\" data-width=\"500\" data-dnt=\"true\"><p lang=\"en\" dir=\"ltr\">My fav <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> swag, which I use daily! This was the speaker swag from <a href=\"https://twitter.com/hashtag/WCBos?src=hash&amp;ref_src=twsrc%5Etfw\">#WCBos</a> 2019. <a href=\"https://twitter.com/melchoyce?ref_src=twsrc%5Etfw\">@melchoyce</a>, I think you designed this stunning logo? <a href=\"https://twitter.com/hashtag/WP20?src=hash&amp;ref_src=twsrc%5Etfw\">#WP20</a> <a href=\"https://t.co/1sEIEMGzM9\">https://t.co/1sEIEMGzM9</a> <a href=\"https://t.co/F0ufF9msqP\">pic.twitter.com/F0ufF9msqP</a></p>&mdash; Angela Jin (@AngelaSJin) <a href=\"https://twitter.com/AngelaSJin/status/1650832707683864578?ref_src=twsrc%5Etfw\">April 25, 2023</a></blockquote><script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>\n</div></figure>\n\n\n\n<p>We had lots of digital goodies too! From 3D desktop wallpaper, to selfie-props for the celebrations, and more. <a href=\"https://wp20.wordpress.net/swag/\">You can download them here</a>.</p>\n\n\n\n<div class=\"wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular\"><div class=\"tiled-gallery__gallery\"><div class=\"tiled-gallery__row\"><div class=\"tiled-gallery__col\" style=\"flex-basis:37.05595%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1500&#038;ssl=1 1500w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?strip=info&#038;w=1600&#038;ssl=1 1600w\" alt=\"\" data-height=\"900\" data-id=\"15830\" data-link=\"https://wordpress.org/news/?attachment_id=15830\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png\" data-width=\"1600\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-selfie-glasses-1024x576.png?ssl=1\" data-amp-layout=\"responsive\" /></figure><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?strip=info&#038;w=600&#038;ssl=1 600w,https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?strip=info&#038;w=825&#038;ssl=1 825w\" alt=\"\" data-height=\"600\" data-id=\"15829\" data-link=\"https://wordpress.org/news/?attachment_id=15829\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg\" data-width=\"825\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/08/wp20-celebrate-desktop.jpg?ssl=1\" data-amp-layout=\"responsive\" /></figure></div><div class=\"tiled-gallery__col\" style=\"flex-basis:62.94405%\"><figure class=\"tiled-gallery__item\"><img decoding=\"async\" srcset=\"https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=600&#038;ssl=1 600w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=900&#038;ssl=1 900w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=1200&#038;ssl=1 1200w,https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?strip=info&#038;w=1490&#038;ssl=1 1490w\" alt=\"WP20\" data-height=\"1140\" data-id=\"15854\" data-link=\"https://wordpress.org/news/?attachment_id=15854\" data-url=\"https://wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png\" data-width=\"1490\" src=\"https://i1.wp.com/wordpress.org/news/files/2023/08/wp20-logo-blueberry3x-1024x783.png?ssl=1\" data-amp-layout=\"responsive\" /></figure></div></div></div></div>\n\n\n\n<h2 class=\"wp-block-heading\">Got Swag? Need Swag?</h2>\n\n\n\n<p>It&#8217;s not too late to order your WP20 commemorative items. <a href=\"https://mercantile.wordpress.org/product-category/wp20/\">Find shirts, stickers, and more, while supplies last</a>!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>See you in five years for the 25th!</strong></h2>\n\n\n\n<p>Sign up here to stay in the &#8220;know&#8221;!</p>\n\n\n<div class=\"wp-block-jetpack-subscriptions__supports-newline wp-block-jetpack-subscriptions\">\n		<div>\n			<div>\n				<div>\n					<p >\n						<a href=\"https://wordpress.org/news/?post_type=post&#038;p=15471\" style=\"text-decoration: none; font-size: 16px;padding: 15px 23px 15px 23px;margin: 0px; margin-left: 10px;border-radius: 0px;border-width: 1px; background-color: #113AF5; color: #FFFFFF;\">Subscribe</a>\n					</p>\n				</div>\n			</div>\n		</div>\n	</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"15471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 03 Oct 2023 11:32:31 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 02 Oct 2023 17:09:06 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20230620070633\";}','no'),(569,'_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1696375952','no'),(570,'_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3','1696332752','no'),(571,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1696375954','no'),(572,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"WPTavern: WordPress Global Sponsorship Program Raises Costs for 2024 to Support Expanding In-Person Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149761\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://wptavern.com/wordpress-global-sponsorship-program-raises-costs-for-2024-to-support-expanding-in-person-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3363:\"<p>WordPress&#8217; Community team has <a href=\"https://make.wordpress.org/community/2023/09/28/proposed-2024-global-community-sponsorship-program/\">proposed a draft for the 2024 Global Community Sponsorship Program</a>, with fees increased to cover the costs of the rapidly expanding number of in-person events.</p>\n\n\n\n<p>The program supports the volunteer-organized local events so that they can provide free or low-cost access for attendees. It helps companies streamline their sponsorship contributions across multiple events with less administrative overhead than it would be to sponsor individual WordCamps. The program does not include flagship events such as WordCamps Europe, Asia, and US.</p>\n\n\n\n<p>Fees have gone up since 2023 for all three sponsorship packages: Gold, Silver, and Bronze, which offer varying degrees of visibility at in-person WordPress events.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<table><tbody><tr><td></td><td>Gold</td><td>Silver</td><td>Bronze</td></tr><tr><td>2023</td><td>$130,000</td><td>$95,000</td><td>$80,000</td></tr><tr><td>2024</td><td>$145,000</td><td>$115,000</td><td>$90,000</td></tr></tbody></table>\n\n\n\n<p>The 2021 and 2022 programs <a href=\"https://wptavern.com/wordpress-global-sponsorship-program-will-not-include-wordcamps-for-2022\">did not include funding for WordCamps</a>, due to the unpredictability of hosting in-person events when the pandemic made conditions unfavorable in many places across the world. At that time many WordCamp and meetup organizers opted to continue with virtual events. </p>\n\n\n\n<p>In 2023, WordPress events are ramping back up again. Automattic-sponsored community contributor Isotta Peira said the number of in-person events has increased by 60% compared to 2022, and they expect Next Gen events will keep the program growing into 2024. So far 15 pilot events have been confirmed for the new Next Gen format, with 11 of them happening in 2023.</p>\n\n\n\n<p>&#8220;As a result of the Meetup Reactivation project that started in July 2022 and ended in June 2023, 270 dormant Meetups started hosting events again,&#8221; Peira said. &#8220;Today, we have 729 WordPress Chapter Meetups in 107 countries and over 500,000 members globally. In the first 7 months of 2023, the WordPress Community has held 27 WordCamps, and another 29 are scheduled before year-end.&#8221;</p>\n\n\n\n<p>The proposal highlighted a few stats demonstrating the strong resurgence of community events: </p>\n\n\n\n<ul>\n<li>36 local WordCamps held in 2023 to date, with 25 more scheduled before year end</li>\n\n\n\n<li>173% increase in WordCamps since last year: 60 WordCamps anticipated to be held in 2023, compared to 22 in 2022</li>\n\n\n\n<li>729 meetup groups across 107 countries</li>\n\n\n\n<li>507,796 meetup group members, program-wide</li>\n\n\n\n<li>2,998 meetup events scheduled in 2023 to date, and over 340 more scheduled through the end of the year</li>\n</ul>\n\n\n\n<p>The uptick in events is the direct result of the Community team&#8217;s efforts in 2023 to reactivate dormant meetup groups, bring back in-person WordCamps, and evolve the WordCamp program to make room for new event types.</p>\n\n\n\n<p>Companies that are interested to support WordPress&#8217; burgeoning events program can get on board for 2024 by emailing <a href=\"mailto:support@wordcamp.org\">support@wordcamp.org</a> before November 30, 2023. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Oct 2023 03:14:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"BuddyPress: BuddyPress 12.0.0-beta3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=331464\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://buddypress.org/2023/10/buddypress-12-0-0-beta3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3035:\"<p>Hello BuddyPress contributors!</p>\n\n\n\n<p>If you haven&#8217;t tested our two first beta releases (<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f449.png\" alt=\"?\" class=\"wp-smiley\" /> please read <a href=\"https://buddypress.org/2023/08/buddypress-12-0-0-beta1/\">this post about beta1</a>), please consider testing this <strong>third and last</strong> beta release. Beta testing is the best way to make sure the final release will fit perfectly into your WordPress / BuddyPress specific configuration. 12.0 is introducing a very important change about how BuddyPress URLs are built, analyzed and routed and more than ever we need your help to reach this important milestone for the plugin.</p>\n\n\n\n<div class=\"wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-1 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link has-white-background-color has-text-color has-background wp-element-button\" href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta3.zip\">Test BuddyPress 12.0.0-beta3</a></div>\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s new since <a href=\"https://buddypress.org/2023/09/buddypress-12-0-0-beta2/\">beta2</a>?</h2>\n\n\n\n<p>We&#8217;ve fixed 4 bugs and improved the BuddyPress URLs settings screen help area.</p>\n\n\n\n<p><strong>12.0.0 is slated to October 30</strong>, thanks in advance to all the contributors who will give us a hand to get there <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f60d.png\" alt=\"?\" class=\"wp-smiley\" />.</p>\n\n\n\n<p>You can test <a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta3.zip\">BuddyPress 12.0.0-beta3</a> in 4 ways :</p>\n\n\n\n<ul>\n<li>Try the&nbsp;<a href=\"https://wordpress.org/plugins/bp-beta-tester/\">BP Beta Tester</a>&nbsp;plugin.</li>\n\n\n\n<li><a href=\"https://downloads.wordpress.org/plugin/buddypress.12.0.0-beta3.zip\">Download the beta here (zip file)</a>.</li>\n\n\n\n<li>Check out our SVN repository:&nbsp;<code>svn co https://buddypress.svn.wordpress.org/trunk/</code></li>\n\n\n\n<li>Clone our read-only Git repository:&nbsp;<code>git clone git://buddypress.git.wordpress.org/</code></li>\n</ul>\n\n\n\n<p>If you find something weird, please report it on&nbsp;<a rel=\"noreferrer noopener\" href=\"https://buddypress.trac.wordpress.org/newticket\" target=\"_blank\">BuddyPress Trac</a>, post a reply to&nbsp;<a href=\"https://buddypress.org/support/topic/lets-prepare-the-buddypress-12-0-0-next-major-release/\">this support topic</a>&nbsp;or get in touch with us on our&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.slack.com/messages/buddypress\" target=\"_blank\">WordPress.org Slack channel</a>.</p>\n\n\n\n<p>Happy testing <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f469-1f3fb-200d-1f4bb.png\" alt=\"??‍?\" class=\"wp-smiley\" /><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-1f3fe-200d-1f4bb.png\" alt=\"??‍?\" class=\"wp-smiley\" /></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Oct 2023 02:56:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Matt: Preserving Harvard’s Blogging History\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=99750\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://ma.tt/2023/10/preserving-harvards-blogging-history/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3182:\"<p>This month, <a href=\"https://automattic.com/\">Automattic</a> had the privilege of working with the <a href=\"https://cyber.harvard.edu/\">Berkman Klein Center for Internet &amp; Society (BKC)</a> to migrate their early 2000s blogging platform over to our <a href=\"https://pressable.com/a-quick-guide-to-wordpress-multisite-what-you-need-to-know/\" target=\"_blank\" rel=\"noreferrer noopener\">Pressable</a> infrastructure. (Pressable is a small host Automattic runs to develop our <a href=\"https://wp.cloud/\">WP.cloud</a> infrastructure, it gets you all the performance and security of our high-end WP.com plans, but with a more plain-vanilla WP interface.)</p>\n\n\n\n<p>The Harvard Blogs network that the Center launched back in 2003 was an important milestone in internet history. It provided a platform for over 1,500 high-impact bloggers—including Harvard students, faculty, fellows, staff, and alumni—to publish and engage in discussion.</p>\n\n\n\n<p>We were alerted to BKC’s plans to decommission <a href=\"http://blogs.harvard.edu/\" target=\"_blank\" rel=\"noreferrer noopener\">blogs.harvard.edu</a> by none other than <a href=\"http://scripting.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Dave Winer</a>, the pioneering developer behind blogging, RSS, and podcasting, and a Berkman Center fellow from 2003-2004. As BKC shared in <a href=\"https://archive.blogs.harvard.edu/blog/2023/03/02/blogs-harvard-edu-shutting-down/\" target=\"_blank\" rel=\"noreferrer noopener\">their announcement</a>, the network played a formative role for many now-influential bloggers and internet figures. It also contributed to the rise of podcasting and projects like <a href=\"https://www.ushahidi.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Ushahidi</a>.</p>\n\n\n\n<p>When we learned BKC planned to retire the Harvard Blogs platform, we wanted to ensure this valuable archive of early internet culture was preserved. We offered to host the network’s blogs indefinitely so they can remain publicly accessible for years to come.</p>\n\n\n\n<p>The Harvard Blogs multisite consisted of around 1,500 blogs. To move it over, we systematically migrated the archive to our servers and then upgraded the network to the latest version of WordPress (we also updated a handful of plugins and themes and tested the updated versions against the original sites hosted by Harvard.).</p>\n\n\n\n<p>Much like our recent unveiling of the <a href=\"https://wordpress.com/blog/2023/08/25/introducing-the-100-year-plan/\" target=\"_blank\" rel=\"noreferrer noopener\">100 Year Plan</a> for WordPress.com, the preservation of the <a href=\"https://archive.blogs.harvard.edu/\" target=\"_blank\" rel=\"noreferrer noopener\">Harvard Blogs archive</a> demonstrates Automattic’s commitment to protect vital pieces of internet history and culture for generations to come. By preserving these blogs, we hope to inspire future generations of online voices.</p>\n\n\n\n<p>There was something really nice about the neighborhood of blogs the Harvard blog network provided that I hope they or another university tries again sometime. Harvard is now 387 years old, I hope these blogs last at least that much longer (that would be 2,410 AD!).</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Oct 2023 00:53:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Gravatar: New Gravatar Hovercards: Faster, Open-Source, and Everywhere\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=722\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://blog.gravatar.com/2023/10/02/new-gravatar-hovercards-faster-open-source-and-everywhere/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2122:\"<p>Hovercards offer a sleek, interactive way to showcase user profiles. With just a hover over the Gravatar image, a card displays essential information about the user. This eliminates the need to navigate away from the current page and encourages engagement.</p>\n\n\n\n<img src=\"https://gravatar.files.wordpress.com/2023/10/gravatar-hover2.gif\" alt=\"\" class=\"wp-image-736\" />\n\n\n\n<p>A new open-sourced Gravatar Hovercards library is live for users of&nbsp;<a href=\"https://href.li/?https://WordPress.com\">WordPress.com</a>&nbsp;and&nbsp;<a href=\"https://href.li/?https://jetpack.com\">Jetpack</a>, and is available to be implemented by anyone around the web. Here’s what’s new:</p>\n\n\n\n<ul>\n<li><strong>Leaner and faster:</strong>&nbsp;By pruning redundant code and harnessing modern web APIs, we’ve achieved greater efficiency and reduced file sizes by more than 200%.</li>\n\n\n\n<li><strong>Improved UX:</strong>&nbsp;The hovercard design is more refined and will work better across sites with different styles and branding. The library now&nbsp;<a href=\"https://href.li/?https://github.com/gravatar/hovercards#placement-string--right\">supports different placements</a>&nbsp;to cater to a variety of needs.</li>\n\n\n\n<li><strong>Universal hovercards:</strong>&nbsp;The new library introduces the ability to attach hovercards to any element, not just the avatar image. For example, a site can @someone and show the hovercard on hover.</li>\n\n\n\n<li><strong>Open to the world:</strong>&nbsp;Developers can integrate it into their sites via the&nbsp;<a href=\"https://href.li/?https://www.npmjs.com/package/@gravatar-com/hovercards\">NPM package</a>.</li>\n</ul>\n\n\n\n<p></p>\n\n\n\n<p>If you aren&#8217;t seeing hovercards on your WordPress site, go to <strong>Settings -&gt; Discussion</strong> and look for the setting to enable pop-up business cards. You will need to be hosted on WordPress.com or have the free Jetpack plugin installed. </p>\n\n\n\n<p>We encourage you to explore Gravatar hovercards, and welcome your ideas and contributions via our <a href=\"https://href.li/?https://github.com/gravatar/hovercards\">GitHub repo</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Oct 2023 12:55:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.org blog: WP Briefing: Episode 63: A WordPress 6.4 Sneak Peek\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=16050\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://wordpress.org/news/2023/10/episode-63-a-wordpress-6-4-sneak-peek/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:40977:\"<p>Join WordPress Executive Director, Josepha Haden Chomphosy, as she offers an exclusive preview of the upcoming WordPress 6.4 release, accompanied by special guest Sarah Norris, one of the Editor Tech leads for this release. Don&#8217;t miss this opportunity for an insider&#8217;s look!</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host: <a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Guest: <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a><br />Editor: <a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo: <a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production: <a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>TwentyTwentyFour <a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Theme</a> \n<ul>\n<li><a href=\"https://github.com/WordPress/twentytwentyfour\">Repo</a></li>\n\n\n\n<li><a href=\"https://www.figma.com/file/AlYr03vh4dVimwYwQkTdf6/Twenty-Twenty-Four?type=design&node-id=16-14852&mode=design\">Figma File</a></li>\n</ul>\n</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/51132\">Image Lightbox Github</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/59313\">Block Hooks</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/meetings/\">Upcoming WordPress Meetings</a> for Contributors</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul>\n<li>Find announcements for WordPress 6.4 Beta at:\n<ul>\n<li><a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#Core</a> Slack Channel</li>\n\n\n\n<li><a href=\"https://wordpress.org/news/\">WordPress.org/news/</a></li>\n</ul>\n</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\" target=\"_blank\">Proposal: Documentation translation/localization</a></li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/20/seeking-proposals-for-interop-2024/\" target=\"_blank\">Seeking proposals for Interop 2024</a>&nbsp;&#8211; Interop 2024 is happening! WordPress developers, please contribute your proposals for 2024&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/web-platform-tests/interop/issues/new/choose\" target=\"_blank\">on GitHub</a>&nbsp;or as a comment on this post.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/project/2023/09/15/wordcamp-us-2023-qa/\" target=\"_blank\">WordCamp US 2023 Q&amp;A</a> &#8211; With a successful WCUS in the books, an extensive list of post-event questions and answers are available and inspired by the event&#8217;s community and <a rel=\"noreferrer noopener\" href=\"https://www.youtube.com/watch?v=3Fa0Q-brSeI\" target=\"_blank\">Q&amp;A</a>.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-office-hours/\" target=\"_blank\">Accessibility Office Hours</a>&nbsp;&#8211; In an effort to improve accessibility knowledge in the WordPress project,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/accessibility/\" target=\"_blank\">the accessibility team</a>&nbsp;will hold Office Hours every Wednesday at 14:00 UTC</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-16050\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project some insight into the community that supports it. And get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> I have with me today, Sarah Norris. She is the Core Tech Editor in the WordPress 6.4 release. Welcome, Sarah.</p>\n\n\n\n<p>[00:00:47] <strong>Sarah:</strong> Oh, hi, and thanks for having me.</p>\n\n\n\n<p>[00:00:50] <strong>Josepha:</strong> First, I should give everyone kind of a concept of what we&#8217;re doing.</p>\n\n\n\n<p>So this is the WordPress 6.4 sneak peek episode of our podcast, which means that we&#8217;re going to talk a little bit about like the stuff that we are excited to get into the release stuff that we&#8217;re hoping is actually going to make it into the final release. But also, we&#8217;re going to talk a little bit about like stuff that we wish people knew.</p>\n\n\n\n<p>That we were working on. Things that are going to be really cool for users or developers or plugin authors, theme authors, things like that, that otherwise people would miss because it&#8217;s just hard to see. And so before we get started on all of that, is this your first release where you&#8217;re part of a squad like this?</p>\n\n\n\n<p>[00:01:31] <strong>Sarah:</strong> Ah, so, it&#8217;s actually my second. I was part of 6.1 as well. I led the default theme of 2023. But I am finding that the experience is a little bit different. So I&#8217;m still learning probably just as much.&nbsp;</p>\n\n\n\n<p>[00:01:42] <strong>Josepha:</strong> Yeah, absolutely. Well, and in 6.1 versus 6.4, for one, the themes are very different. Like the default themes are very different, but also the tasks involved with leading a default theme are very different from like leading things happening in the core editor in that Gutenberg plugin.</p>\n\n\n\n<p>[00:02:01] <strong>Sarah:</strong> Yeah, there&#8217;s so many different tasks. Yeah, like, I guess maybe there&#8217;s such, there&#8217;s maybe just like a set of tasks for every part of the release squad. But they&#8217;re so different. And much more involved.</p>\n\n\n\n<p>[00:02:12] <strong>Josepha:</strong> Yeah, absolutely. And as of the time of this recording, we&#8217;re recording this on September 27th. It comes out a little bit later. But as of the time of this recording, like we just wrapped up beta 1 for WordPress 6.4 yesterday. But I understand that, like an hour ago, you wrapped up a final release of the Gutenberg plugin as well.</p>\n\n\n\n<p>So you&#8217;re just kind of everywhere with us right now.</p>\n\n\n\n<p>[00:02:36] <strong>Sarah:</strong> Yeah, that&#8217;s exactly right. Yeah, we tried to make the beta 1 for 6.4 and the latest release of Gutenberg quite close together to make it easier to, to merge those latest changes for beta 1 of 6.4. So yes, that&#8217;s why it&#8217;s so close together, and fingers crossed, they both went really smoothly, so I&#8217;m really happy about that.</p>\n\n\n\n<p>[00:02:53] <strong>Josepha:</strong> Now we all sit around and watch the support queues and hope. That part, the sitting around and watching the support queues, is both my most favorite and least favorite sometimes part of releases. Like, it&#8217;s a little bit my most favorite because I get to talk to our support folks. I&#8217;m like, hey, is anything happening? But also, it&#8217;s my least favorite because it&#8217;s like the Schrödinger&#8217;s cat of releases. You&#8217;re like, as long as I don&#8217;t look at it, it could be all well or all bad, and I just don&#8217;t know.</p>\n\n\n\n<p>[00:03:23] <strong>Sarah:</strong> I hear you. I&#8217;ve just been doing something similar with watching test releases.</p>\n\n\n\n<p>[00:03:27] <strong>Josepha:</strong> Yeah. Just waiting and waiting and waiting. Yeah, absolutely. Absolutely.</p>\n\n\n\n<p>Well, let&#8217;s talk a little bit about 6.4. So WordPress 6.4 is our third major release of 2023, which is kind of a big deal for one because, like, three major releases a year is always exciting. But this particular one is, on the one hand, much larger from a feature standpoint than we kind of expected it to be, or so far, it looks like it&#8217;s going to be a bit larger than we expected.</p>\n\n\n\n<p>But also, it is our second iteration of an underrepresented gender release squad. Which I am very excited about. It&#8217;s a way for us to kind of bring in a lot of voices that otherwise we don&#8217;t see in the space. And so we&#8217;re going to just kind of talk through both of those things today. But let&#8217;s start with first: what are the things that are going into the release that you personally are most excited about, that you are most interested in making sure that we get all the way to the end of the release cycle?</p>\n\n\n\n<p>[00:04:27] <strong>Sarah:</strong> So, ones that I am particularly excited for. So, the first one on my list is the Font Library. This is looking really good to include as well. So it&#8217;s gonna do your way for users to manage fonts across their site regardless of their active themes. So similar how to how their media library works at the moment for images and other media.</p>\n\n\n\n<p>[00:04:44] <strong>Josepha:</strong> And if I recall correctly when I was looking at the prototypes for that, like the early demos of it, that has a lot of local font management as well, which helps us with GDPR concerns that we have had with font management in the CMS for a while. One, is that still correct? And two, does it look like it&#8217;s going to make it into the release?</p>\n\n\n\n<p>[00:05:04] <strong>Sarah:</strong> Yes. Yeah. Both correct. Yes. Yeah. Very easy. Yeah, that&#8217;s exactly right. So yeah, all the fonts will be managed locally. So, including things like Google Fonts. And any of the popular libraries and the way it&#8217;s been built, as it calls its files like this, it&#8217;s been built with extensibility in mind. So yeah, hopefully, the possibility should be endless for any number of font collections to be added.</p>\n\n\n\n<p>[00:05:23] <strong>Josepha:</strong> Yeah. Yeah. I, I know, for folks who are listening to this later, hopefully not much later, but if you are listening to this between when beta 1 came out and between and beta 2 is coming out, we didn&#8217;t get as much of that into beta 1 as we expected, but beta 2 should have a good chunk of it in there.</p>\n\n\n\n<p>So get out there and test that.</p>\n\n\n\n<p>[00:05:43] <strong>Sarah:</strong> It&#8217;s also just been released with Gutenberg 16.7 as well. So, I guess for anyone that you just mentioned listening in between.&nbsp;</p>\n\n\n\n<p>[00:05:51] <strong>Josepha:</strong> I&#8217;m one of those folks that has not; I don&#8217;t run trunk because I&#8217;m not that good with like preventing WordPress from falling apart. I&#8217;m not a developer, but I do run the nightlies and for the major releases for Core, and I run also the beta of Gutenberg. And so, I got both updates done this morning and started going in and looking at everything because I don&#8217;t run trunk. I didn&#8217;t have some of the weird edge cases that I saw reported over the last few weeks, which is probably good.&nbsp;</p>\n\n\n\n<p>[00:06:21] <strong>Josepha:</strong> But also, if anyone&#8217;s running trunk and is running all of the nightlies of anything, let us know where the problems are because there are not a lot of you. It feels like, like, a thousand people in the particular combination. What else is in there that you are very excited to see?</p>\n\n\n\n<p>[00:06:37] <strong>Sarah:</strong> I&#8217;m also looking forward to, so we have a new feature called Block Hook, and for anyone who follows Gutenberg, you might have heard it&#8217;s called Auto Inserting Blocks, but we&#8217;ve renamed it to Block Hook. And yes, this is another powerful feature that expands the extensibility of block themes. And so it allows plugins to automatically insert blocks into content relative to another block.</p>\n\n\n\n<p>And so, a good example that we&#8217;ve been using is automatically adding a like button to the post content block. And so yeah, I think it&#8217;s a, it&#8217;s maybe a more developer-centric feature.&nbsp;</p>\n\n\n\n<p>[00:07:09] <strong>Josepha:</strong> So, like, it detects what block you have and suggests bits and pieces that otherwise would make sense there that other people are usually using in those blocks.</p>\n\n\n\n<p>[00:07:20] <strong>Sarah:</strong> Yeah. Yeah. So you can add all through JSON as well. You can add a block that will automatically be added.</p>\n\n\n\n<p>[00:07:25] <strong>Josepha:</strong> All right. Excellent. That was part of the Interactivity API, or is, is early parts of it rather, I guess.</p>\n\n\n\n<p>[00:07:35] <strong>Sarah:</strong> Yes, that&#8217;s right. Yeah. Yeah. It&#8217;s the start.</p>\n\n\n\n<p>[00:07:39] <strong>Josepha:</strong> Another thing that is a part of the Interactivity API, which we&#8217;ve been working on, folks. I think everybody knows for like a year or two. The other part that is shipping in 6.4 is, I think, the Lightbox for images. Is that right?</p>\n\n\n\n<p>[00:07:55] <strong>Sarah:</strong> Yes, that&#8217;s right. Yes. And yeah, that&#8217;s due to be included with 6.4 as well.</p>\n\n\n\n<p>[00:07:59] <strong>Josepha:</strong> I&#8217;m going to just tell us all a weird story. So, for maybe my entire life, like I understand what a lightbox is from a image and photography standpoint, but for the majority of my life, I thought that lightbox referred to those like big initial letters in old manuscripts. I don&#8217;t actually know what those are called if not lightboxes, but in my mind, that&#8217;s what they were.</p>\n\n\n\n<p>[00:08:22] <strong>Josepha:</strong> And so when we first started talking about this, I was like, that&#8217;s what we&#8217;re shipping is like the drop capital letter, like the big one, but it&#8217;s not. In case anyone else also was confused about what a lightbox is, it&#8217;s the image-based concept of a lightbox.</p>\n\n\n\n<p>[00:08:37] <strong>Sarah:</strong> I think it&#8217;s an important one because previously you would have to install, maybe a third-party plugin or, or build lightbox yourself so. It may sound like a, oh, it&#8217;s a tiny feature that&#8217;s been included, but it&#8217;s actually pretty awesome. You don&#8217;t have to include even more extra code.&nbsp;</p>\n\n\n\n<p>[00:08:51] <strong>Josepha:</strong> Speaking of things that we have been working on for two years or so, I think that every sneak peek for the last year, the folks of WordPress have heard me say that I was super excited about navigation and how we&#8217;re managing it, but it turns out that is a very complicated thing. Like we know that, managing menus, managing navigation on a site is complicated from just like a philosophical standpoint. When our users of WordPress, when consumers of WordPress like go through that process, that is the hardest one to explain. And therefore, very hard to manage as well.&nbsp;</p>\n\n\n\n<p>We have had like a requirement that you know three different admins in order to manage your menu, manage your navigation on your site, but we shipped some early components for it in 6.3 and in 6.4. I believe that we are planning; I&#8217;m crossing my fingers no one can see it, crossing my fingers. We&#8217;re planning on getting an updated treatment for the toolbar out. Is that correct?</p>\n\n\n\n<p>[00:09:53] <strong>Sarah:</strong> Yes, yeah, I was a little bit worried because I didn&#8217;t know too much in detail, but I did know about the toolbar. So, yes, yes, I believe that is planned to get into 6.4.</p>\n\n\n\n<p>[00:10:01] <strong>Josepha:</strong> Yeah. So, and the point of that, because for folks who have not tried this out yet, the point of that is that the navigation is kind of, when you look at it, individual components, it&#8217;s like a bunch of little blocks together, and then we wrap it as like a collection that shows up as the navigation block, but because it&#8217;s a bunch of little blocks and each of the little blocks has their own like toolbar that goes with it, it took a lot of work to kind of figure out how to get all of those toolbars to have a primary expression with the navigation. Versus like every single thing that you put into your navigation has its own toolbar, and good luck to you.</p>\n\n\n\n<p>[00:10:44] <strong>Sarah:</strong> Yeah, it&#8217;s a really, really complicated problem, and I guess maybe it always has been, and hopefully we just keep improving and all the time, and we probably never will stop improving because it&#8217;s, yeah, it&#8217;s just such a complicated thing to edit, and I think particularly in an editor without using any code.</p>\n\n\n\n<p>[00:11:00] <strong>Josepha:</strong> Yes.</p>\n\n\n\n<p>[00:11:01] <strong>Sarah:</strong> We&#8217;re getting there, it always, it always is getting better.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> Yeah. Before we move into the question of like things that you wish people knew about the release that maybe they&#8217;re not going to know, I do want to stop and talk about the default theme a little bit. Everyone loves the default theme at the end of the year. But every year, Matt and I talk about, like, what would it look like if we didn&#8217;t have a default theme.</p>\n\n\n\n<p>What if we just were like, all themes are great. Just do whatever you want, which seems too difficult, frankly. But the way that this default theme is envisioned is so different. It&#8217;s got basically three different focuses. Do you know much about this year&#8217;s default theme?</p>\n\n\n\n<p>[00:11:41] <strong>Sarah:</strong> Yeah, a little bit, so I, yeah, I know, I don&#8217;t know, I think it&#8217;s shaping up to be a really good starting point for so many different types of projects. So, I know that that is maybe the aim of every default theme. But we usually show off a lot of the features that are going into the release, like via the default theme.</p>\n\n\n\n<p>I know we did that last time as well, but this time, we&#8217;re doing that stealth. But we&#8217;re also creating like a great baseline for so many different types of projects. And I think maybe in the past, we&#8217;ve maybe only hit like one type of project. And, like, this is a good example for this one very specific thing.</p>\n\n\n\n<p>But yeah, this time, I know that that&#8217;s always like, especially working with other themers, they&#8217;re like, what&#8217;s the best base theme for this type of thing? And I&#8217;m hoping Twenty Twenty-Four is going to be the new answer for so many people.</p>\n\n\n\n<p>[00:12:23] <strong>Josepha:</strong> Yeah, yeah, I looked at the early designs for that with the, because what it has, and these, we&#8217;ll put a link to this in the show notes to the repo about it and the Figma file and all those things. But what it has is like a really robust set of default patterns for anyone who&#8217;s wanting to have like a big commercial site with a lot of things that are required, a really complicated site. Then we have a suite of default patterns that are shipping so that artists and people who are focused primarily on visual assets on their site have the specific patterns and blocks and things required for that and then one that is specific to people who focus on the content in their site.</p>\n\n\n\n<p>I am one of the people who specifically focuses on the content in the site. I was delighted to see that, but it kind of has three different levels of varying complexity based on what it is that people might, might want to have to, oh, not want to have to, might want to be able to do on their sites. And I think that&#8217;s kind of cool.</p>\n\n\n\n<p>[00:13:31] <strong>Sarah:</strong> Yeah. Yeah. It&#8217;s super cool. And I think while we&#8217;re still in the development cycle as well, for 6.4, this is a; the default theme is a great way to jump into contributing if people are looking for good ways to jump in.</p>\n\n\n\n<p>[00:13:44] <strong>Josepha:</strong> Yeah, it runs in a separate repo. And so it has a little bit of a different process, but also it feels like a little bit of a faster process. It kind of runs independently of the release cycle that we have for either the plugin or core. And so it kind of goes a bit faster.</p>\n\n\n\n<p>[00:14:03] <strong>Sarah:</strong> Yes.</p>\n\n\n\n<p>[00:14:05] <strong>Josepha:</strong> Yeah. Excellent. So, then, obvious next question. What Is happening in this release that you wish people knew about?</p>\n\n\n\n<p>[00:14:15] <strong>Sarah:</strong> Yep. Okay. So, I think maybe things that are difficult to fit into the bigger categories that will be easy to shout about when we talk about the release when it&#8217;s been released. There&#8217;s a lot of accessibility enhancement that are going to be included. So there&#8217;s things like better button placements and upgraded spoken messages, especially in site health.</p>\n\n\n\n<p>There&#8217;s also so many performance improvements that are scheduled to be included, so I know there was many performance improvements included in 6.3. We are continuing that for 6.4. There&#8217;s many more improvements to block themes and classic themes in the way the templates are loaded. And we&#8217;ve also got a we&#8217;re including a usage of the new defer and async loading strategies as well for script.</p>\n\n\n\n<p>So these are sort of like, nitty-gritty detail sort of things that will be included that don&#8217;t sound too exciting but are actually really, really cool.&nbsp;</p>\n\n\n\n<p>[00:15:07] <strong>Josepha:</strong> Yeah. I understand the whole like, this is not very exciting. This doesn&#8217;t sound interesting but trust me, it is like, sometimes it feels like half of my job is that I&#8217;m like, I know that nothing I&#8217;m about to say sounds cool, but trust me, it&#8217;s amazing. We&#8217;ve been working on it for a long time, and it&#8217;s cool.</p>\n\n\n\n<p>That&#8217;s great. That&#8217;s great. And so. For those things, it sounds like a lot, this is going to particularly be of interest to folks who are developing for other people using WordPress. But also obviously a little bit of, of benefit, maybe invisible benefit, but still benefit for our end users as we go.</p>\n\n\n\n<p>[00:15:46] <strong>Sarah:</strong> Yeah, yeah, that&#8217;s right, exactly.</p>\n\n\n\n<p>[00:15:48] <strong>Josepha:</strong> So those are kind of the sneak peek items that we&#8217;ve got going into the release. As always, with this particular episode, we&#8217;re not promising that any of those things will 100 percent for sure get in there. There is part of being a release squad that kind of doesn&#8217;t really get talked about outside of WordPress but is probably worth mentioning, which is that the release squad has the really unpleasant job of saying no at the last second for things that are breaking something, things that are not actually a better user experience.</p>\n\n\n\n<p>Like we have the uncomfortable job of saying like, no, it wasn&#8217;t good enough. Sorry, thank you. Come again in the next release cycle. And so, like, all of these things are things that are currently in and being tested, but in the event that we discover it breaks 10 percent of the sites that we have on WordPress, like, we&#8217;re gonna, we&#8217;re gonna pull it.</p>\n\n\n\n<p>So, right now, that&#8217;s all in there, we hope, and if listening to me for a whole year get excited about the changes in navigation, and then also not getting them in didn&#8217;t teach you anything, just because I want it in doesn&#8217;t mean that I get to have it in either. So, but yeah, so that&#8217;s exciting. The other exciting thing about this release, we mentioned it a bit at the top of the discussion, is that it is a gender-upresented, gender-underrepresented release squad. Not upresented, because that is a, not a word. And so this is the second one. Did you participate in the first one?</p>\n\n\n\n<p>[00:17:22] <strong>Sarah:</strong> No, I didn&#8217;t no. Yeah, but I have read all about it, especially in prep to this release as well.</p>\n\n\n\n<p>[00:17:28] <strong>Josepha:</strong> Oh, did you learn anything from it that you brought into this one, or was it just like, I need to know what I&#8217;m getting into kind of reading a lot about it?&nbsp;</p>\n\n\n\n<p>[00:17:36] <strong>Sarah:</strong> Yeah, basically, yeah, I was trying to prep myself, ever since I was involved in 6.1, I&#8217;ve tried to be, I&#8217;ve tried to follow along closely with the releases. But sometimes, there&#8217;s just so much going on all the time. Sometimes it&#8217;s a little bit much. But yeah, I just wanted to see if there was any, any big differences.</p>\n\n\n\n<p>There shouldn&#8217;t be, right? So yeah, it&#8217;s all good.</p>\n\n\n\n<p>[00:17:54] <strong>Josepha:</strong> I think all of the differences were in that boring part where people don&#8217;t, they&#8217;re like, that sounds so un-fun, we&#8217;re going to just stop listening. But it was like, in the planning and preparation for it, and the way that we did all the training, like the initial one had like an 18 month period between like, we&#8217;re gonna do it, and now it&#8217;s done, where we did a lot of additional work to get everybody in there.</p>\n\n\n\n<p>[00:18:18] <strong>Josepha:</strong> And this time, we were like, get in here! That&#8217;s all we did. So, how has your experience been on the release squad? I know that you did one before. You did one in 6.1, but is this particular squad any different compared to your last experience of it, or what you expected?</p>\n\n\n\n<p>[00:18:35] <strong>Sarah:</strong> So, I would say everyone is equally as amazing as every release and, including the resource they&#8217;re involved with. I think that the biggest difference for me, and maybe this links to something you just said, is that I, I knew I was going to be involved in the release squad a lot earlier, especially compared to me for 6.1, but I think I&#8217;ve heard other people say that as well. So, I think that&#8217;s a great thing for this release. We all have had some time ahead of the release and including during this 6.3 release as well, so I was able to watch particular people in, not in a non-creepy way, and make sure I knew which, like what the processes were.</p>\n\n\n\n<p>Yes, to try and get my head around when when I&#8217;d be doing it. And, and obviously, the big help was that I&#8217;d be doing it immediately after they&#8217;d just done it as well. And the previous release squad has been a massive help as well when I&#8217;ve come across either very, very complicated issues or like super silly issues; I can write them and answer your questions so that I think if we could carry that forward with the future releases as well.</p>\n\n\n\n<p>[00:19:28] <strong>Josepha:</strong> Yeah, absolutely. So this time around, we had almost 50 percent new folks that that, like, let us know that they were participating, probably quite a few more than that. But, like, of the people who let us know that they wanted to participate in this release, we had like 28 out of 50 people, something like that, who are brand new to contributing to WordPress in some cases, but certainly, all of them are brand new to contributing to a major release like this. Have you, cause this is not your first time doing this, but it is your first time in this type of release. Have you found that, like, you&#8217;re feeling able to help new people see what&#8217;s happening also, like, do you feel seasoned enough for that? Or are you just like, nope, I&#8217;m also new.</p>\n\n\n\n<p>[00:20:17] <strong>Sarah:</strong> Maybe a little bit of both. I guess I, yeah, I&#8217;m fortunate to have at least experienced, maybe, like how the deadlines roll. Actually, especially the point we&#8217;re at at the moment, where the weekly beta cycles happened. Last time, it took me by surprise. I was like, oh wow, okay, we have a week. Until the next one, and then a week, and so yeah, I feel a bit more psyched up for that this time around.</p>\n\n\n\n<p>And hopefully, I can tap that on you to the new folks as well. But yeah, I also noticed we have a lot of new people. We have, especially from a core editor tech lead; I think we have nearly 30 people who are sort of officially following us along or shadowing us.</p>\n\n\n\n<p>So yeah, yeah, but it&#8217;s really cool. I hope we can teach so many more people if they want to get involved with the next release or even just contributing in general. Yeah, it&#8217;d be amazing.</p>\n\n\n\n<p>[00:21:00] <strong>Josepha:</strong> Yeah. If you are listening to our podcast, and you think to yourself, well, I&#8217;m here. And I wonder if anyone knows because I&#8217;m just watching everyone in a non-creepy way, like feel free at the next meeting that you&#8217;re watching to, to raise your hand and say, I&#8217;m new. We want to know that you&#8217;re there.</p>\n\n\n\n<p>Not because we feel creepy otherwise. But also because we just want to celebrate that you exist new folks that are scared of us. Don&#8217;t be scared of us.</p>\n\n\n\n<p>Oh, man, I feel compelled now to tell everybody about the first time that I led a core chat. So the core chat, I watched that without telling anyone I was watching it for like a year before I had to actually lead it, and I just didn&#8217;t tell anybody I was there like I didn&#8217;t even participate in the waving part at the start where it&#8217;s just like, Hey, everyone, I exist, like, when I was just silently watching it all go by and so when I got announced as part of a release squad. It was shocking for everyone, I think. And there is a public record of a moment where I was panicking. I felt like everyone was asking me a thousand questions, and I didn&#8217;t know the answers to any of them. And I just told all of them, like, there are a million of you and one of me, and you&#8217;re kind of scaring me, so would you stop?</p>\n\n\n\n<p>And so there&#8217;s a public record of me calling out every developer that existed in WordPress at the time. I felt bad about it in the moment, but also like, whew, that was, I don&#8217;t think we have experiences like that for new contributors anymore, but it was, it was quite a moment. I remember distinctly, so Jeffrey Paul, he&#8217;s like one of our, I think we have three or four like self-declared project managing people.</p>\n\n\n\n<p>He is a project manager person in WordPress that I really rely on, and I was DM&#8217;ing him in the background in a full panic. I was like, I don&#8217;t know the answer to any of these questions. What am I supposed to do? And he was like no is also an answer. So, like, just tell them no. Tell them you don&#8217;t know. That&#8217;s fine. And I was like, Oh, God! So, I think that we maybe don&#8217;t have too much of that happening anymore, but I also understand that I wouldn&#8217;t see it if it were happening. No one&#8217;s coming to me to be like, is this normal? Should I panic? They&#8217;re probably coming to you with that.</p>\n\n\n\n<p>[00:23:21] <strong>Sarah:</strong> I think it&#8217;s a sort of good, I&#8217;m not good for you, maybe, but good for observers especially. You know, to see you go through that as well. I can really relate to, like, not even showing, like, a wave emoji because I&#8217;ve totally been in that situation. I think maybe we&#8217;re similar in that regard, like, it, sometimes I just feel really nervous even just showing an emoji.</p>\n\n\n\n<p>And I think, again, shouting out about that and to, to those people who also feel like that, who are watching yeah, yeah, wave if you, if you feel like you want to, and don&#8217;t wave, it&#8217;s also fine just to watch.&nbsp;</p>\n\n\n\n<p>[00:23:48] <strong>Josepha:</strong> Once you&#8217;ve been to 52 meetings, then you can wave. Oh, it&#8217;s so hardworking in open source that way because, like, there is a lot of, like, basically faith in other people because trust comes with, like experiencing things together. But initially, you do just kind of have to have faith that no one&#8217;s going to laugh you out of the room or say that your ideas are stupid or that you are like even remotely understanding the problem, and so that&#8217;s a, it&#8217;s a part of the new contributor experience that I always find so interesting I used to routinely give presentations about like this is how you get started first get ready to be uncomfortable I don&#8217;t give those presentations very often anymore but probably probably I should ask someone to get out there and be like, It&#8217;s scary for everyone, including you!</p>\n\n\n\n<p>Come be scared together! Cause I think that&#8217;s important to normalize. Fear&#8217;s normal. When you first started contributing to WordPress in general, let alone like being on a release squad, what is the team that you first joined through?</p>\n\n\n\n<p>[00:25:02] <strong>Sarah:</strong> So, I guess, full-time contribution, it was themes. I was very involved with themes, and I still am as well; I really love themes, especially block themes. And also with the editor. But, like, years and years ago, I guess it was still themes. I used to build themes.</p>\n\n\n\n<p>But that was very much; I was a forum user, and well, actually, I guess it goes back to me being very nervous and not wanting to admit the question that I wanted to ask, so I would hunt the forums, but afterwards just so helpful.</p>\n\n\n\n<p>Like, yeah, I know this is a lot of people&#8217;s story, but yeah, the forums and just chatting amongst other community members is so, so helpful. So yeah, when I became a full-time contributor, I really, I love talking to other people who are trying to get help or, yeah, reaching out any way they can because I was like, I feel that I was you and still am you as well.</p>\n\n\n\n<p>[00:25:50] <strong>Josepha:</strong> I mean, the good thing about it, like, we will always feel like we&#8217;re learning something because we are, but in my experience of folks in WordPress, and I haven&#8217;t been new in a long time, obviously been doing this for like eight years now which is ancient by technology standards, but like my favorite thing about folks in WordPress is that they are wanting to like learn enough to probably not break it forever.</p>\n\n\n\n<p>Like it&#8217;s the probably is in there, and the forever is in there like I want to. I want to know just enough to be mildly dangerous and then bring everybody with me. Let&#8217;s go be dangerous together. And I think that is really charming in a way because it&#8217;s like we know enough to sort of break it. But not break it a lot.</p>\n\n\n\n<p>So let&#8217;s go see how we break it a little bit to make it better. I think that&#8217;s such a charming attitude for some reason because then we all just get to kind of learn and be a little bit messy together, which is the nature of openly collaborating on a half-written software—all the time. But yeah, I think it&#8217;s kind of neat.</p>\n\n\n\n<p>[00:27:05] <strong>Sarah:</strong> Yeah, yeah, exactly. It&#8217;s exciting too, like if you&#8217;re staying, you&#8217;ve got that enough red push and edge that you&#8217;re just like, Ooh, I might break something. But then there&#8217;s so many people that help you out that, you know, just before you could actually break something important.&nbsp;</p>\n\n\n\n<p>[00:27:18] <strong>Josepha:</strong> Exactly. The one time when I did a very breaking thing because I didn&#8217;t know to ask about it and fixed it immediately was that I mentioned in the middle of a core chat that we were about to have a security release. But it wasn&#8217;t about it wasn&#8217;t like in the next 15 minutes, it was like three weeks away, which is not what you&#8217;re allowed to do like you are not allowed to mention that you have a security release coming in three weeks, and then hope that nobody figures out what it&#8217;s patching.</p>\n\n\n\n<p>Yeah, I got so many messages in such a short amount of time from it felt like every lead developer of WordPress. That was my, my worst moment.</p>\n\n\n\n<p>And I fixed it immediately. So that was good. But also, I don&#8217;t remember if we had to like move up the, the timeline for that release or what. I don&#8217;t; I have no idea what the outcome was because I was just in an outright panic about what I had done incorrectly.</p>\n\n\n\n<p>Anyway, so that&#8217;s the; I&#8217;m just going to tell everybody my most embarrassing early contribution stories today. That&#8217;s what I&#8217;m doing. Excellent. Well, Sarah, before we head out of here, is there a final thought that you would like to share with either our listeners here or future potential contributors to WordPress?</p>\n\n\n\n<p>[00:28:37] <strong>Sarah:</strong> Please help test 6.4, especially through the next few cycles of beta. It would be amazing to have everyone and anyone who would like to help. That is one of the best ways you can help is to test. And then, yeah, if you want to get involved a little bit further, then yeah, I guess, please reach out wherever you think you fit, which I know sounds a bit fake, but there are a lot of different places, and I&#8217;m sure there will be somewhere you fit as well.</p>\n\n\n\n<p>00:28:59] <strong>Josepha:</strong> I will leave in the show notes a link to the page that has all of the upcoming meetings on it. You can probably go to almost any meeting and say, I think this is where I would like to contribute, but also, this is the kind of thing I can contribute, and they will be able to head you in the right direction if you&#8217;re not already in the right direction. But also, like, sometimes your skills that you have are going to be applicable in places where you&#8217;re not aware of yet. And so, go to any meeting—wave to the friendly WordPressers that are around, the Sarah Norrises that exist in the project.&nbsp;</p>\n\n\n\n<p>[00:29:36] <strong>Josepha:</strong> Sarah, thank you so much for joining me today. This was a delight.</p>\n\n\n\n<p>[00:29:39] <strong>Sarah:</strong> Thanks so much for having me on; I really enjoyed it.</p>\n\n\n\n<p>[00:29:42] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:29:42] <strong>Josepha:</strong> That brings us now to our small list of big things. First thing to know is that tomorrow we have Beta 2 for WordPress 6.4. This is our final release of the year, as you know because we&#8217;ve been talking about it for the entire episode. But, just like Sarah said at the end of our conversation, we absolutely need people to help us test it, make sure that it is working in as many places as possible so that we can have the best release possible. So keep an eye out on the core channel in the Making WordPress Slack, and of course, keep an eye on WordPress.org/news as those releases get packaged and ready to go.&nbsp;</p>\n\n\n\n<p>So the second thing is a proposal for documentation translation localization process update. This is an initial step to consolidate all of that documentation into a single easy-to-reach location. So we need some feedback on it. Head on over there, leave a comment to share your feedback about where that should possibly go, where is most useful and valuable for you.&nbsp;</p>\n\n\n\n<p>The second proposal that I have is actually sort of a tangentially related one, but so it&#8217;s not specific to WordPress but does need some WordPress input. There is a call for proposal for Interop 2024. There&#8217;s a post that has a lot more information about it than I do, but we would like for any WordPress developer who&#8217;s interested to head over there and submit a proposal for what they could speak about at Interop, I believe. You can leave your thoughts on the post itself as a comment, or there&#8217;s also a GitHub repo where you can interact as well.</p>\n\n\n\n<p>The next thing on our small list of big things is that the WordCamp US Q&amp;A, the questions that we didn&#8217;t get to because there were something like 87 or something in the queue. The questions that we didn&#8217;t get to, the answers have been posted. They&#8217;re over on make.WordPress.org/project, but I&#8217;ll include a link to those to that post in the show notes.&nbsp;</p>\n\n\n\n<p>And the final thing on the small list of big things, I&#8217;m actually quite excited about. We are hosting now accessibility office hours. In an effort to improve accessibility knowledge in the WordPress project in general, the accessibility team will be holding office hours every Wednesday at 14:00 UTC.</p>\n\n\n\n<p>That started on September 20th. And so it&#8217;s been going for a couple of weeks now. And the purpose is to make sure that we have a dedicated space and time to discuss accessibility principles and best practices as we go through those things.&nbsp;</p>\n\n\n\n<p>[00:32:29] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Hayden Chomphosy, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:32:38] (Music interlude)&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Oct 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"Gutenberg Times: WordPress 6.4 Beta, NASA now on WordPress, Gutenberg 16.7, HTML API, Interactivity API – Weekend Edition #270\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=25812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://gutenbergtimes.com/wordpress-6-4-beta-nasa-now-on-wordpress-gutenberg-16-7-html-api-interactivity-api-weekend-edition-270/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15980:\"<p>Howdy, </p>\n\n\n\n<p>2009 I was invited to NASA first Launch TweetUp for <a href=\"https://www.flickr.com/photos/birgitpauli-haack/albums/72157622738192415\">STS 129 with ca 150 other Tweeple</a>. We learned about the shuttle lunch, it&#8217;s mission, talked to engineers, astronauts, and administrators of NASA, and shared it with our followers on Twitter. It was certainly one of the most interesting weekends in my life. </p>\n\n\n\n<p>In 2009, I also started my personal WordPress journey, testing and prodding searching for a CMS for a nonprofit internet service provider. I started on an incredible journey into web development, community building and open-source. </p>\n\n\n\n<p>Now in 2023, those two life threads come together. After three years building up to it, <a href=\"https://www.nasa.gov/general/nasa-publishes-beta-flagship-science-websites-as-improvements-continue/\">NASA launched their new website built with WordPress</a>. Members of the Website Modernization were invited to give WordCamp US participants a <a href=\"https://www.youtube.com/watch?v=LpDulftMkew\">sneak preview</a> and discussed the journey to get there. If you haven&#8217;t watched them yet, there were great presentations on the work. What a great way to showcase WordPress! WordPress and I have come a long way together. </p>\n\n\n\n<p>Other block editor and builder news are below. Enjoy! </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong><a href=\"https://wordpress.org/news/2023/09/wordpress-6-4-beta-1/\">WordPress 6.4 Beta 1</a></strong> was released, and is ready for testing. There are two calls for testing, you can follow: </p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">Help Test WordPress 6.4</a> </li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/\">FSE Program Testing Call #26: Final touches</a></li>\n\n\n\n<li>Damon Cook wrote <a href=\"https://wpengine.com/builders/beta-testing-wordpress-local-blueprints/\"><strong>Beta Testing WordPress with Local Blueprints</strong></a></li>\n</ul>\n\n\n\n<p><strong>Sarah Gooding</strong> also reported on the release for the WPTavern: <a href=\"https://wptavern.com/wordpress-6-4-beta-1-released\"><strong>WordPress 6.4 Beta 1 Released</strong></a>, with a short summary of all the great new features that will come to a WordPress instance near you. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his <strong><a href=\"https://make.wordpress.org/design/2023/09/25/design-share-sep-11-sep-22/\">Design Share: Sep 11-Sep 22</a>,</strong> <strong>Joen Asmussen</strong> highlighted the fabulous work of the WordPress design team: </p>\n\n\n\n<ul>\n<li>A second iteration for the WordPress Pattern Directory, features a refined submission flow and a new &#8220;Pattern Bundle&#8221; feature. You can navigate through a clickable prototype on Figma. </li>\n\n\n\n<li>Ongoing work in Pagination Design</li>\n\n\n\n<li>An Enterprise Notice on the WordPress site so link to a page about the &#8220;State of Enterprise for WordPress&#8221; guide. </li>\n\n\n\n<li>More exploration on organizing the Command Palette displays. </li>\n\n\n\n<li>A polished modal on Mobile</li>\n</ul>\n\n\n\n<p>Comment or contribute. </p>\n\n\n\n<a href=\"https://make.wordpress.org/design/2023/09/25/design-share-sep-11-sep-22/\"><img width=\"652\" height=\"360\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-30-at-14.59.59.png?resize=652%2C360&ssl=1\" alt=\"Pattern bundles shown in the Design share post \" class=\"wp-image-25831\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Sarah Norris</strong>, Editor Tech co-lead for WordPress 6.4, also was the release lead of Gutenberg 16.7 and published the release post to let you know<strong> <a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/\">What’s new in Gutenberg 16.7? (27 September)</a></strong>. She highlighted a ton of features: <br /></p>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/?p=108291#font-management-with-the-font-library\">Font Management with the Font Library</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#import-export-of-patterns\">Import/Export of Patterns</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#explore-new-pattern-filtering\">Explore New Pattern Filtering</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#naming-group-blocks-in-the-editor\">Naming Group Blocks in the Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#my-patterns-category-reinstated-in-post-editor-inserter\">“My Patterns” Category Reinstated in Post Editor Inserter</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#simplified-lightbox-functionality-for-images\">Simplified Lightbox Functionality for Images</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#background-image-control-added-to-group-block\">Background Image Control Added to Group Block</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/?p=108291#new-social-link-icon-for-x\">New Social Link Icon for X</a></li>\n</ul>\n\n\n\n<a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/#font-management-with-the-font-library\"><img width=\"652\" height=\"376\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/fonts.png?resize=652%2C376&ssl=1\" alt=\"Font management screenshot \" class=\"wp-image-25833\" /></a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>?️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-90-new-testing-call-for-the-fse-program-gutenberg-16-7-and-wordpress-6-4/\">Gutenberg Changelog #90 – New Testing Call for the FSE Program, Gutenberg 16.7 and WordPress 6.4</a> with Tammie Lister as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/dcook\">Damon Cook</a></strong> announced on X (former Twitter) : &#8220;I&#8217;ve helped write #WordPress themes that went on to have 80,000+ installs, but never under my own name and always under the guise of an agency I was working for. Today, I&#8217;ve finally contributed a theme on .org with sole attribution.&#8221; Congratulations to Damon Gook for getting his first theme into the repository. The Theme is a block theme and called <a href=\"https://wordpress.org/themes/bounds/\"><strong>Bounds.</strong></a> &#8220;This theme is meant for slide decks. Use it for your next presentation. The default experience includes scroll snapping on large screens. There is also a style variation for a horizontal scroll snapping.&#8221; Cook wrote. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/m_munirkamal\"><strong>Munir Kamal</strong></a> announced a new feature for the almost evergreen EditorsKit plugin: <a href=\"https://www.youtube.com/watch?v=SGEhm4_sXT4\"><strong>adding and managing Block Styles.</strong> </a>It&#8217;s a great example of how the WordPress Site editor can be used as a modern Design Tool for all kinds of use cases.  Download the <a href=\"https://wordpress.org/plugins/block-options/\">EditorsKit from the WordPress repository.</a> </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://twitter.com/TarunVijwani\">Tarun Vijwani</a></strong> published the release notes for the <a href=\"https://developer.woocommerce.com/2023/09/29/woocommerce-blocks-11-2-0-release-notes/\"><strong>WooCommerce Blocks 11.2</strong></a> release and highlighted blockified order confirmation, product collection patterns, the new Store API order endpoints and more. </p>\n\n\n\n<img width=\"652\" height=\"274\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-30-at-18.18.52.png?resize=652%2C274&ssl=1\" alt=\"\" class=\"wp-image-25845\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-theme-development-for-full-site-editing-and-blocks\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p><strong>Sarah Gooding </strong>recounts the story of <strong>Mike McAllister&#8217;s</strong> woes of being a trailblazer.   <a href=\"https://wptavern.com/ollie-theme-faces-pushback-from-wordpress-theme-review-team\"><strong>Ollie Theme Faces Pushback from WordPress Theme Review Team</strong></a>. Adding onboarding setting screens to his newest block theme, bump up against the Theme directory&#8217;s guidelines as plugin territory. People agree that there needs onboarding solutions for new WordPress users after they log in into their freshly installed WordPress instance. </p>\n\n\n\n<p>The team at Extendify also has a <a href=\"https://extendify.com/launch/\">launch solution</a> it offers to the hosting companies as a stand-alone product also built with Gutenberg components on top of WordPress. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>James Koussertari</strong> of Gutenberg Market updated his <a href=\"https://gutenbergmarket.com/news/a-comprehensive-guide-to-building-wordpress-block-themes\"><strong>Comprehensive Guide to Building WordPress Block Themes</strong></a>. &#8220;Now inline with the latest version of WordPress (I think)&#8221; <a href=\"https://twitter.com/jkoussertari/status/1707513300190142798\">he tweeted on X</a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In their <a href=\"https://www.youtube.com/watch?v=HfMYdvpbEqs\"><strong>September Friday Hangout,</strong></a> Webdev Studios folks, <strong>Brad Williams,</strong> <strong>Victor M Ramirez</strong>, <strong>Raquel Manriquez and Alfredo Navas</strong>, talked about full site editing and WordCamps. &#8220;<em>FSE is an exciting advancement in website development that makes it easier than ever for anyone to create a professional-looking website, regardless of their technical skills.&#8221;</em> They wrote in the description. They also mentioned their WDS <a href=\"https://github.com/webdevStudios/wd_f\"><strong>WordPress Site Editor (FSE) Starter Block Theme</strong></a>, that is available on GitHub. </p>\n\n\n\n<a href=\"https://www.youtube.com/watch?v=HfMYdvpbEqs\"><img width=\"652\" height=\"369\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-30-at-16.49.59.png?resize=652%2C369&ssl=1\" alt=\"Screenshot of the panel in September Friday Hangout.\" class=\"wp-image-25834\" /></a>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p><strong><a href=\"https://twitter.com/marybaum\">Mary Baum</a> </strong>published an introduction to <a href=\"https://developer.wordpress.org/news/2023/09/the-html-api-process-your-tags-not-your-pain/\"><strong>The HTML API: process your tags, not your pain</strong></a> on the WordPress Developer blog: &#8220;All by itself, the HTML Tag processor is better than regular expressions. It&#8217;s convenient, reliable, fast—and You. Can. Read. It. This article shows you in two examples how to get started using the HTML Tag processor.&#8221; It also has a great list of resources for those who need to dive much, much deeper. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> posted another episode of his Block Cook Book recipes on YouTube: <a href=\"https://www.youtube.com/watch?v=Sj61X_Xtfzc\"><strong>The Interactivity API</strong></a>, and how to use the @wordpress/create-block-interactive-template template to scaffold a block that uses it.</p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Screenshot of the WordPress site on nasa.gov in 2023. </p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 30 Sep 2023 12:54:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: Gutenberg 16.7 Introduces Font Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149617\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://wptavern.com/gutenberg-16-7-introduces-font-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3738:\"<p><a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/\">Gutenberg 16.7</a> was released this week, packed with several features that are headlining the upcoming WordPress 6.4 release. This will be the last plugin release that will be rolled into the next version of WordPress. </p>\n\n\n\n<p>Font management with the new font library is now available for testing in the plugin. These features standardize a way to add font collections to WordPress&#8217; new font library, so plugin authors can register lists of fonts and users can install the ones they want. It also enables font foundries to create their own WordPress plugins to provide access to their fonts.</p>\n\n\n\n<p>The <a href=\"https://github.com/WordPress/gutenberg/issues/54169\">Font Library</a> manages fonts independently of a site&#8217;s active theme, allowing users to install, remove, and activate fonts from various sources in WordPress. This works in a similar way to the Media Library.</p>\n\n\n\n<p>After updating to Gutenberg 16.7, users can navigate to Styles > Typography to manage fonts. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1752\" height=\"1086\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-29-at-5.24.43-PM.png\" alt=\"\" class=\"wp-image-149693\" />\n\n\n\n<p>From there, users can launch the Font Library, which loads in a popup screen, and browse all of the installed fonts. A Google Fonts tab allows for installing additional fonts that will be loaded locally from the user&#8217;s server. This gives site editors  more freedom in selecting the typography for their websites instead of relying on a theme or plugin to provide font options.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2060\" height=\"1194\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-29-at-5.28.40-PM.png\" alt=\"\" class=\"wp-image-149694\" />\n\n\n\n<p>Gutenberg 16.7 also brings several important enhancements to patterns. Users can now <a href=\"https://github.com/WordPress/gutenberg/pull/54337\">import and export patterns as JSON files</a> from the Patterns screen, making it easier to share patterns to other WordPress sites. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2184\" height=\"998\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-29-at-5.41.01-PM.png\" alt=\"\" class=\"wp-image-149697\" />\n\n\n\n<p>The &#8220;My Patterns&#8221; category designation has also been reinstated to the post editor&#8217;s inserter, based on feedback after it had been removed.</p>\n\n\n\n<p>Inside the the inserter in the post editor, pattern filters have been relocated to a dropdown at the top of the pattern list panel, along with a sticky header to help with navigation.</p>\n\n\n\n<p>Other notable highlights of Gutenberg 16.7 include the following: </p>\n\n\n\n<ul>\n<li>Group blocks can now have custom names, making it easier to know what they are in the List View</li>\n\n\n\n<li> New Social Link icon for the X service (formerly known as Twitter)</li>\n\n\n\n<li>New ability to toggle ‘nofollow’ setting for inline links (rich text only)</li>\n\n\n\n<li>Add aspect ratio to image placeholder</li>\n\n\n\n<li>Image block: Revise lightbox UI to remove ‘behaviors’</li>\n\n\n\n<li>Image block: UI updates for the image lightbox (redo)</li>\n</ul>\n\n\n\n<p>Gutenberg 16.7 includes 331 pull requests from 88 contributors. For more details on all the enhancements, bug fixes, accessibility, performance, code quality, testing, and tooling improvements, check out the full <a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/#import-export-of-patterns\">changelog in the release post</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Sep 2023 22:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Matt: Houston, we have a solution\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=99419\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"https://ma.tt/2023/09/houston-we-have-a-solution/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:420:\"<p>The new <a href=\"https://www.nasa.gov/\">NASA.gov</a> website has <em>launched</em> on WordPress powered by <a href=\"https://wpvip.com/\">WPVIP</a>. (Also their <a href=\"https://science.nasa.gov/\">science site</a>.)</p>\n\n\n\n<a href=\"https://www.nasa.gov/\"><img width=\"604\" height=\"553\" src=\"https://i0.wp.com/ma.tt/files/2023/09/nasa-homepage-min-1024x937.png?resize=604%2C553&ssl=1\" alt=\"\" class=\"wp-image-99420\" /></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Sep 2023 17:44:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"Do The Woo Community: Parts of the Brain Thinking About Ideas, Episodes and WordPress Highlights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76686\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://dothewoo.io/parts-of-the-brain-thinking-about-ideas-episodes-and-wordpress-highlights/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"<p>The week wraps up with my thoughts on an idea, WordPress and WooCommerce highlights, podcast episodes and parts of my brain.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/parts-of-the-brain-thinking-about-ideas-episodes-and-wordpress-highlights/\">Parts of the Brain Thinking About Ideas, Episodes and WordPress Highlights</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Sep 2023 13:21:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WPTavern: Ollie Theme Faces Pushback from WordPress Theme Review Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://wptavern.com/ollie-theme-faces-pushback-from-wordpress-theme-review-team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13737:\"<p>Mike McAlister, creator of the <a href=\"https://olliewp.com/\">free Ollie theme</a>, has been working towards getting his theme approved for hosting on WordPress.org. Ollie <a href=\"https://wptavern.com/ollie-block-theme-now-in-public-beta\">went into public beta</a> in April 2023 and gained momentum over the next few months when McAlister <a href=\"https://wptavern.com/ollie-theme-previews-new-onboarding-wizard-in-development\">previewed the theme&#8217;s new onboarding wizard</a>.</p>\n\n\n\n<p>WordPress users have been slow to adopt the block editor and block themes by extension. In 2022, only <a href=\"https://wordpress.org/news/files/2023/05/2022-Annual-Survey-Final.pdf\">54% of respondents to WordPress&#8217; annual survey have used the block editor</a>, four years after it was introduced. Block themes have trickled into the official directory, far behind the lofty goals set for their expansion. The sluggish movement towards block-based sites has led some to speculate on <a href=\"https://thewpminute.com/will-there-ever-be-a-market-for-commercial-block-themes/\">whether there will ever be a market for commercial block themes</a>.</p>\n\n\n\n<p>Ollie was designed to make onboarding to a block theme easier and the Site Editor more approachable, so that users don&#8217;t have to start from a blank canvas. The theme&#8217;s <a href=\"https://olliewp.com/ollie-demo/\">demo</a> boasts &#8220;a 40-hr head start&#8221; on setting up a new WordPress website, thanks in part to dozens of patterns for fast page building. Ollie&#8217;s built-in onboarding experience aims to drastically reduce the amount of time users spend getting started.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1200\" height=\"900\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/screenshot.png\" alt=\"\" class=\"wp-image-149635\" />\n\n\n\n<p>After receiving significant pushback from the Theme Review team during Ollie&#8217;s three weeks in the queue, McAlister has put up a poll requesting feedback on how he should proceed.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">After a very rocky (and downright combative) theme review process at <a href=\"https://t.co/SPJ2MEtIlL\">https://t.co/SPJ2MEtIlL</a>, I\'m not sure if it\'s the right place for our <a href=\"https://twitter.com/BuildWithOllie?ref_src=twsrc%5Etfw\">@BuildWithOllie</a> project. <br /><br />I\'m torn and would love your input. More context below and a poll at the end.</p>&mdash; Mike McAlister <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f9d1-200d-1f680.png\" alt=\"?‍?\" class=\"wp-smiley\" /> (@mikemcalister) <a href=\"https://twitter.com/mikemcalister/status/1707446456037134471?ref_src=twsrc%5Etfw\">September 28, 2023</a></blockquote>\n</div>\n\n\n\n<p>Although provisionally approved by veteran theme reviewer Justin Tadlock, who said the onboarding functionality should be allowed until WordPress core offers a standard solution, Ollie was met with heavy criticism from other members of the team.</p>\n\n\n\n<p>&#8220;The setup wizard is plugin territory,&#8221; UXL Themes founder and theme reviewer Andrew Starr said. &#8220;Why not make this as a plugin that would work with any block theme? A plugin could be inspiration or a nudge to improve the core experience.&#8221;</p>\n\n\n\n<p>McAlister responded to this question in the <a href=\"https://themes.trac.wordpress.org/ticket/149883\">Trac ticket for the review</a> and in posts on X. He maintains that a plugin is a &#8220;far worse experience for the end user&#8221; and for his team as the maintainers of the product. Also, since the plugin review queue has 1,249 plugins awaiting review with developers waiting an average of 98 days for an initial review, a plugin for Ollie&#8217;s onboarding experience would likely not be live until next year.</p>\n\n\n\n<p>&#8220;As a compromise and show of good faith, I&#8217;ve chopped down the onboarding wizard to a fraction of what it was,&#8221; he said. &#8220;No dice. Still, it continues to be a highly contentious issue that is causing folks to publicly question my intentions and integrity. Disheartening to say the least.&#8221;</p>\n\n\n\n<p>Automattic-sponsored contributor Justin Tadlock, who helped author the guidelines in question many years ago and who has <a href=\"https://wptavern.com/wordpress-theme-review-team-is-cracking-down-on-violations-of-the-presentation-vs-functionality-guideline\">historically</a> been widely esteemed for his impeccable judgment in regards to the <a href=\"https://justintadlock.com/archives/2015/05/28/the-theme-review-teams-content-creation-discussion\">grey areas of content creation</a> in themes and the <a href=\"https://wptavern.com/why-wordpress-theme-developers-are-moving-functionality-into-plugins\">necessity of preserving data portability</a>, weighed in on the ticket after performing the initial review:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>As someone who co-wrote the original guideline for settings to use the customizer, I can say with 100% certainty that we never meant that to be a hard line drawn in the sand. The team reps can and have always had the capability to mark a theme as a &#8220;special case&#8221; (there&#8217;s even a tag for this in the backend, or there was when I was a rep). And there are themes where we felt like the functionality was unique enough to give it a bit of wiggle room. That was a position that we took when we wrote the &#8220;settings must be in the customizer&#8221; guideline. While I&#8217;m no longer one of the team reps, I feel like this settings page feature is unique enough to mark as a &#8220;special case.&#8221;</p>\n\n\n\n<p>With block themes, some things must be reevaluated because the customizer is not available by default and is not an expected part of the block theme experience. In fact, this guideline is very specific to classic themes. Nothing has been written yet for block themes. Whether that&#8217;s a good thing, I don&#8217;t know. This could be a good moment for experimentation.</p>\n\n\n\n<p>I disagree that the settings page should be packaged as a companion plugin. That defeats the purpose of its inclusion in the theme, and it would create an additional hurdle for the users who would benefit the most from this feature.</p>\n</blockquote>\n\n\n\n<p>Yoast-sponsored contributor Carolina Nymark <a href=\"https://themes.trac.wordpress.org/ticket/149883#comment:21\">contends</a> that allowing this onboarding experience will set a precedent that erodes the standard the team is trying to uphold for the ecosystem of themes hosted on WordPress.org and gives Ollie an unfair commercial advantage:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>&#8220;That settings pages are not allowed is in many ways unrelated to the customizer. And if we really want to angle it that way, it would be way easier to re-enable the customizer link in the theme.</p>\n\n\n\n<p>It is about having a&nbsp;<strong>standard</strong>&nbsp;that is easy for&nbsp;<strong>all</strong>&nbsp;theme authors to use and easy to review.<br />It is about not opening up the reviews to another situation with incredibly difficult and time consuming reviews of code that the theme developers themselves don&#8217;t understand because they copy-pasted it and managed to cause all sorts of errors and security issues.<br /><strong>Where</strong>&nbsp;that feature &#8220;lives&#8221;, in the customizer or on another page, is not the issue.</p>\n\n\n\n<p>I would like everyone to also consider that the Site Editor is not at all far away from solving the problem with the initial template selection. It does not solve all onboarding steps, like getting to the Site Editor, but it is improving.</p>\n\n\n\n<p>Compare it with the use of TGMPA. There is a problem that needs solving and a solution has been agreed upon where the theme author and reviewers only need to adjust a few variables and text strings.</p>\n\n\n\n<p>If something similar could be reached here I would support it.</p>\n\n\n\n<p>This is not about a special case, because it is an unfair commercial advantage over other theme developers.</p>\n</blockquote>\n\n\n\n<p>Ollie is a beautifully-designed multipurpose theme of the highest caliber, the likes of which WordPress.org doesn&#8217;t see very often. If expanding block theme adoption is an important goal, these are the kinds of experiences you want people building for WordPress users. It may be time to redefine theme guidelines based on the possibilities that the block editor enables, instead of saddling block themes with antiquated constraints <a href=\"https://twitter.com/carolinapoena/status/1707128165808713756?s=20\">for the sake of maintaining a more expedient review process</a>.</p>\n\n\n\n<p>&#8220;Just because there are problems with onboarding it doesn&#8217;t mean that a theme, any theme, is the right tool just because one can put code in it,&#8221; Nymark said. &#8220;Plugins extend features, themes display content.&#8221;</p>\n\n\n\n<p>Given the amount of pushback from the Theme Review team, McAlister is now torn about removing everything &#8220;extra&#8221; to get Ollie in the directory for better distribution, or to keep the innovations in place and forego the directory in favor of independent distribution. So far, the results of his poll are overwhelmingly in favor of McAlister distributing the theme himself. </p>\n\n\n\n<p>&#8220;I’m passionate about innovation and getting the most out of all the possibilities that modern WordPress affords us,&#8221; McAlister told the Tavern. &#8220;We were tasked to &#8216;Learn JavaScript Deeply&#8217; not to remain where we’ve been for so long, but to push the boundaries and scope out the future of WordPress and what’s possible. </p>\n\n\n\n<p>&#8220;So we designed and developed Ollie’s educational dashboard and onboarding wizard to help users get over some of the hurdles they’ve been plagued with for so long when setting up a new site or switching to a new theme. We even designed it in a very core-inspired way to match the site editor to create a very cohesive experience. The feedback has been inspiring!&#8221; </p>\n\n\n\n<p>After <a href=\"https://twitter.com/mikemcalister/status/1707446456037134471\">posting</a> about his experience with the Theme Review team, which McAlister characterized as &#8220;rocky (and downright combative),&#8221; the community following his work on Ollie <a href=\"https://twitter.com/mikemcalister/status/1706389121717969202\">over the past year</a> has rallied around him with advice and support.</p>\n\n\n\n<p>&#8220;I am torn about this,&#8221; Joost de Valk <a href=\"https://twitter.com/jdevalk/status/1707483200082100561\">commented</a> on McAlister&#8217;s poll on X. &#8220;I feel WordPress needs these onboarding experiences. Very very much. Should it be in themes? Not sure. Should the theme repository block this stuff? I don’t think so… we should be open to experimenting with this a bit more.&#8221;</p>\n\n\n\n<p>McAlister said that even as the theme&#8217;s creator, he is torn about the decision as well.</p>\n\n\n\n<p>&#8220;I built this as a good faith attempt to help people onboard into block themes and hopefully even help drive adoption,&#8221; he said. &#8220;My intentions are pure and steeped in 15 years of doing it &#8216;the WP way.&#8217; It’s an attempt to move the needle, worth a shot anyway.&#8221;</p>\n\n\n\n<p>&#8220;I always felt that onboarding like this should be part of Core,&#8221; Yoast-sponsored contributor Ari Stathopoulos <a href=\"https://twitter.com/aristath/status/1707483762336919738\">commented</a>. &#8220;The current experience for a newcomer to WP is not a good one. We have to start somewhere… if it’s in themes, then so be it.&#8221;</p>\n\n\n\n<p>WordPress&#8217; Theme Review team has a critical choice here, whether to stifle innovation and throw the book at one of the most highly anticipated block themes, or identify this as a special case where the author has the users&#8217; best interests at heart. </p>\n\n\n\n<p>Many participants in the discussion on X encouraged McAlister to distribute his work independently, citing examples of other WordPress products that have found success in doing so. This would be an unfortunate loss for WordPress.org where the project is essentially shooting itself in the foot by clinging to outmoded guidelines in order to deny high quality block themes that are innovating to create a better user experience. In pursuit of a more robust offering of block themes, the last thing WordPress needs to do is chase away its trailblazers.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Generally speaking, given the amount of pure sh*t available in the .org repo, the fact that they wont welcome you with open arms just stinks.<br /><br />Self distribute.<br /><br />You\'ve got something incredible here.</p>&mdash; Anthony (@ant_thedesigner) <a href=\"https://twitter.com/ant_thedesigner/status/1707490391316922793?ref_src=twsrc%5Etfw\">September 28, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;Since this morning, there has been an overwhelming amount of feedback telling me to avoid the WordPress.org directory,&#8221; McAlister said. &#8220;I’m kind of bummed by this because I think it says something about the directory that a lot of folks think but few want to say out loud. </p>\n\n\n\n<p>&#8220;Personally, I want the directory to succeed and be an inspiring and resourceful jump-off point for new WordPress users! It’s the front page of our open source project, of our community. It should be a showcase of the finest our community has to offer. But today, I’m disheartened and not sure if it’s the place where I want to put some of my best work to date.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 29 Sep 2023 05:07:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Post Status: WordPress 6.4 • Annual Survey • Stats &amp; Dashboards • Global Sponsorship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=155508\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://poststatus.com/wordpress-6-4-annual-survey-stats-dashboards-global-sponsorship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16119:\"<h2 class=\"wp-block-heading alignfull\" id=\"h-this-week-at-wordpress-org-september-14-2023\">This Week at WordPress.org (September 14, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">β WordPress 6.4 Beta 1 is out now<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2611.png\" alt=\"☑\" class=\"wp-smiley\" />︎ Take the annual WordPress survey<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4ca.png\" alt=\"?\" class=\"wp-smiley\" /> Data about the WordPress Project<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f310.png\" alt=\"?\" class=\"wp-smiley\" /> Global Sponsorship Program </p></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n<div class=\"gb-container gb-container-5e804289\">\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n</div>\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/09/help-influence-the-future-of-wordpress-by-taking-the-2023-annual-survey-today/\">Help Influence the Future of WordPress by Taking the 2023 Annual Survey Today</a></li>\n\n\n\n<li><a href=\"https://wordpress.org/news/2023/09/wordpress-6-4-beta-1/\">WordPress 6.4 Beta 1</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community-summit-notes\"><a href=\"https://make.wordpress.org/summit\">Community Summit Notes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/summit/2023/09/21/community-summit-2023-your-role-in-whats-next/\">Community Summit 2023: Your Role in What’s Next</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\">Hallway Hangout: What’s new for developers in WordPress 6.4</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-5 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/09/28/proposed-2024-global-community-sponsorship-program/\">Proposed 2024 Global Community Sponsorship Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/22/meetup-organizer-newsletter-september-2023/\">Meetup Organizer Newsletter: September 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/22/recap-of-the-contributor-working-groups-mentorship-chat-on-september-21-2023/\">Recap of the Contributor Working Group’s Mentorship Chat on September 21, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/\">What’s new in Gutenberg 16.7? (27 September)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/09/the-html-api-process-your-tags-not-your-pain/\">The HTML API: process your tags, not your pain</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/09/understanding-block-attributes/\">Understanding block attributes</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/27/dev-chat-agenda-september-27-2023-2/\">Dev Chat agenda, September 27, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/26/editor-chat-agenda-27-september-2023/\">Editor Chat Agenda: 27 September 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/25/editor-chat-summary-september-20th-2023/\">Editor chat summary: September 20th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/22/dev-chat-summary-september-20-2023/\">Dev Chat Summary, September 20, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/09/25/design-share-sep-11-sep-22/\">Design Share: Sep 11-Sep 22</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/09/25/end-user-docs-repo-workflows-and-settings/\">End-user docs repo – workflows and settings</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/09/22/online-monthly-docs-team-contributor-day-september-26-2023/\">Online monthly Docs Team Contributor Day September 26, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/09/26/set-up-two-factor-authentication-wordpress-org/\">Set up Two-Factor authentication WordPress.org</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/26/community-meeting-recap-2023-09-26/\">Community Meeting Recap (2023-09-26)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/25/last-week-openverse-2023-09-18-2023-09-25/\">A week in Openverse: 2023-09-18 – 2023-09-25</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/27/dev-chat-agenda-september-27-2023-2/\">Dev Chat agenda, September 27, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/09/19/update-turning-the-tide/\">Update: Turning the Tide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/08/21/xpost-wordpresscs-3-0-0-is-now-available/\">WordPressCS 3.0.0 is now available</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/20/previewing-patterns-during-translation/\">Previewing patterns during translation</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/09/25/request-for-feedback-make-team-dashboards/\">Request for Feedback: Make/Team Dashboards</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/09/agenda-for-september-28th-support-meeting-2/\">Agenda for September 28th Support Meeting</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/26/sustainability-chat-agenda-september-29-2023/\">Sustainability Chat Agenda, September 29, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/09/27/test-team-reps-submit-your-votes/\">Test Team Reps: Submit Your Votes</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">Help Test WordPress 6.4</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/09/27/themes-team-meeting-notes-september-26-2023/\">Themes Team Meeting Notes –&nbsp;September 26, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/themes/2023/09/15/theme-handbook-overhaul-phase-3-publishing-content/\">Theme Handbook Overhaul: Phase 3 (Publishing Content)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/09/28/discussion-defining-active-and-engaged-faculty/\">Discussion: Defining Active and Engaged Faculty</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/27/looking-for-feedback-updates-to-github-issue-templates-and-labels/\">Looking for feedback: Updates to GitHub issue templates and labels</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/26/training-team-meeting-recap-19th-september-2023/\">Training Team Meeting Recap – 19th September 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/26/looking-for-feedback-learn-website-information-architecture/\">Looking for Feedback: Learn Website Information Architecture</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/21/proposal-updating-the-contributor-ladder-to-a-five-path-model/\">Proposal: Updating the Contributor Ladder to a five-path model</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/using-block-patterns/\">Using Block Patterns</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-write-meeting-recap-notes-for-the-wordpress-training-team-2\">How to Write Meeting Recap Notes for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-write-meeting-recap-notes-for-the-wordpress-training-team\">How to Write Meeting Recap Notes for the WordPress Training Team</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=five-for-the-future-how-to-succeed-by-making-ongoing-contributions-to-wordpress-2\">Five for the Future: How to succeed by making ongoing contributions to WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-apis-settings\">Common APIs – Settings</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=developer-hours-building-better-blocks-with-the-create-block-package\">Developer Hours: Building better blocks with the ‘create-block’ package</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=a-brief-history-of-wordpress-4\">A Brief History of WordPress</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=apac-building-a-home-page\">APAC: Building a home page</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=building-a-home-page\">Building a home page</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/\">jQuery 3.7.1 Released: Reliable Table Row Dimensions</a></li>\n\n\n\n<li><a href=\"https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.7.0\">Node</a> <a href=\"https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.7.0\">20.7.0</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-09-28-2\">PHP 8.3.0 RC 3 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-09-28-1\">PHP 8.2.11 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-3\">PHP 8.1.23 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.1\">PHPMailer 6.8.1</a></li>\n\n\n\n<li><a href=\"https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html\">Changes in MySQL 8.0.35 (Not yet released, General Availability)</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases\">Composer </a><a href=\"https://github.com/composer/composer/releases/tag/2.6.3\">2.6.3</a></li>\n\n\n\n<li><a href=\"https://chromiumdash.appspot.com/schedule\">Chromium Roadmap</a></li>\n\n\n\n<li><a href=\"https://whattrainisitnow.com/calendar/\">Firefox Release Calendar</a></li>\n\n\n\n<li><a href=\"https://developer.apple.com/documentation/safari-release-notes\">Safari Release Notes</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and your whole team can <a href=\"https://poststatus.com/join/\">join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Sep 2023 17:10:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: Managing Client Expectations, Partnerships, Woo Experts and Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://dothewoo.io/woocommerce-agency-chat-alex-frison-nils-fredrik/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:444:\"<p>Nils and Alex chat about managing client expectation, partnerships and collaboration, the Woo expert program and end with agency tips.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woocommerce-agency-chat-alex-frison-nils-fredrik/\">Managing Client Expectations, Partnerships, Woo Experts and Tips</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Sep 2023 11:40:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WPTavern: WordPress Opens 2023 Annual Survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://wptavern.com/wordpress-opens-2023-annual-survey\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2238:\"<p>WordPress has <a href=\"https://wordpress.org/news/2023/09/help-influence-the-future-of-wordpress-by-taking-the-2023-annual-survey-today/\">launched its 2023 annual survey</a>, which is open to the entire community, including users, site builders, plugin and theme authors, and contributors. </p>\n\n\n\n<p>The <a href=\"https://wordpress.org/news/2023/05/2022-annual-survey-results-next-steps/\">2022 survey</a> collected responses from roughly 3,400 people, including approximately 800 contributors, a decline in submissions from previous years. The 2022 survey introduced the Likert scale, a rating scale that quantitatively assesses opinions, attitudes, or behaviors. The total number of questions were reduced, with socio-economic questions mostly removed. </p>\n\n\n\n<p>WordPress is still evolving the survey format to get a better understanding of the community&#8217;s sentiments and values.</p>\n\n\n\n<p>&#8220;This year, like last year, the survey has undergone some improvements to the flow and question set,&#8221; Automattic-sponsored contributor Dan Soschin said. &#8220;A new platform is also being piloted, offering an updated interface, enhanced multi-lingual support, expanded analysis and visualization tools for the results, and more. The new platform also has built-in accessibility and privacy controls, ensuring the survey meets the diverse needs of the WordPress community.&#8221;</p>\n\n\n\n<p>The 2023 survey takes approximately 5-10 minutes to complete. It collects information on some basic demographics, various community involvements, preferred WordPress editor, how and why you are using WordPress, and more. Several questions allow the community to weigh in on the most frustrating aspects of WordPress, areas that need more attention, and whether or not the current <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a> reflects respondents&#8217; needs and desires for the future of the project. </p>\n\n\n\n<p>In addition to English, the survey is available in nine widely-used languages, which participants can select from a drop-down menu at the top of the page. All the data collected in the survey will be anonymized and WordPress does not associate IP addresses or email addresses with the results.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 22:53:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: #92 – Juliette Reinders Folmer on When Contributions Need to Be Paid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=149350\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://wptavern.com/podcast/92-juliette-reinders-folmer-on-when-contributions-need-to-be-paid\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49192:\"Transcript<div>\n<p>Juliette Reinders Folmer</p>\n\n\n\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case when contributions to WordPress deserve payment.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, well, I&#8217;m keen to hear from you, and hopefully get you all your idea featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Juliette Reinders Folmer.</p>\n\n\n\n<p>Juliette is a highly experienced professional in the field of coding standards. With a deep understanding of industry best practices, she has dedicated herself for many years to ensuring code quality and consistency within WordPress.</p>\n\n\n\n<p>Juliette acknowledges that coding standards encompass more than just formatting and white space, they also play a crucial role in maintaining compatibility and preventing conflicts between plugins.</p>\n\n\n\n<p>By adhering to these standards, developers can minimize errors, and fatal issues for end users. To facilitate the implementation of coding standards, Juliette talks about the importance of automated checks and continuous integration.</p>\n\n\n\n<p>We chat about her commitment to WordPress coding standards, and how the work that she&#8217;s done in this field have made her a trusted authority. Through her contributions and guidance, she has helped countless developers enhance their code quality, ultimately improving the overall WordPress ecosystem.</p>\n\n\n\n<p>We talk about Juliette&#8217;s role as one of the maintainers of WordPress Coding Standards or WordPress CS. Discussing the importance of consistent code and the challenges of maintaining, and funding, open source projects.</p>\n\n\n\n<p>Clearly there&#8217;s great value in tools like WordPress CS. Consistency is key for developers, and using a tool like WordPress CS makes it easier for them to meet expectations and be productive. It saves time by automating manual changes, and helps prevent conflicts and potential problems with other plugins or WordPress Core. Juliette emphasizes the continuous nature of the project. Where updates to a variety of PHP projects need to be kept in sync with the WordPress side of things.</p>\n\n\n\n<p>All that said maintaining open source projects like WordPress CS comes with its challenges. Juliette tells us about the importance of financial support and adequate resources to mitigate business risk, as projects that go on maintained can create dependency issues and pose problems during corporate audits.</p>\n\n\n\n<p>She speaks openly about her decision to step away from contributing. The project is so crucial, but underfunded and Juliette thinks it&#8217;s time to draw a line in the sand. It&#8217;s time for contributions in return for payment.</p>\n\n\n\n<p>It&#8217;s not just about financial contributions though. Juliette asks us to support the WordPress Community Collective, and for us all to explore other ways to assist the project. She highlights the need for all companies benefiting from WordPress to contribute towards funding more broadly, rather than relying on one or two of the larger companies in the space.</p>\n\n\n\n<p>If you&#8217;re a contributor who was even pondered how much WordPress relies on volunteers, this podcast is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to WPTavern.com forward slash podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Juliette Reinders Folmer.</p>\n\n\n\n<p>I am joined on the podcast today by Juliette Reinders Folmer. Hello, Juliette.</p>\n\n\n\n<p>[00:04:41] <strong>Juliette Reinders Folmer:</strong> Hi Nathan. And you got my name right.</p>\n\n\n\n<p>[00:04:43] <strong>Nathan Wrigley:</strong> I appreciate that. Thank you so much. I&#8217;ve had a little bit of a practice, let&#8217;s put it that way. I appreciate you being on the podcast today.</p>\n\n\n\n<p>This is going to be a really interesting subject. It could get a bit nerdy, but I suspect that we&#8217;ll avoid large proportion of the nerdiness. But we&#8217;re going to be talking today about something which I suspect a lot of the people who tune into this podcast regularly may not know anything about. Hopefully during the course of this podcast we&#8217;ll alert you to why you should know about it, why it&#8217;s important, what it is, what it does.</p>\n\n\n\n<p>But before we get into that, WordPressCS or WPCS, let&#8217;s ask Juliette just to introduce herself. Tell us a little bit about her background, working with WordPress, what she does and all of that. So Juliette, if that&#8217;s okay with you, over to you, little bio moment.</p>\n\n\n\n<p>[00:05:32] <strong>Juliette Reinders Folmer:</strong> Oh dear. I did not prepare for that bit. Basically I&#8217;ve been self employed for good 20 years now, and as a general rule of thumb, I do whatever I like and I hope that sometimes people actually pay me money to do it. Which is not always great from a commercial point of view but it keeps me happy.</p>\n\n\n\n<p>[00:05:51] <strong>Nathan Wrigley:</strong> Typically on this podcast we have people who are devoted to some aspect of WordPress. My understanding is that your technical expertise stretches beyond WordPress as well, PHP and various other different things. So is it true that you only operate in the WordPress space, or do you stretch a little bit further than that?</p>\n\n\n\n<p>[00:06:11] <strong>Juliette Reinders Folmer:</strong> I&#8217;m all over the place. I sometimes say for people who are really in the WordPress community, see me as the PHP community reaching out and helping.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> Nice. So this podcast today is going to stem off a piece that I read on the WP Tavern. It was written by Sarah Gooding. If you want to find it I will link it in the show notes. But maybe for ease of use, it was published on August the 22nd 2023, and it&#8217;s called WordPress coding standards maintainer warns maintenance will be halted without funding, in quotes, this is an unsustainable situation.</p>\n\n\n\n<p>That maintainer is you, and that&#8217;s what we&#8217;re going to talk about today. We&#8217;re going to talk about that unsustainable situation. But I feel that we can&#8217;t really talk about why it&#8217;s unsustainable unless we learn a little bit about what WPCS is, what it does.</p>\n\n\n\n<p>I know that&#8217;s an enormous subject to deal with in just a few moments. But I wonder if you could paint a picture of what WCS is because I feel the listenership, there may be quite a proportion of us that don&#8217;t know.</p>\n\n\n\n<p>[00:07:17] <strong>Juliette Reinders Folmer:</strong> Absolutely. Okay so WordPress, like most projects, have coding standards. And now when I say coding standards a lot of people think, okay this is about how code should be formatted, white space, whether things should have comments and doc blocks. You know, how code should look.</p>\n\n\n\n<p>In part, yes that&#8217;s correct. We do have rules for that, because if code looks the same across your whole code base it makes it much easier to review code and only concentrate on the actual changes, instead of being distracted by all the inconsistencies in how the code is formatted. So, yes there are rules about code style, code formatting. But WordPress coding standards does much more.</p>\n\n\n\n<p>It also encompasses a number of rules around best practices, just industry best practices. Best practices for how to interact with WordPress. So as a plugin you don&#8217;t want to conflict with other plugins. So there are certain best practices you can apply, like prefixing everything you put in the global namespace.</p>\n\n\n\n<p>And if you apply those correctly the chance of your plugin conflicting with another plugin and creating a widescreen of death, fatal error, for end users is a lot smaller. And WordPressCS can help with that as well and has, on the one hand, has some rules for that. On the other hand, what you then get is WordPressCS as the package, because you have the written rule, but then you also have tooling which basically takes those written rules and codifies that into automated checks. Automated checks which can be run in continuous integration.</p>\n\n\n\n<p>So every time someone puts some code online those checks can be run to make sure that the code complies with the rules you&#8217;ve agreed upon. And WordPressCS is one of those packages. It&#8217;s a package which takes those rules, codifies them in automated checks and then can be run on your code. And it doesn&#8217;t just check it and point out errors, it can actually auto fix a lot as well.</p>\n\n\n\n<p>[00:09:29] <strong>Nathan Wrigley:</strong> So the enterprise of WPCS, and I should probably say that CS is the acronym for Code Sniffer. The enterprise is to create this suite of tests if you like, so that whilst you&#8217;re writing code, if you&#8217;re using CI, it&#8217;s constantly giving you alerts as to whether or not there&#8217;s a problem. We&#8217;ve identified that there&#8217;s a little problem here, you can take a look at it, and thereby mitigate the problems, right?</p>\n\n\n\n<p>[00:09:55] <strong>Juliette Reinders Folmer:</strong> It can even do it even more directly. If you use a modern IDE, individual development environment like a PHP Storm or VS Code, it can even give you those notifications while you&#8217;re coding. It integrates with that kind of tooling. So while you&#8217;re typing your code, it can fix things for you and it can notify you of the things it doesn&#8217;t fix.</p>\n\n\n\n<p>[00:10:19] <strong>Nathan Wrigley:</strong> So given the open source nature of WordPress, and the fact that anybody can download it and anybody can write a plugin for it, an interesting comparison would be something like the Mac App Store, or the Apple App Store where Apple, in effect, is the custodian of the code. Apple will go to great lengths to make sure that your code is compliant and it&#8217;s completely the opposite model. You put stuff into their ecosystem, they&#8217;ll do checks and make sure that it&#8217;s all compliant with oh let&#8217;s say iOS or something like that.</p>\n\n\n\n<p>[00:10:50] <strong>Juliette Reinders Folmer:</strong> In a way a similar situation is in place in the WordPress ecosystem at large, because if you want a plugin to be listed on wordpress.org it goes through a list of quality checks as well. And they have some specific checks from that team, but some of the checks they use also are based on WordPressCS or are from WordPressCS.</p>\n\n\n\n<p>[00:11:14] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s a really good point. I was thinking also about the sort of third party plugin marketplace which exists in WordPress, into which anybody can drop their code. So it&#8217;s quite, you know, you can go to one of hundreds of thousands of websites and download a plugin which you can add to WordPress. And really there&#8217;s a bit of a gamble going on there. You&#8217;re hopefully able to determine that the code is good.</p>\n\n\n\n<p>But a tool like WPCS will give you some guidance. You can run it yourself. It&#8217;s not like you have to trust the repo. If you went out and got third party plugins you could run these tests yourself. And just before we started the call, you were talking about if you were, let&#8217;s say an agency, and you had a particular need and you had three or four plugins that you thought might be useful. They would, all of them satisfy the requirements that you&#8217;ve got. But you could run them through something like WPCS, and get a real useful insight into well, whether or not they meet the standards, how compliant they are and so on.</p>\n\n\n\n<p>[00:12:12] <strong>Juliette Reinders Folmer:</strong> Correct. You will get some noise messages about different white space requirements, for instance. But you will also get messages about, hang on, this is not prefixed and this could conflict. Or hang on, output is not escaped. This plugin may introduce XSS security vulnerabilities. There are actual sniffs in WordPressCS which scan your code for typical attack vectors, and whether your code is well enough defensive against those attack vectors.</p>\n\n\n\n<p>[00:12:45] <strong>Nathan Wrigley:</strong> And I&#8217;m guessing that the enterprise of keeping WPCS maintained is like a road that you never reach the end of. You are updating it but there&#8217;s always the next change out in the, I don&#8217;t know, PHP ecosystem, which means that you can&#8217;t ever say well it&#8217;s done. Because PHP 8 comes along, then PHP 8.1 and PHP 8.2 and so we go.</p>\n\n\n\n<p>So would that be fair to say? What kind of things is it sniffing for? Are we just working in the PHP space, or is it working with other things as well?</p>\n\n\n\n<p>[00:13:19] <strong>Juliette Reinders Folmer:</strong> Well PHP_CodeSniffer as the underlying tooling, at this point is capable of scanning PHP, CSS code and JavaScript code. For the most part WordPressCS just focuses on the PHP code, because by now if we look at the whole ecosystem in development, there is plenty of other tooling available for CSS and JavaScript. Which wasn&#8217;t available when PHP_CodeSniffer started, because this is an old project.</p>\n\n\n\n<p>I mean this project got started in 2005. So at that time that tooling was not available. So this was one of the only tools which could do something like this. The intention of PHP_CodeSniffer, because there&#8217;s so much other tooling available now for CSS and JavaScript, is to actually drop support for CSS and JavaScript. So with that in the back of our minds, our focus is completely on PHP.</p>\n\n\n\n<p>[00:14:11] <strong>Nathan Wrigley:</strong> And so getting back to the question about how this is a never ending road, I&#8217;m assuming there will have been no point in the past, or predictably in the future where you&#8217;ll be able to say, okay this is done, because there&#8217;s constant work that needs to be done because the technology, the PHP, is always adding lots and lots of different things from year to year.</p>\n\n\n\n<p>[00:14:34] <strong>Juliette Reinders Folmer:</strong> And it&#8217;s not just PHP. I mean if something changes in WordPress, WordPressCS needs to take that into account. For instance one of the scans is applied to plugins but also I think to WordPress Core is, are you using deprecated functions? Because those functions are deprecated for a reason. So you should use something else. There&#8217;s normally an alternative available.</p>\n\n\n\n<p>Or are you using particular PHP functions for which there is a WordPress alternative which should be used? So if WordPress introduces one of those alternatives then WordPressCS needs to be updated to add a new check. If WordPress deprecates functions, WordPressCS needs to be updated.</p>\n\n\n\n<p>On the other hand, like you already pointed out, every year there&#8217;s a new minor release of PHP, sometimes a major. But at least every year there&#8217;s a minor and those introduce new syntaxes. And in the past three, four years PHP has introduced so many new syntaxes it became really hard to keep up. All those syntaxes mean that code can be written in different ways.</p>\n\n\n\n<p>And sniffs basically look for a certain pattern of code. But if code can now be written in a different way, that new way of writing code needs to be taken into account. To prevent false positives, as in throwing an error when there shouldn&#8217;t be an error. But also prevent false negatives, for people using the new syntax and the sniff not being able to understand it and throw the error which should be thrown.</p>\n\n\n\n<p>Every single sniff basically needs to be reviewed after every PHP release, to be checked if it needs to take any of the new syntaxes into account. But before we can do that the underlying tooling needs to be updated as well, because it actually needs to recognise the new syntaxes.</p>\n\n\n\n<p>[00:16:26] <strong>Nathan Wrigley:</strong> So a constant study.</p>\n\n\n\n<p>[00:16:28] <strong>Juliette Reinders Folmer:</strong> Yeah it&#8217;s a whole domino chain of things and it&#8217;s basically a circle going round, because yes, we put dominoes in place and then we managed to get things merged in PHP_CodeSniffer. Then PHPCSUtils can update, and then we can update WordPressCS. And by that time a new PHP version has come out and we can start the whole circle again.</p>\n\n\n\n<p>[00:16:49] <strong>Nathan Wrigley:</strong> We have this expression in the UK, &#8220;it&#8217;s like painting the Forth Bridge&#8221;. The Forth Bridge is a particularly long bridge in Scotland, and you begin painting at one end and by the time a year or so later they&#8217;ve got to the other end, well, the paint on the far end has now become corroded, and they&#8217;ve got to begin again so it&#8217;s this never ending cycle.</p>\n\n\n\n<p>If you&#8217;ve heard of WPCS and have used it, I&#8217;m sure that you will recognise the utility of it. But if you haven&#8217;t, and as I said at the top of the show, I think there&#8217;s probably a lot of people listening to this who haven&#8217;t. How do we actually make use of it? How would a typical WordPress user get WPCS working, and giving them some insight into the suite of things that they&#8217;ve got in their WordPress site?</p>\n\n\n\n<p>[00:17:32] <strong>Juliette Reinders Folmer:</strong> Okay. Well for people who are not used to command line, this might be a bit scary. You need the command line. Then again I mean, as I said, it integrates with IDEs so you can run certain things in IDEs as well. But as a general rule of thumb if you want to scan for instance, say you&#8217;re evaluating those four plugins to find out which one you&#8217;re going to install, like the example you used earlier.</p>\n\n\n\n<p>The easiest way to use WordPressCS as part of your toolset when you&#8217;re evaluating, is to do so from the command line. And that means you need PHP installed. Well if you work with WordPress you generally should probably have PHP installed. You need Composer which is a package manager in the PHP world, like npm for JavaScript but then for the PHP world.</p>\n\n\n\n<p>And then you need to install WordPressCS and that&#8217;s a Composer require. And if you don&#8217;t work with code yourself I would say use a Composer global require, then you can use it anywhere on your system without it being project specific. If you do work with code, please use it on a project basis and require it for the project, because it will also make it transparent for other contributors that you expect them to comply with WordPressCS.</p>\n\n\n\n<p>So yeah, you can either install it globally or you can install it on a project base. And once you run the Composer require, it has all of that in the readme of course, so you can just copy and paste that command.</p>\n\n\n\n<p>Once you run that everything is set up, and you can just run the commands to run WordPressCS which is vendor, bin, phpcs, dash dash standard is WordPress.</p>\n\n\n\n<p>At the same time, most of the time, you will want to customise a little. For instance, I mentioned prefixing before to prevent conflicts with other plugins. If you want to check prefixes you need to tell WordPressCS which prefix to look for. If you don&#8217;t give it any prefixes, we cannot check whether things are prefixed. We need to know what to look for.</p>\n\n\n\n<p>In the WordPressCS repo, an example rule set, which has some of the common things which you should add to a custom rule set to use. There&#8217;s also, in the wiki, quite a lot of documentation about what the various options are you can toggle on and off. That way you can set up a customer rule set and get yourself running in a more detailed way.</p>\n\n\n\n<p>[00:20:08] <strong>Nathan Wrigley:</strong> I suspect that the proportion of people listening to this podcast who really never look at the code, they are, I don&#8217;t know, you maybe call them implementers or something like that, might be thinking well, why does any of this matter? What is the point? And I guess that&#8217;s something that I want to tease out.</p>\n\n\n\n<p>I want it to be clear that unless projects like WPCS occur and continue to occur, the bedrock of the software, which we&#8217;re all using for free, gratis, is not going to be something that you can trust as much, I guess.</p>\n\n\n\n<p>So I don&#8217;t know if there&#8217;s anything you want to throw into the mix there. If somebody was to come to you and say well I just use WordPress, why should I care about this? Why is this of interest to me? It&#8217;s a bit like, if I never go to a hospital, it&#8217;s not well we shouldn&#8217;t have hospitals because I&#8217;m perfectly well. Something along those lines.</p>\n\n\n\n<p>[00:21:01] <strong>Juliette Reinders Folmer:</strong> Yeah, well if your site&#8217;s never been hacked that&#8217;s the same comparison. Your site&#8217;s never been hacked. So why do we need security checks and security reviews?</p>\n\n\n\n<p>[00:21:10] <strong>Nathan Wrigley:</strong> So what would be the single, or maybe a couple of messages that you would tell people, this is why what I&#8217;m doing matters. This is why we all need to know that this project exists, and that it&#8217;s important.</p>\n\n\n\n<p>[00:21:23] <strong>Juliette Reinders Folmer:</strong> There&#8217;s different answers for different levels. So for developers it definitely makes it easier for them to be high productive. Because if code is consistent it makes it easier to work with, to know the expectations, to review code, et cetera, et cetera. So it&#8217;s a productivity tool for them, including the auto fixing.</p>\n\n\n\n<p>Some of the changes which may need to be done, if you&#8217;d need to do those manually that would take you like a week or two weeks. And if you use the auto fixer, it&#8217;s done in five minutes for you. So that is literally two weeks of work saved. That&#8217;s on the development level and the management, the IT department level.</p>\n\n\n\n<p>If you are an agency who normally doesn&#8217;t use code, it&#8217;s more about, okay if I install this plugin, will it cause problems with other plugins? Will it cause problems for WordPress Core? Because there are plugins which will gladly override a global variable from WordPress Core and then WordPress Core breaks.</p>\n\n\n\n<p>WordPressCS has checks against stuff like that. I already mentioned the conflict. If there&#8217;s two functions in two different plugins which use the same name, you have a fatal error and a white screen of death. Do you want your customer to get a white screen of death? No you don&#8217;t. So this tooling can help guard against that, can help prevent those kind of situations from happening.</p>\n\n\n\n<p>[00:22:52] <strong>Nathan Wrigley:</strong> So I&#8217;m going to go back to the piece on the WP Tavern. I&#8217;m going to read the title again because I think it&#8217;s important for the next part of our discussion. WordPress Coding Standards maintainer warns maintenance will be halted without funding, this is an unsustainable situation.</p>\n\n\n\n<p>So the person that is referenced in that article is you. You&#8217;ve obviously decided that this is an unsustainable situation. I think we&#8217;ve painted a picture as to why WPCS is an incredibly useful thing to have around. But i&#8217;m keen to know exactly how many people get their hands in the weeds with that tool? How many people do you have on your air quotes team? How many hours are contributed by those people per month, per year, whatever? Just give us an inkling as to how much goes into this important project.</p>\n\n\n\n<p>[00:23:42] <strong>Juliette Reinders Folmer:</strong> As I already mentioned, WordPressCS is not a completely standalone tool. It is built on the shoulders of giants. The underlying tool, PHP_CodeSniffer, needs to be maintained primarily before we can even do anything in WordPressCS. That tool currently has two maintainers and I&#8217;m one of them.</p>\n\n\n\n<p>There are outside contributors, and quite regularly we get an outside contributor with a pull request. But if you look at the bulk, to be honest, I don&#8217;t think I&#8217;m saying anything silly if I say that for the past few years a lot of that has come down to me. So that is the biggest giant we&#8217;re standing on.</p>\n\n\n\n<p>Then we have PHPCSUtils which is a layer on top of PHP_CodeSniffer which makes writing sniffs easier. Because writing sniffs can be pretty complex with all the syntaxes you have to take into account. Maintained by me, completely.</p>\n\n\n\n<p>Then we have PHPCSExtra, which is an external standard which WordPressCS uses quite a few sniffs from. About, I think more than 50% of the sniffs from PHPCSExtra are used in WordPressCS 3. Again, I&#8217;m the maintainer.</p>\n\n\n\n<p>Remember that I mentioned that you install everything via Composer? There&#8217;s a Composer plugin which makes sure that all those external standards get registered with PHP_CodeSniffer. I maintain that together with one other person.</p>\n\n\n\n<p>And then we have WordPressCS itself. And we have a maintainer team of three people. I&#8217;m really, really happy that there&#8217;s three of us. At the same time the majority of the actual code work comes down to me. Dennis would love to spend more time, but he hasn&#8217;t got the financial safety net to be able to do so without funding. Gary hasn&#8217;t got the time to do so anyway.</p>\n\n\n\n<p>So I&#8217;m really happy with Gary and Dennis&#8217;s support, and for all the code review they do. But if we actually look at the code changes, nearly everything comes down to me.</p>\n\n\n\n<p>[00:25:45] <strong>Nathan Wrigley:</strong> So we&#8217;re painting a picture here, and it&#8217;s a funny phrase to bring out but there&#8217;s this idea of the bus factor. And the bus factor is the idea that if, sadly, somebody was to be hit by a bus, and they were no longer able to contribute to the project. The bus factor being one is indicative that you only need to have one person removed from the project for the whole thing essentially to collapse.</p>\n\n\n\n<p>And that&#8217;s basically what we&#8217;ve got here. We&#8217;ve got a situation where you are maintaining an awful lot of what you&#8217;ve just described, and you&#8217;re doing it, well, gratis. You&#8217;re doing it largely I&#8217;m imagining, and you can correct me if I&#8217;m wrong, you&#8217;re doing this in your own time for no financial benefit.</p>\n\n\n\n<p>And I guess one of the things that&#8217;s come out of the article is that having done this for so many years, and contributed so many hours of your own time, you&#8217;ve reached the end of the road potentially about that and you feel that this situation is no longer sustainable. It&#8217;s a bit of a plea for help?</p>\n\n\n\n<p>[00:26:56] <strong>Juliette Reinders Folmer:</strong> Yes. I mean basically over the past two years this has dominated my daily life, in a way which isn&#8217;t healthy anymore. It&#8217;s not you know a nice side project anymore. No, it&#8217;s literally what I spend nearly all my time on. And I&#8217;m lucky that I have a few stable customers where I can scrounge some hours here and there to be able to actually pay for my bread at the supermarket.</p>\n\n\n\n<p>The balance is completely wrong now.. And I&#8217;m not alone. I mean this is valid for a lot of open source projects. But we&#8217;ve reached a point that the balance is so far off that this is just not sustainable anymore. I cannot afford to do this anymore. I cannot justify doing this anymore.</p>\n\n\n\n<p>[00:27:44] <strong>Nathan Wrigley:</strong> Forgive me asking this question, and I hope it doesn&#8217;t come out the way that it might, but I&#8217;m going to ask it anyway. Do you have regrets around the amount of time that you&#8217;ve contributed over the past? So you mentioned that it&#8217;s requiring lots and lots of your time, and you&#8217;re basically doing this as a, almost like a full time job really.</p>\n\n\n\n<p>Do you have any regrets getting into 2023 and that situation being the way it was? Or do you wish that you&#8217;d have managed to have this inspiration, if you like, this epiphany about enough is enough, a few years ago?</p>\n\n\n\n<p>[00:28:18] <strong>Juliette Reinders Folmer:</strong> When it&#8217;s enough I say so. It&#8217;s felt like it&#8217;s been enough for about a year, and a large part of that is the fact that, in my perception, I think there&#8217;s a disconnect between the open source user nowadays and open source maintainers.</p>\n\n\n\n<p>Open source users often don&#8217;t realise there&#8217;s no funding. They are not the product. And they come in with a sense of entitlements, and a sense of pressure which is being put on maintainers to release, and yes but you should do this. No, I shouldn&#8217;t do this. I&#8217;m doing this out of the kindness of my heart, and you should be a lot kinder to me if you want to make any suggestions for the project.</p>\n\n\n\n<p>[00:29:01] <strong>Nathan Wrigley:</strong> Can I just clarify, have you been at the receiving end then of things which you, in the way that you&#8217;ve described, you&#8217;ve had requests in well let&#8217;s not beat around the bush, less than polite, shall we put it that way?</p>\n\n\n\n<p>[00:29:13] <strong>Juliette Reinders Folmer:</strong> We actually at some point had to put, in a hurry, a code of conduct into the project. And we couldn&#8217;t wait for the WordPress project to get themselves sorted with a code of conduct, because we had an abusive user which was really going way too far.</p>\n\n\n\n<p>[00:29:28] <strong>Nathan Wrigley:</strong> Yeah I mean like you said, I think the word surrounding that is entitlement, isn&#8217;t it? Somebody who believes that it is your role. You have become the person doing this and so well it must now be what Juliette does. Juliette must fix it at the moment anything needs fixing. And of course I think you&#8217;ve reached the end of the road there, and you&#8217;ve decided that enough is enough.</p>\n\n\n\n<p>Does that mean that you are, well, let&#8217;s examine what that means. Let&#8217;s throw out a few scenarios. Does it mean that you would like more maintainers, so that you can step away from the project? Or is there a different possible outcome here where you would love to be continuing to work on this, but there needs to be some way of putting food on the table, i.e. payment in exchange for your time here? So I guess both of those options could coexist at the same time.</p>\n\n\n\n<p>[00:30:16] <strong>Juliette Reinders Folmer:</strong> Yes, and that would be the ideal situation because the thing is, it would be great if we could get more maintainers interested and more people be willing to contribute structurally to the project. Except this type of work has quite a steep learning curve. So to get to the point where you can function as a maintainer for a project like this, and actually take it seriously in the way it&#8217;s been taken seriously over the past few years, that will require quite a lot of coaching, and guess who&#8217;s doing the coaching then.</p>\n\n\n\n<p>[00:30:49] <strong>Nathan Wrigley:</strong> Yeah. So let&#8217;s ask that slightly different question. Over the past several years, have you had people go through the project? You know, that they&#8217;re interested in it, but they don&#8217;t stick around or is it literally that the door is open but nobody ever steps through it?</p>\n\n\n\n<p>[00:31:04] <strong>Juliette Reinders Folmer:</strong> There&#8217;s a number of different types of contributors. You have the drive by contributor. We will say okay, we have this sniff which we use in our own company, I&#8217;m going to throw it into PR and just drop it in the WordPressCS repo, because it could be useful for other people.</p>\n\n\n\n<p>You do an extensive review and give them feedback of you know, this needs changing that need changing. Because if you use it in your own company you can take some liberties because you know what the agreements are, what code is based on in that company. Except you can&#8217;t take those liberties with a project which has this many users as WordPressCS. So we require a higher quality. And the drive by contributor will just not respond to that review at all, and just let the PR rot and die. So that&#8217;s the one.</p>\n\n\n\n<p>Then you have, and I&#8217;ve seen two, three people over the past five years maybe in WordPressCS like that, will come in and actually understand what they&#8217;re doing and how to do a PR. But then don&#8217;t have enough time or have a family, have a job and their employer doesn&#8217;t allow them to contribute to open source regularly, et cetera. Or they get moved into a different position in their job, and then don&#8217;t have time anymore.</p>\n\n\n\n<p>Those are like the little jewels which I&#8217;d like to hold onto, and cherish and cuddle and watch to flourish in the project. Except they are rare and unfortunately we rarely manage to retain them.</p>\n\n\n\n<p>And then you have the, oh gosh how should I call it? What&#8217;s that called again? That month of code thingy, Oktoberfest. Yeah, I&#8217;m going to make a one character change in your readme. Let&#8217;s waste maintainers time, kind of PRs. Just so they can get a t shirt kind of thing.</p>\n\n\n\n<p>There&#8217;s a couple of different types of contributors. A lot of contributors, or people I talk with, will say like, oh I&#8217;d love to contribute. I&#8217;m going to write a new sniff. And I&#8217;m like okay but do you actually know what you&#8217;re doing already? No, you don&#8217;t. Okay. So now you&#8217;re going to write a new sniff, and that needs a lot of coaching to get to a point where it&#8217;s actually mergeable. Instead of helping with the grunge work which needs to be done every time, every year, at every WordPress release, every PHP release. And actually learning from the patterns you see in others existing code.</p>\n\n\n\n<p>And I know that the grunge work is boring, but it needs to be done, and we need people who will put up with the grunge work because otherwise the code base will just grow with new sniffs but nobody&#8217;s maintaining.</p>\n\n\n\n<p>[00:33:47] <strong>Nathan Wrigley:</strong> Yeah. So I guess what we&#8217;re discovering here is, A the project is important. B there&#8217;s not many people meaningfully contributing to it, apart from the ones that you mentioned including yourself. I think you mentioned two other people.</p>\n\n\n\n<p>[00:34:02] <strong>Juliette Reinders Folmer:</strong> We do get some contributions which are meaningful, absolutely. I&#8217;m not dissing that at all. But it&#8217;s the exception not the rule, in my experience. And that&#8217;s a shame. I mean I really would love to see more meaningful contributions.</p>\n\n\n\n<p>[00:34:16] <strong>Nathan Wrigley:</strong> Yeah okay. Thank you for clarifying that. That&#8217;s good. But it also sounds as if you&#8217;re not quite at the point where you want to completely distance yourself from this project and never touch it again. I think I&#8217;m right in saying that a possible desirable outcome would be that you found a way to make this work for your setup.</p>\n\n\n\n<p>And really what I&#8217;m talking about there is finance. Am I right in saying that you would continue this work if you were able to make it a job, if you like, and be paid for it?</p>\n\n\n\n<p>[00:34:49] <strong>Juliette Reinders Folmer:</strong> Absolutely. I mean I enjoy this kind of work. That&#8217;s obvious otherwise I wouldn&#8217;t have gotten involved in the whole stack, and even projects related to which I haven&#8217;t even mentioned yet. I do enjoy this kind of work, but I do not enjoy the abuse, and the abuse is something I will not put up with anymore. Only ever put up with if it&#8217;s paid, if I get paid for it.</p>\n\n\n\n<p>[00:35:11] <strong>Nathan Wrigley:</strong> So since the article was published on the Tavern, so we&#8217;re recording this just for context kind of probably about 20 plus days since that piece was published. There were a lot of comments, an unusually large amount of comments. So this topic is of great interest to people. And I wondered, given that there was great interest and a large amount of comments there, I wondered if anybody had figured out what your requirement was, and had approached you. In other words has anything changed or is it still the way it was?</p>\n\n\n\n<p>[00:35:42] <strong>Juliette Reinders Folmer:</strong> I can see some parties being interested in contributing to a solution, but I&#8217;ve not seen a solution yet. But one of the things which has changed, and which I think is an improvement, and i&#8217;m really hoping that will allow people to contribute to the funding of the project, is that the WPCC has in their open collective, has opened a project for WordPressCS and the stack around it, to raise funding for that.</p>\n\n\n\n<p>[00:36:15] <strong>Nathan Wrigley:</strong> So just for clarity, the WPCC is the WordPress Community Collective. And what you can do is you can go over there and they have a handful, at the moment, of projects which you can donate to. And it looks like you have been added to that, or at least the WPCS project has been.</p>\n\n\n\n<p>Do you have an amount, like a target that you want to get to in order for this to be possible for you? Or is it more a, well let&#8217;s just see where this goes, and bit of blue sky thinking, hopefully some people will help me out?</p>\n\n\n\n<p>[00:36:45] <strong>Juliette Reinders Folmer:</strong> I have a target in mind. I&#8217;m not comfortable calling that out on air though.</p>\n\n\n\n<p>[00:36:48] <strong>Nathan Wrigley:</strong> No that&#8217;s fine. So that&#8217;s where we&#8217;re at. As of the 5th of September 2023, we&#8217;ve got this incredibly important project which underpins the sort of security, the confidence that you can have in WordPress and the plugin ecosystem surrounding it. But we&#8217;ve got this one or two or three, but largely one person maintaining that entire project. But it looks as if, unless something radically changes in the near future, as if that whole edifice might tumble. How much more time are you going to give this before you actually finally call it a day? Maybe that&#8217;s not even in your thinking, and maybe it&#8217;s you know you&#8217;re hoping that it will change</p>\n\n\n\n<p>[00:37:29] <strong>Juliette Reinders Folmer:</strong> Well I&#8217;m definitely hoping it will change. As a rule of thumb I&#8217;m basically not touching the code anymore. Not until there is sight of a solution.</p>\n\n\n\n<p>WordPressCS is definitely not an exception. I mean I know open source projects where there&#8217;s much bigger problems with abuse than in WordPressCS. I&#8217;ve known people who&#8217;ve had death threats in their DMs, et cetera, et cetera. That open source and abuse is a whole different topic, but it&#8217;s definitely not isolated to WordPressCS. And WordPressCS need for funding is also not isolated. I mean the accessibility project also needs funding. There&#8217;s other projects in the periphery of WordPress which could do with funding.</p>\n\n\n\n<p>I think that it&#8217;s very easy for people to think, like okay but WordPress is open source and yeah there&#8217;s some big companies earning money so they should pay for everything. I do not agree. I think we should as companies which earn money from WordPress, that all those companies should get together in something like the WordPress Community Collective and fund those projects.</p>\n\n\n\n<p>It shouldn&#8217;t come down to one or two of the bigger ones. It should come down to all of us because all of us are making money off it. Well all of you, because I&#8217;m not.</p>\n\n\n\n<p>[00:38:48] <strong>Nathan Wrigley:</strong> Obviously the nuts and the bolts of that mechanism, the bits and the pieces that would need to be configured to make that work, i&#8217;ve come across that project yet. But that is a really interesting idea, isn&#8217;t it? The idea that there&#8217;d be somewhere, and the WPCC does seem the best bet we&#8217;ve got at the moment.</p>\n\n\n\n<p>It feels a little bit like five for the future or something like that. But instead of it being time, it&#8217;s, okay we&#8217;re a big company we make money off these things. We use PHP, we use the code sniffing, we do these plugins that are open source and so on. So let&#8217;s just put our flag in the sand and say we&#8217;ll donate 5% of our resources, and then that organisation, whatever it was, the WPCC or something else that&#8217;s new, could then distribute those resources and people like you could dip into that pool. That seems eminently sensible.</p>\n\n\n\n<p>[00:39:36] <strong>Juliette Reinders Folmer:</strong> I&#8217;ve written about this years ago already. It&#8217;s also about business risk. If you run a business which is built on an open source project, and you do not contribute back financially, as well as with people. You run business on quicksand. You are literally running it on quicksand. Any corporate audit type of your company will say you&#8217;ve got an unmitigated business risk.</p>\n\n\n\n<p>You have risk that those projects which you&#8217;re not contributing to, which you&#8217;re not paying for, for which don&#8217;t have a service contract, are just going to go unmaintained. And you are so dependent on these projects, you should mitigate that business risk. And one way of doing that is with funding. Another way is with resources, and preferably with both.</p>\n\n\n\n<p>And it&#8217;s not just WordPress yes, it&#8217;s all the open source projects in the stack. Go through the whole stack. You have PHP Units probably in your stack. You have Apache in your stack. You have a Chrome browser in which you test things in your stack.</p>\n\n\n\n<p>And Chrome, yes, everyone associates it with Google, but it&#8217;s built on top of Chromium which is open source. You might use Mastodon as a communication channel. Make sure you also fund your Mastodon instance. It&#8217;s the whole stack of all those open source projects which need funding. So go through your stack. Do a proper inventory and fund them. This is the only way to mitigate the business risk all of those companies are running.</p>\n\n\n\n<p>[00:41:05] <strong>Nathan Wrigley:</strong> Yeah, I think you&#8217;ve made a really compelling case for this. In that, A, we&#8217;ve painted the picture of what it is that you&#8217;re involved in, and how important it is as a real bedrock of reliance and the ability for us to be confident in WordPress. And then we&#8217;ve also painted the picture of how the underpinnings of that aren&#8217;t very stable. Because all of us, unless we&#8217;re incredibly lucky, have to put food on the table and we have to be paid for our work.</p>\n\n\n\n<p>And it does sound like the balance, certainly in your case, has gone really far in one direction, and you are the single biggest contributor to that project. And so it makes it all the more important that something like this gets funded, however that may be.</p>\n\n\n\n<p>Now if you happen to be listening to this podcast and you feel that you are able to change the direction here. Juliette, what would be the best way? It sounds like WPCC, which I&#8217;ll link to in the show notes, may be the best way at the moment. But I don&#8217;t know if you&#8217;ve got any other intuitions about how this project might be helped.</p>\n\n\n\n<p>[00:42:07] <strong>Juliette Reinders Folmer:</strong> Companies can always reach out to me, DM me, Slack, or DM the maintainers as a collective. Gary, Dennis, and me on the WordPress slack. Open Collective is definitely welcome to receive funding for us. Keep in mind, I look towards the companies. I do not look to individual developers to fund this. Because, yes, they feel it most if projects like this don&#8217;t continue. But they are the ones we should talk to management and tell management to fund it, because it shouldn&#8217;t come down to individual developers. And one time contributions are very welcome, but recurring contributions are what keeps the project alive.</p>\n\n\n\n<p>[00:42:48] <strong>Nathan Wrigley:</strong> Well let&#8217;s hope that there&#8217;s somebody listening to this for whom it has raised awareness enough. Let&#8217;s hope that we can come back in a year&#8217;s time, do another podcast episode and we&#8217;ll be talking about a different setup. Let&#8217;s hope that that&#8217;s the case.</p>\n\n\n\n<p>Juliette, I really appreciate you being on the podcast today, and telling us an awful lot about your personal circumstance and things. So I really appreciate that. Thank you so much.</p>\n\n\n\n<p>[00:43:11] <strong>Juliette Reinders Folmer:</strong> You&#8217;re very welcome. I enjoyed being here, and hopefully my bakery around the corner will enjoy it soon as well, because I can then actually start paying them.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/jrf_nl\">Juliette Reinders Folmer</a>.</p>\n\n\n\n<p>Juliette is a highly experienced professional in the field of coding standards. With a deep understanding of industry best practices, she has dedicated herself for many years to ensuring code quality, and consistency within WordPress.</p>\n\n\n\n<p>Juliette acknowledges that coding standards encompass more than just formatting and white space, they also play a crucial role in maintaining compatibility and preventing conflicts between plugins. By adhering to these standards, developers can minimise errors and fatal issues for end users. To facilitate the implementation of coding standards, Juliette talks about the importance of automated checks and continuous integration.</p>\n\n\n\n<p>We chat about her commitment to WordPress coding standards, and how the work that she’s done in this field have made her a trusted authority. Through her contributions and guidance, she has helped countless developers enhance their code quality, ultimately improving the overall WordPress ecosystem.</p>\n\n\n\n<p>We talk about Juliette’s role as one of the maintainers of WordPress Coding Standards (WordPress CS), discussing the importance of consistent code, and the challenges of maintaining and funding open source projects.</p>\n\n\n\n<p>Clearly, there’s great value in tools like WordPress CS. Consistency is key for developers, and using a tool like WordPress CS makes it easier for them to meet expectations and be productive. It saves time by automating manual changes, and helps prevent conflicts and potential problems with other plugins or WordPress Core. Juliette emphasises the continuous nature of the project, where updates to a variety of PHP projects need to be kept in sync with the WordPress side of things.</p>\n\n\n\n<p>All that said, maintaining open source projects like WordPress CS comes with its challenges. Juliette tells us about the importance of financial support and adequate resources to mitigate business risk, as projects that go unmaintained can create dependency issues and pose problems during corporate audits. She speaks openly about her recent decision to step away from contributing. The project is so crucial, but underfunded, and Juliette thinks it’s time to draw a line in the sand. It’s time for contributions in return for payment.</p>\n\n\n\n<p>It&#8217;s not just about financial contributions though. Juliette asks us to support the WordPress Community Collective, and for us all to explore other ways to assist the project. She highlights the need for all companies benefiting from WordPress to contribute towards funding more broadly, rather than relying on one or two of the larger companies in the space.</p>\n\n\n\n<p>If you’re a contributor who has even pondered how much WordPress relies on volunteers, this podcast is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://wptavern.com/wordpress-coding-standards-maintainer-warns-maintenance-will-be-halted-without-funding-this-is-an-unsustainable-situation\">WordPress Coding Standards Maintainer Warns Maintenance Will Be Halted Without Funding: “This Is an Unsustainable Situation.”</a></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/WordPress-Coding-Standards\">WordPressCS</a></p>\n\n\n\n<p><a href=\"https://www.jetbrains.com/phpstorm/\">PHP Storm</a></p>\n\n\n\n<p><a href=\"https://code.visualstudio.com/\">VS Code</a></p>\n\n\n\n<p><a href=\"https://phpcsutils.com/\">PHPCSUtils</a></p>\n\n\n\n<p><a href=\"https://getcomposer.org/\">Composer</a></p>\n\n\n\n<p><a href=\"https://opencollective.com/thewpcc/contribute/wp-php-63406\">The WP Community Collective</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"Akismet: 15 Best Practices to Create a Lead Capture Form that Converts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://akismet.com/?p=255688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://akismet.com/blog/lead-capture-form/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28508:\"<p>Sometimes you hear about companies growing their email lists with huge numbers of new subscribers, and you look at yours that’s barely treading water and wonder — what are we doing wrong? One place to start is to consider your lead generation forms and the content surrounding&nbsp;them.&nbsp;</p>\n\n\n\n<p>Assuming your websites are attracting a strong amount of relevant traffic, if not enough people are joining your email list, a number of potential sources could be the problem. These&nbsp;include:</p>\n\n\n\n<ul>\n<li>The lead capture form itself</li>\n\n\n\n<li>The landing pages where the forms can be found</li>\n\n\n\n<li>How well the rest of your site is directing people to the pages where they can subscribe</li>\n\n\n\n<li>How well your external marketing is motivating people to subscribe</li>\n</ul>\n\n\n\n<p>This article will introduce 15 strategies you can use for conversion rate optimization on your lead generation forms. And while most of these strategies relate to the form itself, some of them relate to other content and marketing assets that may be placed near the form, but that still play a big role in motivating people to opt in to your email&nbsp;list.</p>\n\n\n\n<span id=\"more-255688\"></span>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image.png\" alt=\"WPScan landing page, which includes a form\" class=\"wp-image-255690\" />\n\n\n\n<h2 class=\"wp-block-heading\">What is a lead capture&nbsp;form?</h2>\n\n\n\n<p>Also known as an opt-in form, a lead capture form is any form on your website that offers site visitors an opportunity to submit their information or join your email list —&nbsp;often in exchange for access to a “lead magnet” like an eBook or other downloadable asset. Forms can ask for as little information as just the email address, or as much as names, phone numbers, birthdays, and industry-specific interests and&nbsp;information.&nbsp;</p>\n\n\n\n<p>Lead gen forms can appear on homepages, blog posts, dedicated landing pages, and any other pages of your site. They can appear at the top of the page, in the footer, in sidebars, within the content, or as&nbsp;popups.&nbsp;</p>\n\n\n\n<p>Forms can use just text with fields to fill out, or they can also include graphics. A lead generation form typically includes a button that the visitor clicks once they’ve entered their information and are ready to sign&nbsp;up.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">What happens after someone fills out your&nbsp;form?</h2>\n\n\n\n<p>This matters. Most companies will send some sort of autoresponder email to confirm that the subscription has gone through. To confirm the subscriber is a real person, some companies will require them to click on another link within that first email to confirm they really want to subscribe. This is known as double&nbsp;opt-in.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-1.png\" alt=\"Rigby email example offering free shhipping\" class=\"wp-image-255691\" />\n\n\n\n<p><em>Example from Really Good Emails: </em><a href=\"https://reallygoodemails.com/emails/welcome-%2B-free-shipping\" target=\"_blank\" rel=\"noreferrer&nbsp;noopener\"><em>https://reallygoodemails.com/emails/welcome-%2B-free-shipping</em></a><em>&nbsp;</em></p>\n\n\n\n<p>But too many companies don’t take full advantage of all that an autoresponder welcome email can accomplish. Some just use what amounts to a robotic email that says something like “subscription&nbsp;confirmed.”&nbsp;</p>\n\n\n\n<p>Though this post is just about generating initial subscriptions, once you’ve followed some of these strategies and have seen your numbers swell, be sure to take the steps of creating an effective welcome series and consistent content that’s relevant and&nbsp;engaging.</p>\n\n\n\n<h2 class=\"wp-block-heading\">How to increase conversions from your lead generation&nbsp;forms</h2>\n\n\n\n<p>With all that in mind, let’s look at the 15 best strategies to check, “improve lead capture conversion rate” off your to-do&nbsp;list.</p>\n\n\n\n<h3 class=\"wp-block-heading\">1. Keep it simple — fewer fields, more&nbsp;conversions</h3>\n\n\n\n<p>In general, you’ll get more lead capture form conversions if you ask for less information. The more fields you require, the fewer people will fill them all out. But, the quality of the lead tends to be higher with more required fields. What matters more to you — high quality leads or quantity? Use that to guide how many required fields you&nbsp;use.</p>\n\n\n\n<p>Baseline information — the bare minimum — would be to ask for the email address and a first name. But sometimes, you do need a little more. A B2B company might ask for a company name, for instance. Or if you deliver segmented email marketing based on interests, demographics, or industry, you might include some checkboxes, so subscribers get added to the most relevant email list&nbsp;segments.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-2.png\" alt=\"form asking for name and email\" class=\"wp-image-255693\" />\n\n\n\n<p>You can also include other fields but not require them. For instance, requiring a phone number will depress your conversions. But keeping it as an optional field may alleviate this problem, and still give people who are willing to supply their number the chance to do&nbsp;so.</p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Don’t use CAPTCHA — Opt for non-intrusive&nbsp;anti-spam</h3>\n\n\n\n<p>The data is in, and it doesn’t look good for CAPTCHA. These annoying little tests to verify you are not a robot mostly just tick people off, especially if they fail the test.<a href=\"https://medium.com/rareview/why-your-captcha-is-killing-conversions-f9be6fe17d1f\" target=\"_blank\" rel=\"noreferrer noopener\"> One study</a> found that 30% of users abandon lead generation forms during the CAPTCHA&nbsp;step.</p>\n\n\n\n<p>That’s almost offensive. If you’re using CAPTCHA, that means a third of your potential lead capture form conversions are being lost to grainy pictures of fire hydrants and school&nbsp;buses.&nbsp;</p>\n\n\n\n<p>Actually, according to<a href=\"https://web.stanford.edu/~jurafsky/burszstein_2010_captcha.pdf\" target=\"_blank\" rel=\"noreferrer noopener\"> another study</a>, it’s even <em>more</em> than a third. Only 71% of users even attempted to solve a CAPTCHA before quitting the signup process. That means lots of people won’t even attempt to solve the puzzles, and <em>of the ones who do</em>, 30% of those give up too. And audio CAPTCHAs are no better. They saw a 50% failure&nbsp;rate.</p>\n\n\n\n<p>So, the verdict on CAPTCHA is pretty simple: It&nbsp;sucks.&nbsp;</p>\n\n\n\n<p>Users hate it. It obliterates your conversion rates. And even worse, a lot of the spammers it’s attempting to block keep finding ways around it. So, it’s not even very good at doing the job it was created for. That’s why CAPTCHA keeps coming up with new puzzles —&nbsp;because spamming software has cracked the codes of the older&nbsp;ones.&nbsp;</p>\n\n\n\n<p>What should you do&nbsp;instead?&nbsp;</p>\n\n\n\n<p>You certainly don’t want email lists filling up with bogus subscribers. That wastes your email marketing dollars. It can also hurt your sender reputation if you keep sending emails to bad email&nbsp;addresses.&nbsp;</p>\n\n\n\n<p>A better alternative is to use<a href=\"https://akismet.com/features/\"> an anti-spam plugin</a> like Akismet that doesn’t require the user to solve any puzzles or tests. It happens in the background, blocks spammers from filling out your forms, seamlessly integrates with your lead form software, and thus optimizes your conversion&nbsp;rates.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-3.png\" alt=\"Akismet page with stats about the user experience and conversion rates\" class=\"wp-image-255694\" />\n\n\n\n<p>Akismet was built by and for developers. It enables you to build its code into other applications and on pretty much any platform, not just WordPress, even though that’s where it originated. You can use it on unlimited numbers of&nbsp;websites.&nbsp;</p>\n\n\n\n<p>Akismet has a 99.99% accuracy rate in identifying spam. It stops spammers from filling out your lead capture form, in addition to stopping spam comments on your web pages and blog posts. There’s even an<a href=\"https://akismet.com/enterprise/\"> enterprise-level version</a> for large&nbsp;companies.&nbsp;</p>\n\n\n\n<p><a href=\"https://akismet.com/blog/convertkit-customerstory/\">Read a case study about ConvertKit</a>, and how Akismet saved more than 400,000 creators each up to 20 hours of work per month. And this was all while restoring their email reputation, which was under threat from the proliferation of spammers joining the email lists of their&nbsp;customers.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Use motivating button copy, not technical&nbsp;terms</h3>\n\n\n\n<p>Developers are not typically marketers. When developers write software, they use computer code language that makes sense to them, even on user-facing portions of their work. And the “Submit” button is a classic&nbsp;example.&nbsp;</p>\n\n\n\n<p>While “submit” makes sense to developers, it’s not how your customers&nbsp;think.&nbsp;</p>\n\n\n\n<p>This is marketing: Filling out lead capture forms is optional. You have to make prospects want it. Be excited about it. Feel good about agreeing to receive emails from your&nbsp;company.&nbsp;</p>\n\n\n\n<p>And “submit” isn’t going to get the job done. Many tests and studies have been conducted on this. <a href=\"https://blog.hubspot.com/blog/tabid/6307/bid/6737/don-t-submit-to-landing-page-button-text.aspx?hubs_content=blog.hubspot.com/blog/tabid/6307/bid/28472/the-5-critical-components-of-fantastic-lead-capture-forms.aspx&hubs_content-cta=Buttons%2520labeled%2520%25E2%2580%259Csubmit%25E2%2580%259D%2520had%2520lower%2520conversion%2520rates\" target=\"_blank\" rel=\"noreferrer noopener\">One such study</a> found “submit” to be the worst performing button copy of all the choices in the&nbsp;study.</p>\n\n\n\n<p>You won’t likely do much better with boring and generic terms like “join our list” or&nbsp;“subscribe.”</p>\n\n\n\n<p>Use language that’s fun, engaging, or specific to your company or the offer made on the lead capture form. Use language that fits your&nbsp;brand.&nbsp;</p>\n\n\n\n<p>For example, if your lead generation form strategy is to offer a coupon reward to everyone who joins the list, then make the button copy something like “Claim your discount!” or “Send my&nbsp;coupon!”</p>\n\n\n\n<p>If you’re offering a free guide or report, then say “Get your guide,” or “Access the free&nbsp;report.”</p>\n\n\n\n<h3 class=\"wp-block-heading\">4. A/B test for&nbsp;success</h3>\n\n\n\n<p>As long as your lead capture form pages are getting enough traffic to collect valid data, A/B testing can help you optimize your lead capture form conversions over&nbsp;time.</p>\n\n\n\n<p>And button copy is just one thing you can test on your lead gen form using A/B testing. You can also test many other items on this list, including headline, form design, button color, and location on the page. Find out what works best and build from&nbsp;there.</p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Use headlines to communicate&nbsp;value&nbsp;</h3>\n\n\n\n<p>Yes, your lead capture form should have a headline. Use a headline to express, concisely, why your ideal customer would want to join your email&nbsp;list.&nbsp;</p>\n\n\n\n<p>A typical form tool will let you create a headline, or title, in large text and with colors you can manipulate. You should also create a subtitle that complements the main title with an additional&nbsp;incentive.&nbsp;</p>\n\n\n\n<p>As with button copy, your headline should not be “Subscribe to our&nbsp;newsletter!”&nbsp;</p>\n\n\n\n<p>Why?</p>\n\n\n\n<p>Again, this is marketing. No one has to join your email list. They didn’t start their day thinking about how much they look forward to finding a company whose email list they haven&#8217;t joined&nbsp;yet.&nbsp;</p>\n\n\n\n<p>You’re asking them to do something they didn’t plan on doing. You must give them good reasons for doing so if you want to optimize your lead gen&nbsp;forms.&nbsp;</p>\n\n\n\n<p>You do that by telling them why they should join. Pick one benefit, or two if you can fit the second in the subtitle, and use those to motivate more signups. Use action-oriented&nbsp;language.&nbsp;</p>\n\n\n\n<p>Tell them what to do, and why they should want to do&nbsp;it.&nbsp;</p>\n\n\n\n<p>And as with the button copy, the headline should relate to the main incentive you’re offering to new&nbsp;subscribers.&nbsp;&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Make it pretty — design&nbsp;matters</h3>\n\n\n\n<p>Your lead generation form should stand out from the rest of your page. Design doesn’t just refer to the form itself, the colors, the sizes of the fields, the field label text, colors and fonts, or the shape. Yes, it includes all of&nbsp;that.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image.jpeg\" alt=\"color swatches on a desk\" class=\"wp-image-255695\" />\n\n\n\n<p>But design also refers to how the form interacts with the rest of the page. Is it set apart from the other content on the page to distinguish it? Can it be easily overlooked because it blends in too well? Is the rest of the page too crowded, so the form is getting lost? This, too, is&nbsp;design.&nbsp;</p>\n\n\n\n<p>As for the form itself, many companies are tempted to use their brand colors on their lead capture forms. But is this smart? Again, if the form blends in <em>too</em> well with the rest of the page, site visitors will miss it. We’re not saying to use colors that completely conflict, but you can use design strategies that draw attention to the form and set it apart from how the rest of the page&nbsp;looks.</p>\n\n\n\n<p>The fields and other elements can also be designed to look modern and appealing, not&nbsp;dated.</p>\n\n\n\n<p>Many lead capture form templates can deliver effective design without a huge time commitment. And many of these can also be customized too, as you see&nbsp;fit.&nbsp;</p>\n\n\n\n<p>Remember, you can A/B test all of this. If your marketing department has a disagreement about the color or some other design aspect, do both and see which form gets more&nbsp;conversions.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">7. Keep it visible — make sure customers can find your&nbsp;forms</h3>\n\n\n\n<p>A lead capture form that’s hard to see or find on your site isn’t going to convert very many people to sign up. You have to make it a priority for your company to grow your email list. That means, make sure they can find your opt-in&nbsp;forms.&nbsp;</p>\n\n\n\n<p>Too many websites just slap a form in the footer and call it done. Or, they stick one on their homepage, and nowhere&nbsp;else.&nbsp;</p>\n\n\n\n<p>But that’s not how everyone finds your site. Not everyone makes it to the footer. And not everyone who does find your home page will return there after browsing other&nbsp;pages.</p>\n\n\n\n<p>You need lead forms all over your&nbsp;site.&nbsp;</p>\n\n\n\n<p>Put them in the sidebars of articles. Embed them in key webpages. Use popups, some of which are triggered by time on page, and others of which are triggered when the user clicks on a relevant link. Create special landing pages and link to them from other pages using graphics and&nbsp;text.&nbsp;</p>\n\n\n\n<p>It should be almost impossible for anyone to visit your website and not see a lead capture&nbsp;form.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">8. Create marketing for your lead capture&nbsp;funnel</h3>\n\n\n\n<p>Joining your email list shouldn’t depend on customers coming to your website first. You can also create external marketing specifically for the purpose of gaining new&nbsp;subscribers.&nbsp;</p>\n\n\n\n<p>Create social media campaigns that link to landing pages containing lead capture forms. This could include posts, ads, graphics, and videos that aren’t selling products, but are offering incentives for joining your email list. Promote a 20% discount for new&nbsp;subscribers.</p>\n\n\n\n<p>The landing page these posts and ads link to will sell the value of subscribing to your list, and the discount is just their first&nbsp;reward.&nbsp;</p>\n\n\n\n<p>The point is, if you want more conversions from high quality leads, create marketing that will go after your target&nbsp;audience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">9. Make sure your forms are&nbsp;responsive</h3>\n\n\n\n<p>This should go without saying by this point in the digital marketing world, but your forms need to show up and function on all devices, not just desktops and laptops. If users can’t see or easily navigate your lead capture form on their mobile device, they won’t complete&nbsp;it.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">10. Use social&nbsp;proof</h3>\n\n\n\n<p>This is less common to see within lead generation forms. But fitting a short testimonial within your form can make people more excited about signing up. This could even be your subtitle. You could also fit it below the fields and above the button, or below the&nbsp;button.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-4.png\" alt=\"example of testimonials near a form\" class=\"wp-image-255696\" />\n\n\n\n<p>You could also include testimonials near the form, but not within it. This way, someone looking in the direction of your form will see what other people like about being on your list, and consider&nbsp;joining.</p>\n\n\n\n<p>Do your testimonials have to be about the actual email list subscription? Not necessarily, but that’s the best possible version. If you send out a quick survey to your existing email list, you could probably get some great responses about why people like being on your&nbsp;list.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">11. Give your email list a&nbsp;name</h3>\n\n\n\n<p>Exclusivity sells. Generic doesn’t. “Join our email list” is&nbsp;boring.&nbsp;</p>\n\n\n\n<p>Create a name that makes your list feel more like a club, or a community, or a place where the smartest, most motivated, most clever, most successful, happiest customers can be&nbsp;found.&nbsp;</p>\n\n\n\n<p>Whatever describes your ideal customer persona, try to come up with a name for your email list that will appeal to those&nbsp;people.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">12. Break up the form into multiple&nbsp;steps</h3>\n\n\n\n<p>If you need to collect more than just a couple of pieces of information, you may earn higher conversion rates if you break the web form up into steps. The first page might just ask for their name, or zip code, or email address. The second one might ask for more information specific to them. And the third might ask for a few more&nbsp;things.&nbsp;</p>\n\n\n\n<p>You can also create multistep forms that store the information entered on previous steps, so if the person abandons the form at a later step, you still have the data they already&nbsp;submitted.</p>\n\n\n\n<p>But multistep forms feel faster to the user, and they look less intimidating. It’s less daunting to fill out two fields in three steps than to fill out six fields in one step. Same number of fields, but broken up into bite-size&nbsp;steps.</p>\n\n\n\n<h3 class=\"wp-block-heading\">13. Use a progress bar to encourage&nbsp;visitors</h3>\n\n\n\n<p>If you do use a multistep form, use a progress bar to show how far along they are toward completing the&nbsp;process.</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-1.jpeg\" alt=\"colorful progress bar\" class=\"wp-image-255697\" />\n\n\n\n<p>People like to feel like they’re getting things done. Watching the progress bar move along the top of the form motivates them to want to finish it. Online surveys have used this tool with great success to increase survey completion rates. It works just as well with lead generation&nbsp;forms.</p>\n\n\n\n<h3 class=\"wp-block-heading\">14. Clearly state your privacy policy and compliance&nbsp;information</h3>\n\n\n\n<p>You can do this in one of two ways. First, simply include a short statement with a link to “view our privacy policy.” Second, you can ask users to check a box saying they have read and agree to your&nbsp;policy.</p>\n\n\n\n<p>Either way, the main idea is to communicate that you <em>have</em> a privacy policy. This shows their data is important to you, and that they can trust you to handle it&nbsp;respectfully.&nbsp;</p>\n\n\n\n<p>Unless you specifically need to for legal or compliance reasons, you may not want to require users to check a box. Otherwise, they’ll find themselves wading through a page with legal jargon and privacy language that has nothing whatsoever to do with the benefits of joining your email&nbsp;list.&nbsp;</p>\n\n\n\n<p>So, it may be better to simply include the link for anyone who wants to see this information. You want them thinking about joining your list, not their data&nbsp;privacy.&nbsp;</p>\n\n\n\n<p>And, you can also include a short statement about how your email list complies with GDPR and other relevant email compliance&nbsp;regulations.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">15. Close the deal with&nbsp;video</h3>\n\n\n\n<p>If you really want to optimize your lead capture form conversion rate, have the face of your company or someone else your customers will admire, appreciate, or relate to, create a video that extols the benefits of joining your email&nbsp;list.&nbsp;</p>\n\n\n\n<p>The video should make joining seem desirable, appealing, and advantageous, with no risk and no downside. You can always remind people that they can unsubscribe at any&nbsp;time.&nbsp;</p>\n\n\n\n<p>Once this video is ready, place it on the landing page of your lead capture form. You can also put it on other web pages, your home page, and even post it on social media and on YouTube as a means of externally marketing your email&nbsp;list.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">Which of these strategies is the easiest to start using&nbsp;now?</h2>\n\n\n\n<p>Some of these tips require a little work on your part, and you can have your marketing or sales team get going on&nbsp;those.</p>\n\n\n\n<p>But one of the most effective strategies to optimize lead forms for a higher conversion rate is one you can start using today. If you’re still using some version of CAPTCHA, <a href=\"https://akismet.com/features/\">Akismet will reduce</a> your lead generation form abandonment rate by leaps and&nbsp;bounds.</p>\n\n\n\n<p>As you saw earlier, with such high rates of people quitting the process when they run into these nonsensical puzzles, you’ll see far more signups simply by eliminating this needless&nbsp;barrier.</p>\n\n\n\n<p><a href=\"https://akismet.com/enterprise/\">Use Akismet</a> in place of CAPTCHA, and your lead conversion rate will&nbsp;increase.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\">FAQs related to lead capture form&nbsp;optimization</h2>\n\n\n\n<h3 class=\"wp-block-heading\">How many fields should I include on my lead capture&nbsp;form?</h3>\n\n\n\n<p>While there’s no set requirement or ideal number, the fewer form fields you require, the more people will complete your web form. However, the quality of your leads tends to increase as you ask for more fields, so the balance may be somewhere in the&nbsp;middle.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">What information should I ask for on my lead capture&nbsp;form?</h3>\n\n\n\n<p>This depends on the goals you have set for your email list, and on your industry. If you are creating distinct marketing for different segments of your audience, you might ask for information on your form that will funnel people into the correct&nbsp;groups.&nbsp;</p>\n\n\n\n<p>At a minimum, you should ask for their email address and first name. This protects their privacy but gives you enough to start the&nbsp;relationship.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">How can I make my lead capture form visually&nbsp;appealing?</h3>\n\n\n\n<p>Use modern lead capture form templates that are both visually appealing and responsive to different devices and platforms. Use colors that are unique from the page it sits on, but that coordinate with your brand and overall site design. Add graphics and images of people, when appropriate, to humanize the form and make it feel a bit less&nbsp;transactional.&nbsp;&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Should I use a single or multistep lead capture&nbsp;form?</h3>\n\n\n\n<p>If you’re only asking for first name and email address, you only need a single-step form. But if you’re asking for four or more fields to be filled out, you might consider a multistep form, along with a progress bar, to encourage more users to complete the steps and fill out the entire&nbsp;form.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What are common mistakes when creating a lead capture&nbsp;form?</h3>\n\n\n\n<p>The most common mistake is to require too much information, especially phone numbers.<a href=\"https://unbounce.com/conversion-rate-optimization/how-to-optimize-contact-forms/\"> One site that changed its phone field</a> from required to optional saw its conversion rate go from 42.6% to 80%. There’s a sizable subset of people who simply will not give out their phone number in a lead capture&nbsp;form.&nbsp;</p>\n\n\n\n<p>A second common mistake is to not think about who your ideal customer is when creating these lead gen forms. The language of the offer, any incentives, and the button should appeal to your ideal customer, subscriber, or&nbsp;lead.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Should I use CAPTCHA to protect my form from&nbsp;spam?</h3>\n\n\n\n<p>No — CAPTCHA increases frustration and dramatically increases form abandonment.<a href=\"https://medium.com/rareview/why-your-captcha-is-killing-conversions-f9be6fe17d1f\" target=\"_blank\" rel=\"noreferrer noopener\"> A MOZ study</a> found that 30% of lead capture form users gave up while trying to solve these annoying puzzles. That’s a lot of lost&nbsp;subscribers.&nbsp;</p>\n\n\n\n<p>A better approach is to use anti-spam tools like Akismet that run in the background and use AI to identify and block spambots from completing your&nbsp;forms.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What is Akismet, and how can it improve my form conversion&nbsp;rate?</h3>\n\n\n\n<p>Akismet is an anti-spam plugin built for marketers and lead generation. It’s an open-source tool created by WordPress that can work on almost any website platform because it was written by developers, for&nbsp;developers.&nbsp;</p>\n\n\n\n<img src=\"https://akismet455732288.files.wordpress.com/2023/08/image-5.png\" alt=\"Akismet homepage with the tagline \" />\n\n\n\n<p>Akismet improves lead capture form conversion rates because it identifies and blocks spam without requiring your actual users to do anything. There are no annoying puzzles to solve or grainy pictures to scour through. All the anti-spam work happens in the&nbsp;background.&nbsp;</p>\n\n\n\n<p>That means it protects your site and your email list from spammers, but doesn’t hinder anyone you want to join your list from doing&nbsp;so. </p>\n\n\n\n<h3 class=\"wp-block-heading\">What types of companies generally use&nbsp;Akismet?</h3>\n\n\n\n<p>There are over 100 million sites currently using Akismet. There is a<a href=\"https://akismet.com/features/\"> free version</a> for non-commercial blogs, reasonably priced paid versions for commercial businesses, and<a href=\"https://akismet.com/enterprise/\"> an enterprise version</a> for large&nbsp;companies.&nbsp;</p>\n\n\n\n<p>Happy Akismet customers include Microsoft, Bluehost,<a href=\"https://akismet.com/blog/convertkit-customerstory/\"> and ConvertKit</a>, whose senior engineer John Lunsford said, “With Akismet, we don’t really have to think about spam prevention, which allows us to work on other things. We moved from a place of putting out fires to now things are automated. We’re tracking stuff, we’re alerting on stuff. So now we know across our whole surface area if we have bot&nbsp;attacks.”</p>\n\n\n\n<h2 class=\"wp-block-heading\">Instantly improve your lead capture form conversion&nbsp;rates</h2>\n\n\n\n<p>You can spend hours optimizing lead generation forms, designing custom graphics, and tweaking copy. All of those things will pay off with incremental increases in conversion rates from your target&nbsp;audience.&nbsp;</p>\n\n\n\n<p>But what if you need results <em>right now</em>? The quickest way to boost results is to eliminate annoying CAPTCHAs and use Akismet instead to protect your site in the background while letting real users pass right&nbsp;by.&nbsp;</p>\n\n\n\n<p><a href=\"https://akismet.com/pricing/\">Get Akismet&nbsp;today.</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jen Swisher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"HeroPress: My Journey as a Teacher and Engineer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=5915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"https://heropress.com/essays/my-journey-as-a-teacher-and-engineer/#utm_source=rss&utm_medium=rss&utm_campaign=my-journey-as-a-teacher-and-engineer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13299:\"<img width=\"1024\" height=\"512\" src=\"https://heropress.com/wp-content/uploads/2024/09/092623-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Pull Quote: I only knew I had teaching skills, but WordPress taught me to be versatile.\" /><p>I always wanted to be a teacher from my childhood days. I have seen my mom giving tuition. My aunts, uncles, sisters-in-law, and cousins were all in the teaching field. Since I grew up observing them all teaching, I also envisioned myself as a teacher. I believed there was no better profession in the world, and I still do.</p>\n\n\n\n<p>As I grew older, my goals shifted slightly. I started to see myself as a lecturer rather than a teacher. I was the first girl in my family to become an engineer. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>During my studies, I never thought about working in the IT field. </p>\n</blockquote>\n\n\n\n<p>I had a narrow view that IT or Computer Engineering meant only for coding. The employee has to work around the clock and move to another location. So, I had enough reasons to convince myself to pursue a career in teaching. Even today, if someone asks me in the middle of the night to explain how to debug a program using a loop, I can do so happily.</p>\n\n\n\n<p>After completing my engineering degree, I started working as a lecturer. After getting married, I moved to a new city but continued working as a lecturer. During that period, my husband went to Singapore for work, and we all moved to our native place. I could not find a lecturing job as there were no engineering colleges. And other colleges only offered positions as computer lab assistants, which I declined. I began providing private tutoring for engineering students, and my life seemed settled.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-discovering-passion-through-writing-my-journey-from-boredom-to-blogging-bliss\"><strong>Discovering Passion Through Writing: My Journey from Boredom to Blogging Bliss</strong></h2>\n\n\n\n<p>Then, a turning point occurred in my life. Within five months, I also moved to Singapore. I managed to find a job in marketing, which was outside my skill set. I soon realized that it did not bring me joy. And without joy, there was no fulfilment.</p>\n\n\n\n<p>I left that job after three months. I started getting bored. I did not have much to do except grocery shopping and household chores. One day, my husband suggested trying something new! It can be writing or documenting or anything that could help to stay content. I had never considered writing before! He suggested some blogging platforms like Medium, Tumblr, Blogger, and WordPress. I created accounts for each of them and started publishing articles. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>WordPress turned out to be the most engaging platform, and I decided to continue writing a blog on WordPress. </p>\n</blockquote>\n\n\n\n<p>That was how I started <a href=\"https://krupajnanda.wordpress.com/\">my blog</a>, out of boredom, which became a passion later. I connected with hundreds of fellow bloggers. I also started participating in various blogger events and started getting recognition. And this was something I could do for hours.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Crossroads and Choices: Navigating Career Transitions from Teaching to Testing</strong></h2>\n\n\n\n<p>In 2015, we returned to India. We settled in Pune, which presented a new challenge for me in finding a lecturing job. Some institutes only offered me positions as visiting faculty. And pursuing further studies seemed impractical at that time. So, I had two options left. Either continue writing blogs full-time or join the IT sector. I enrolled in a testing crash course, which I would not recommend anyone to do. The institute focused on theory more and minimal practical knowledge. I also cleared my ISTQB certification.</p>\n\n\n\n<p>And you won&#8217;t believe what happened next&#8230;.!</p>\n\n\n\n<p>After a few months, I landed a position at rtCamp as a <em>QA Engineer</em>! It&#8217;s fascinating to think that I initially used WordPress as a consumer to publish my blogs, and now I find myself testing websites built on the WordPress platform. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Like many others, I once considered WordPress to be exclusively a blogging platform, unaware of the efficiency and sophistication of the entire WordPress ecosystem.&nbsp;</p>\n</blockquote>\n\n\n\n<p>Back then, I had little technical knowledge about WordPress, but I became familiar with the plethora of terms specific to the WordPress environment and other technical nuances. I delved into concepts ranging from the Dashboard to slugs and post metadata, among other things. Initially, I conducted manual testing of websites, but over time, I acquired proficiency in various automation frameworks. At rtCamp, we have explored a multitude of frameworks for comprehensive automation, covering areas such as end-to-end testing, visual testing, acceptance testing, API testing, and more. If you&#8217;re interested in learning more about our QA services, you can explore them <a href=\"https://rtcamp.com/quality-assurance-services/\">here</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>COVID19 &#8211; A Journey of Career Break, Home Schooling, and Life Lessons</strong></h2>\n\n\n\n<p>Fast forward to 2020, a year we remember as a pandemic! I took a career break around June 2020 for many reasons. I decided to home school my son. Teaching a preschooler is quite different from teaching a college student. I had no idea how I would be able to make homeschooling happen. I come from a traditional school environment. </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>To understand the depth of homeschooling was also a challenge for me. I had no idea where to start! </p>\n</blockquote>\n\n\n\n<p>I started following many such accounts dedicated to homeschooling. But it did not go well initially. We took multiple breaks. I kept revisiting my failures in homeschooling strategies, what went well, what could be improved, and how can I make more engaging things like that!</p>\n\n\n\n<p>I also started reading many parenting books. My son became more comfortable with the time. It was a journey filled with various gaps and learning experiences! I started documenting <a href=\"https://musingsonparenting.com/\">my parenting and homeschool journey</a>. I also share bits of it on <a href=\"https://www.instagram.com/musingsonparenting/\">Instagram</a> too.</p>\n\n\n\n<p>During those years, we traveled to many places around India. And homeschooling became more like <em>school on the road</em>. It was not only about learning ABCs and 1, 2, 3. Homeschooling meant acquiring life skills. We traveled to different places, immersing ourselves in local cultures and food. We worked and improved on many aspects during our home school journey. Apart from academics, we learnt gardening, composting, eco-friendly practices, reading books, sharing toys/books and many more new things! My son never liked books but we ended up visiting the library twice a week!</p>\n\n\n\n<p>My husband and I considered extending homeschooling, at least for kindergarten. But there are always pros and cons to everything! Home schooling is blissful yet it comes with challenges for parents and kids. I also wanted my son to attend a real school and want him to understand the difference between homeschooling v/s going to school every day where school follows a fixed curriculum. He is too small at this age to understand what is best for him. I wanted him to experience what school life is all about! Luckily, we found a good school in town that does not follow the traditional teaching approach. They focused on teaching children <em>how to think rather than telling them what to think.&nbsp;</em></p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Emerging from the Comfort Zone: Rediscovering My Career Path After an Extended Career Break</strong></h2>\n\n\n\n<p>As my son started school, I again had some free time but was unsure about resuming my career. I retreated into a cocoon of safety. Resuming work meant facing new challenges for which I wasn&#8217;t prepared. So, I took more time to adjust to the upcoming changes. I explained to my son why I wanted to work and prepared him. Today, I am proud of how well he has managed.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Overcoming Rejections and Career Break Challenges</strong></h2>\n\n\n\n<p>During the second half of the last year, I began preparing myself. The job market took a hit due to an economic downturn. Layoffs and pay cuts were happening even at major companies like Google and Microsoft. Despite the challenges, I started looking for job opportunities. My journey was marked by numerous rejections, even after successfully clearing interviews. In several instances, when multiple candidates vied for the same position, my career break seemed to be a decisive factor in being overlooked. This experience was disheartening, as many organizations fail to recognize the value of individuals who have taken career breaks!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>My Journey Back to Work with rtCamp</strong></h2>\n\n\n\n<p>But fate had other plans. I reconnected with my former employer this year around April 2023, and they didn’t let me down. It gives me goosebumps even now as I write this. I resumed my career back at rtCamp this year in June 2023</p>\n\n\n\n<p>Rejoining the same organization after an extended break gave me the feeling of returning back to home after a vacation! rtCamp is known for its motto of &#8220;<em>Good Work and Good People&#8221; </em>and they proven to stand by it!&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>From User to Contributor in the WordPress ecosystem</strong></h2>\n\n\n\n<p>One of the remarkable aspects of rtCamp is, that we are encouraged to contribute to the WordPress ecosystem. I gradually began contributing to the WordPress Core, and it fills me with pride whenever even a modest suggestion, enhancement, or reported bug gets approved. Whether it&#8217;s a small or substantial contribution, each one enhances WordPress as a whole which millions of people use, resulting in continuous improvements. Being a part of the WordPress community brings me immense joy, and I consider myself blessed. Here are some of the tickets that opened and got fixed.</p>\n\n\n\n<ul>\n<li><a href=\"https://core.trac.wordpress.org/ticket/44714\">https://core.trac.wordpress.org/ticket/44714</a></li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/ticket/41648\">https://core.trac.wordpress.org/ticket/41648</a></li>\n\n\n\n<li><a href=\"https://meta.trac.wordpress.org/ticket/4721\">https://meta.trac.wordpress.org/ticket/4721</a></li>\n\n\n\n<li><a href=\"https://buddypress.trac.wordpress.org/ticket/8161\">https://buddypress.trac.wordpress.org/ticket/8161</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Inspired to Speak: My experience of attending Speaker Workshop for Indian Women</strong></h2>\n\n\n\n<p>Recently, I had the privilege of attending the Speaker Workshop for Indian Women in the WordPress Community, which took place on September 23-24. This workshop not only boosted my confidence but also shattered many myths. It made me realize that no one is an absolute expert, and nobody is perfect. Sooner or later, you break the cocoon to free your wings if you want to fly!</p>\n\n\n\n<p>Regrettably, I hadn&#8217;t been able to attend any Meetups or WordCamps before. However, I am genuinely looking forward to participating in upcoming WordCamps and meetups very soon!</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>From testing exam papers to testing websites</strong></h2>\n\n\n\n<p>I only knew I had teaching skills, but WordPress taught me to be versatile. One should keep exploring various opportunities rather than waiting for destiny to knock on the door.&nbsp;</p>\n\n\n\n<p>By the way, rtCamp is always hiring. If you&#8217;re interested in working with rtCamp, visit their <a href=\"https://rtcamp.com/careers/\">career page</a>.</p>\n\n\n\n<div class=\"kb-row-layout-wrap kb-row-layout-id5915_81e43c-37 alignnone kt-row-has-bg wp-block-kadence-rowlayout\"><div class=\"kt-row-column-wrap kt-has-1-columns kt-row-layout-equal kt-tab-layout-inherit kt-mobile-layout-row kt-row-valign-top\">\n\n<div class=\"wp-block-kadence-column kadence-column5915_38272e-59\"><div class=\"kt-inside-inner-col\">\n<h2 id=\"work-environment\" class=\"kt-adv-heading5915_69c4fb-d0 wp-block-kadence-advancedheading\">Krupa&#8217;s Work Environment</h2>\n\n\n\n<p>We asked Krupa for a view into her development life and this is what she sent! </p>\n\n\n	<div class=\"hotspots-image-container\">\n		<img width=\"2346\" height=\"2560\" src=\"https://heropress.com/wp-content/uploads/2023/09/Krupa-Desktop-scaled.jpg\" alt=\"Krupa Nanda\" class=\"hotspots-image skip-lazy\" />\n	</div>\n\n\n\n\n<p class=\"kt-adv-heading5915_fdd08f-54 wp-block-kadence-advancedheading has-theme-palette-9-background-color has-background\">HeroPress would like to thank <a href=\"https://wpdrawattention.com/\">Draw Attention</a> for their donation of the plugin to make this interactive image!</p>\n</div></div>\n\n</div></div>\n\n\n<p>The post <a rel=\"nofollow\" href=\"https://heropress.com/essays/my-journey-as-a-teacher-and-engineer/\">My Journey as a Teacher and Engineer</a> appeared first on <a rel=\"nofollow\" href=\"https://heropress.com\">HeroPress</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 12:07:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Krupa Nanda\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WordPress.org blog: Help Influence the Future of WordPress by Taking the 2023 Annual Survey Today\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15982\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"https://wordpress.org/news/2023/09/help-influence-the-future-of-wordpress-by-taking-the-2023-annual-survey-today/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4717:\"<p>Each year, the WordPress community (users, site builders, extenders, and contributors) provides valuable feedback through an annual survey. The results can influence the direction of the WordPress project by identifying areas that need attention. Annual surveying can also help track trends over time, with data points often finding their way into the yearly <a href=\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\">State of the Word</a> address.</p>\n\n\n\n<p>This survey helps those who build WordPress understand more about how the software is used and by whom. The survey also allows WordPress open source project leaders to learn more about our contributors’ experiences.&nbsp;&nbsp;</p>\n\n\n\n<p>To ensure your WordPress experience gets represented in the 2023 survey results, take the survey now (link).</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey?ref23=dotOrgNewsPost\">Take the 2023 Survey</a></div>\n</div>\n\n\n\n<p>You may also take the survey in other languages by using the link above and switching to another language, thanks to the efforts of WordPress polyglot contributors.&nbsp;</p>\n\n\n\n<p>The survey will be open for five weeks. Results will be published on the News blog in early December.</p>\n\n\n\n<p>This year, like last year, the survey has undergone some improvements to the flow and question set. A new platform is also being piloted, offering an updated interface, enhanced multi-lingual support, expanded analysis and visualization tools for the results, and more. The new platform also has built-in accessibility and privacy controls, ensuring the survey meets the diverse needs of the WordPress community.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Spread the word</strong></h2>\n\n\n\n<p>Please help spread the word about the survey by sharing it with your network, through Slack, or within your social media accounts. The more people who complete the survey and share their experience with WordPress, the more the project will benefit.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Security and privacy</strong></h2>\n\n\n\n<p>Data security and privacy are paramount to the WordPress project and community. With this in mind, all data will be anonymized: no email addresses or IP addresses will be associated with published results. To learn more about WordPress.org’s privacy practices, view the <a href=\"https://wordpress.org/about/privacy/\">privacy policy</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank you</strong></h2>\n\n\n\n<p>Thank you to the following WordPress contributors for assisting with the annual survey project, including question creation, strategy, survey build-out, and translation:</p>\n\n\n\n<p><a href=\"https://profiles.wordpress.org/adamsilverstein/\">adamsilverstein</a>, <a href=\"https://profiles.wordpress.org/audrasjb/\">adurasjb</a>, <a href=\"https://profiles.wordpress.org/alvarogois/\">alvarogóis</a>, <a href=\"https://profiles.wordpress.org/atachibana/\">atachibana</a>, <a href=\"https://profiles.wordpress.org/bjmcsherry/\">bjmcsherry</a>, <a href=\"https://profiles.wordpress.org/chanthaboune/\">chanthaboune</a>, <a href=\"https://profiles.wordpress.org/dansoschin/\">dansoschin</a>, <a href=\"https://profiles.wordpress.org/eidolonnight/\">eidolonnight</a>, <a href=\"https://profiles.wordpress.org/fierevere/\">fierevere</a>, <a href=\"https://profiles.wordpress.org/fxbenard/\">fxbénard</a>, <a href=\"https://profiles.wordpress.org/hassantafreshi/\">hassantafreshi</a>, <a href=\"https://profiles.wordpress.org/juliagasparyan/\">juliagasparyan</a>, <a href=\"https://profiles.wordpress.org/kittmedia/\">kittmedia</a>, <a href=\"https://profiles.wordpress.org/manudavidos/\">manudavidos</a>, <a href=\"https://profiles.wordpress.org/nao/\">nao</a>, <a href=\"https://profiles.wordpress.org/nilovelez/\">nilovelez</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\">rmartinezduque</a>, and <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner</a>.</p>\n\n\n\n<p>Thanks to <a href=\"https://www.hostinger.com/\">Hostinger</a>, <a href=\"https://cloud.jetpack.com/\">Jetpack</a>, and <a href=\"http://wordpress.com\">WordPress.com</a>, for assisting with promoting the survey to their respective clients.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://survey.alchemer.com/s3/7439442/2023-WordPress-Annual-Survey?ref23=dotOrgNewsPost\">Take the 2023 Survey</a></div>\n</div>\n\n\n\n<p>The survey closes on Tuesday, October 31, 2023 at 12:00.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 10:52:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Dan Soschin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: WordPress 6.4 Beta 1 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149512\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"https://wptavern.com/wordpress-6-4-beta-1-released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3558:\"<p><a href=\"https://wordpress.org/news/2023/09/wordpress-6-4-beta-1/\">WordPress 6.4 Beta 1</a> was released today on schedule, led by an <a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\">underrepresented gender release squad</a>. It includes the last five releases of the Gutenberg plugin (<a href=\"https://make.wordpress.org/core/2023/07/14/whats-new-in-gutenberg-16-2-12-july/\">16.2</a>, <a href=\"https://make.wordpress.org/core/2023/07/26/whats-new-in-gutenberg-16-3-26-july/\">16.3</a>, <a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">16.4</a>, <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">16.5</a>, <a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">16.6</a>) along with the upcoming 16.7 release and <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">190 tickets for core</a>.</p>\n\n\n\n<p>If you are following Gutenberg development, many of these features have already been released in the plugin. The most notable highlights of features and improvements coming in 6.4 include the following:</p>\n\n\n\n<ul>\n<li><strong>Font Management</strong> &#8211; allows users to manage a <a href=\"https://core.trac.wordpress.org/ticket/59166\">font library</a> independent of their active theme, along with <a href=\"https://core.trac.wordpress.org/ticket/59165\">Font Face</a> support for server-side <code>@font-face</code> style generation and printing</li>\n\n\n\n<li><strong>Block Hooks</strong> &#8211; enables developers to automatically insert blocks into content relative to another block</li>\n\n\n\n<li><strong>Lightbox for Images</strong> &#8211; core support for <a href=\"https://github.com/WordPress/gutenberg/issues/51132\">lightbox</a> functionality for image blocks</li>\n\n\n\n<li><strong>Expanded Design Tools</strong> &#8211; background images for Group blocks, aspect ratios for image placeholders, alignment settings for synced patterns, and more</li>\n\n\n\n<li><strong>Command Palette updates</strong> &#8211; <a href=\"https://github.com/WordPress/gutenberg/pull/53117\">improved design</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/52509#top\">new commands</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/53496\">better consistency across existing commands</a></li>\n\n\n\n<li><strong>List view enhancements</strong> &#8211; usability improvements allow for renaming Group blocks, viewing media previews for Gallery and Image blocks, and duplicating blocks with a keyboard shortcut</li>\n\n\n\n<li><strong>New Twenty Twenty-Four default theme</strong> &#8211; a multipurpose block theme that will ship with a collection of templates and patterns that lend themselves to a wide variety of use cases. See a demo at <a href=\"http://2024.wordpress.net/\">2024.wordpress.net</a>.</li>\n</ul>\n\n\n\n<p>WordPress 6.4 will also include many accessibility and performance improvements that will improve workflows and speed for all users of both Block and Classic Themes. A <a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">detailed testing guide</a> is available that covers all the key features and how to test them, with video demos for each.</p>\n\n\n\n<p>Beta 2 is expected on October 3. WordPress 6.4 will be the third major release of 2023, and is scheduled for November 7. </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 27 Sep 2023 03:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: WordPress.org Expands Two-Factor Authentication Interface to Include Security Keys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149493\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/wordpress-org-expands-two-factor-authentication-interface-to-include-security-keys\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2442:\"<p>WordPress.org began <a href=\"https://make.wordpress.org/meta/2023/05/31/two-factor-auth-available-to-test-on-wordpress-org/\">testing two-factor authentication</a> (2FA) as an opt-in feature in May 2023. The interface and functionality are still in beta but it&#8217;s operational. This week contributors have <a href=\"https://make.wordpress.org/meta/2023/09/26/set-up-two-factor-authentication-wordpress-org/\">expanded support for 2FA</a> with a new interface for adding security keys, which are more secure than the one-time passwords.</p>\n\n\n\n<p>A logged in user can set up the keys by visiting their WordPress.org profile, scrolling down to the &#8220;Security&#8221; section, and clicking on the support forum profile link. </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1964\" height=\"644\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-26-at-3.24.29-PM.png\" alt=\"\" class=\"wp-image-149522\" />\n\n\n\n<p>Users who have two-factor authentication set up can click on &#8220;Two-Factor Security Key&#8221; and follow the instructions to set them up. </p>\n\n\n\n<p>This update to the interface also adds Time-Based One-Time Passwords<strong> </strong>(TOTP), which are generated from the user&#8217;s chosen authentication app on their device and changed every 30 seconds. WordPress.org currently defaults to using security keys over the time-based on-time passwords, but contributors are <a href=\"https://github.com/WordPress/wporg-two-factor/issues/249\">working on making that configurable</a> in the future.</p>\n\n\n\n<p>Additions to the interface also include the ability to generate backup codes, which enable access when users don&#8217;t have their 2FA security key or app configured. The backup codes come with a note of caution from Automattic- sponsored Meta contributor Steve Dufresne, who has been working on the 2FA project:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>Regardless of whether you are using security keys or a Time-Based One-Time password, <strong>make sure you generate and print backup codes</strong>. If you lose your primary key/device and don’t have a backup code, you will lose access to your account forever.</p>\n</blockquote>\n\n\n\n<p>Dufresne encouraged WordPress.org users who haven&#8217;t set up 2FA to go ahead and do so. Any bugs can be reported to the project&#8217;s <a href=\"https://github.com/wordpress/wporg-two-factor\">GitHub repository</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Sep 2023 21:02:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"WordPress.org blog: WordPress 6.4 Beta 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15994\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2023/09/wordpress-6-4-beta-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18507:\"<p>WordPress 6.4 Beta 1 is ready for download and testing!</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development</strong>.<strong> </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it is recommended you evaluate Beta 1 on a test server and site.</p>\n\n\n\n<p>You can test WordPress 6.4 Beta 1 in three ways:</p>\n\n\n\n<ol>\n<li><strong>Plugin:</strong> Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install (select the “Bleeding edge” channel and “Beta/RC Only” stream).</li>\n\n\n\n<li><strong>Direct download: </strong>Download the <a href=\"https://wordpress.org/wordpress-6.4-beta1.zip\">Beta 1 version (zip)</a> and install it on a WordPress website.</li>\n\n\n\n<li><strong>Command line:</strong> Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command:<br /><code>wp core update --version=6.4-beta1</code></li>\n</ol>\n\n\n\n<p>The current target for the final release of WordPress 6.4 is <strong>November 7, 2023</strong>. Your help testing this version is key to ensuring everything in the release is the best it can be.</p>\n\n\n\n<p>The WordPress 6.4 release is brought to you by an&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\" target=\"_blank\"><strong>underrepresented gender release squad</strong></a>&nbsp;to increase participation&nbsp;of and partnership with&nbsp;those who identify as gender-underrepresented in the WordPress open source project.</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p class=\"has-extra-large-font-size\">Get an overview of the <a href=\"https://make.wordpress.org/core/6-4/\">6.4 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-4/\">6.4-related posts</a> in the coming weeks for further details.</p>\n</blockquote>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">How you can help: Testing</h2>\n\n\n\n<p>Testing for issues is a critical part of developing any software, and it’s a meaningful way for anyone to contribute—whether you have experience or not. <strong><a href=\"https://make.wordpress.org/test/2023/09/26/help-test-wordpress-6-4/\">This detailed guide</a> will walk you through testing key features in WordPress 6.4.</strong></p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> in the support forums. If you are comfortable writing a reproducible bug report, you can <a href=\"https://core.trac.wordpress.org/newticket\">file one on WordPress Trac</a>. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general? Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<p>Learn more about Gutenberg updates that have debuted since WordPress 6.3 by reviewing prior editions of <a href=\"https://make.wordpress.org/core/tag/gutenberg-new/\">What’s New in Gutenberg</a> posts for <a href=\"https://make.wordpress.org/core/2023/07/14/whats-new-in-gutenberg-16-2-12-july/\">16.2</a>, <a href=\"https://make.wordpress.org/core/2023/07/26/whats-new-in-gutenberg-16-3-26-july/\">16.3</a>, <a href=\"https://make.wordpress.org/core/2023/08/10/whats-new-in-gutenberg-16-4-9-august/\">16.4</a>, <a href=\"https://make.wordpress.org/core/2023/08/23/whats-new-in-gutenberg-16-5-23-august/\">16.5</a>, <a href=\"https://make.wordpress.org/core/2023/09/06/whats-new-in-gutenberg-16-6-06-september/\">16.6</a>, and <a href=\"https://make.wordpress.org/core/2023/09/28/whats-new-in-gutenberg-16-7-27-september/\">16.7</a>.</p>\n\n\n\n<p>WordPress 6.4 Beta 1 contains over 400 enhancements and 370 bug fixes for the editor, including more than <a href=\"https://core.trac.wordpress.org/query?status=closed&milestone=6.4&group=component&max=500&col=id&col=summary&col=owner&col=type&col=priority&col=component&col=version&order=priority\">190 tickets for WordPress 6.4 core</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Vulnerability bounty doubles during Beta 1</h3>\n\n\n\n<p>Between Beta 1 and the final release candidate (RC) for each new WordPress version, the <a href=\"https://make.wordpress.org/security/2023/09/26/bug-bounty-for-wordpress-6-4-beta/\">monetary reward for reporting new, unreleased security vulnerabilities is doubled</a>. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">A first look at WordPress 6.4</h2>\n\n\n\n<p>WordPress 6.4 will introduce a versatile default theme, new features, and numerous updates designed to enhance your WordPress experience across multiple areas—from writing and design to workflow efficiency. All while the foundational work continues for Phase 3 of the <a href=\"https://wordpress.org/about/roadmap/\">WordPress roadmap</a>. Read on for some highlights.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Meet the Twenty Twenty-Four theme</h3>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/08/24/introducing-twenty-twenty-four/\">Twenty Twenty-Four</a> is a new default theme that will launch with 6.4. With a versatile collection of templates and patterns, this theme covers a diverse range of use cases, from entrepreneurs to small businesses to artists and writers. Twenty Twenty-Four also emphasizes the latest design tooling and site editing features, enabling you to leverage the flexibility of blocks and unlock numerous creative possibilities with just a few tweaks. Follow the theme&#8217;s progress and report any issues on <a href=\"https://github.com/WordPress/twentytwentyfour\">this GitHub repo</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Manage fonts across your site</h3>\n\n\n\n<p>WordPress 6.4 will introduce new font management features:</p>\n\n\n\n<p>The <a href=\"https://core.trac.wordpress.org/ticket/59166\">Font Library</a> enables you to handle fonts across your site, regardless of your active theme—just like you manage assets in the Media Library. Easily install local and Google Fonts and choose which to activate for each theme. This new font manager is a powerful way to control a fundamental piece of your site&#8217;s design and branding without coding. Thanks to its <a href=\"https://github.com/WordPress/gutenberg/issues/53307\">extensibility</a>, custom typographic collections can expand your font choices.</p>\n\n\n\n<p>On the other hand, <a href=\"https://core.trac.wordpress.org/ticket/59165\">Font Face</a> provides server-side <code>@font-face</code> style generation and printing support. It introduces a new global function called <code>wp_print_font_faces()</code>, which processes font data received from styles set in the editor or by the active theme.</p>\n\n\n\n<p><strong><em>Please note: The Font Library is slated for inclusion in upcoming 6.4 beta releases</em>.</strong></p>\n\n\n\n<h3 class=\"wp-block-heading\">Add lightbox functionality to your images</h3>\n\n\n\n<p>Showcase your images in an interactive fashion with <a href=\"https://github.com/WordPress/gutenberg/issues/51132\">lightbox functionality</a>. This new core feature will be available for Image blocks, allowing visual assets to be opened and enlarged on top of the existing content.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enjoy new writing improvements</h3>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/issues/53305\">Many enhancements</a> in 6.4 will ensure that your WordPress writing experience remains smooth and enjoyable, from new keyboard shortcuts to more reliable pasting from other sources. Moreover, a fresh toolbar experience will be available for the <a href=\"https://github.com/WordPress/gutenberg/pull/53697\">Navigation</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/53306\">List</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/53699\">Quote</a> blocks, making working with their tooling options more efficient and intuitive.</p>\n\n\n\n<h3 class=\"wp-block-heading\">More design tools, greater creativity</h3>\n\n\n\n<p>New design tools will improve the overall creation experience with WordPress while providing greater layout control and flexibility. Some updates include:</p>\n\n\n\n<ul>\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/53934\">Background images for Group blocks</a>, allowing for creative and customized layouts.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/54216\">Aspect ratios for image placeholders</a>—a new feature that’s particularly useful when creating and using patterns. After setting a placeholder’s desired aspect ratio, you can drag and drop an image, which will adjust to maintain the design consistency.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/53667\">Button and heading color customization in Group</a> and <a href=\"https://github.com/WordPress/gutenberg/pull/54104\">Columns blocks</a>, enabling you to define the appearance of these elements when placed within these container blocks. This feature takes a step towards allowing <a href=\"https://github.com/WordPress/gutenberg/issues/40318\">section-specific styling</a>, which will continue to develop in upcoming releases.</li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/pull/54416\">Alignment settings in synced patterns</a>. When creating and converting a synced pattern with wide, full-width, left or right-aligned blocks, this improvement ensures alignment attributes remain intact for a seamless site editing and pattern creation experience.</li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\">Upgrades for smoother workflows</h3>\n\n\n\n<p>As the Site Editor continues to evolve and expand its capabilities, so do the interface and tools that support it.</p>\n\n\n\n<p>First introduced in WordPress 6.3, the <a href=\"https://wordpress.org/documentation/article/site-editor-command-palette/\">Command Palette</a> helps you perform actions, search, and quickly navigate your site&#8217;s content and settings. It will receive significant updates in 6.4, featuring an <a href=\"https://github.com/WordPress/gutenberg/pull/53117\">updated design</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/52509#top\">new commands</a> to accomplish block-specific actions, and <a href=\"https://github.com/WordPress/gutenberg/pull/53496\">better command language and action consistency</a>.</p>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/list-view/\">List View</a> provides a great way to browse and work with the blocks that make up your site. This release will introduce enhancements to its interface and usability, making it even more powerful. You can <a href=\"https://github.com/WordPress/gutenberg/pull/53735\">rename Group blocks</a>, <a href=\"https://github.com/WordPress/gutenberg/pull/53381\">view media previews for Gallery and Image blocks</a>, and <a href=\"https://github.com/WordPress/gutenberg/pull/53559\">duplicate blocks with a keyboard shortcut</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Pattern advancements</h3>\n\n\n\n<p><a href=\"https://wordpress.org/documentation/article/site-editor-patterns/\">Patterns</a><strong> </strong>play an essential role in site editing, and its importance remains prominent in the upcoming release.</p>\n\n\n\n<p>6.4 will allow you to better organize <a href=\"https://github.com/WordPress/gutenberg/pull/53835\">your synced and unsynced patterns with categories</a> as part of the creation process. These categories are available for sorting within the insertion flow to make discovering and adding patterns easier. In addition, you can conveniently access all your custom patterns from the same place—the Patterns section of the Block Inserter, which removes the separate tab for synced patterns.</p>\n\n\n\n<p>Other improvements include <a href=\"https://github.com/WordPress/gutenberg/pull/54337\">importing and exporting patterns as JSON files</a>, ensuring backward compatibility with Reusable blocks, and enabling pattern transfer across sites.</p>\n\n\n\n<p>Lastly, building on the groundwork laid in WordPress 6.3, this release will improve the <a href=\"https://github.com/WordPress/gutenberg/issues/52150\">pattern management experience for non-block themes</a> by adding a <a href=\"https://core.trac.wordpress.org/ticket/58827\">Patterns tab</a> under the Appearance menu, allowing access to the Pattern list page of the admin screen.</p>\n\n\n\n<p><strong><em>Update (October 2, 2023): </em></strong><em>While 6.4 will bring several exciting pattern advancements, the previously mentioned improved pattern management experience for non-block themes will regrettably not be included in the 6.4 release. Thank you for your understanding, and be on the lookout for it in WordPress 6.5.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\">Introducing Block Hooks</h3>\n\n\n\n<p><a href=\"https://core.trac.wordpress.org/ticket/59313\">Block Hooks</a> is a new powerful feature that enriches the extensibility of block themes, drawing inspiration from the familiar WordPress <a href=\"https://learn.wordpress.org/tutorial/wordpress-filter-hooks/\">Hooks</a> concept. Upon activation, plugins can automatically insert blocks into content relative to another block. For example, a &#8220;Like&#8221; button block can automatically be inserted after the Post Content block.</p>\n\n\n\n<p>While developer-centric, Block Hooks enhances the user experience by making block usage more intuitive and allowing for further customization and control over where and how the auto-inserted blocks appear. A <a href=\"https://github.com/WordPress/gutenberg/pull/52969\">new block inspector panel</a> named &#8220;Plugins&#8221; is designed to respect creators&#8217; preferences, ensuring you can add, dismiss, or relocate Block Hooks as desired.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility</h3>\n\n\n\n<p>WordPress 6.4 has 70 accessibility improvements slated for inclusion, 60 of those are included in Beta 1. Notable updates focused on enhancing the user interface (UI) experience include <a href=\"https://core.trac.wordpress.org/ticket/40822\">better button placements</a>, <a href=\"https://core.trac.wordpress.org/ticket/47125\">improved context for “Add New” admin menu items</a>, and <a href=\"https://core.trac.wordpress.org/ticket/58573\">upgraded spoken messages in Site Health</a>.</p>\n\n\n\n<p>Additionally, fixes for <a href=\"https://core.trac.wordpress.org/ticket/58756\">image editing in the Media Library</a>, <a href=\"https://core.trac.wordpress.org/ticket/30685\">error reporting on the login screen</a>, and <a href=\"https://core.trac.wordpress.org/ticket/58756\">&#8220;no motion&#8221; settings for GIFs</a> have been implemented. The cause of some <a href=\"https://core.trac.wordpress.org/ticket/58703\">false positives in automated UI tests</a> has been corrected, and users without JavaScript now see a <a href=\"https://core.trac.wordpress.org/ticket/59229\">direct link to install the Classic Editor plugin</a>. Learn more about these changes and other accessibility improvements for 6.4 on <a href=\"https://core.trac.wordpress.org/query?focuses=~accessibility&milestone=6.4&col=id&col=summary&col=status&col=milestone&col=owner&col=type&col=priority&order=priority\">WordPress Trac</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance</h3>\n\n\n\n<p>WordPress 6.4 will include more than 100 performance-related updates, including <a href=\"https://core.trac.wordpress.org/query?focuses=~performance&component=Themes&milestone=6.4\">improvements to template loading performance</a> for Block Themes and Classic Themes, <a href=\"https://core.trac.wordpress.org/query?focuses=~javascript+performance&milestone=6.4\">usage of the new script loading strategies “defer” and “async”</a> in core, blocks, and themes, and new functions to optimize the use of <a href=\"https://core.trac.wordpress.org/query?focuses=~performance&component=Options%2C+Meta+APIs&component=Database&milestone=6.4\">autoloaded options</a>.</p>\n\n\n\n<p><strong><em>Please note that features in this list are subject to change before final release.</em></strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">A haiku for 6.4</h2>\n\n\n\n<p>Inline fonts, lightbox<br />Command blocks like CLI<br />Almost to 6-4</p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\"https://profiles.wordpress.org/meher/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meher</a>, <a href=\"https://profiles.wordpress.org/sereedmedia/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>sereedmedia</a>, <a href=\"https://profiles.wordpress.org/meaganhanes/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>meaganhanes</a>, <a href=\"https://profiles.wordpress.org/rmartinezduque/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>rmartinezduque</a>, <a href=\"https://profiles.wordpress.org/annezazu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>annezazu</a>, <a href=\"https://profiles.wordpress.org/cbringmann/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>cbringmann</a>, <a href=\"https://profiles.wordpress.org/flixos90/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>flixos90</a>, <a href=\"https://profiles.wordpress.org/richtabor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>richtabor</a>,&nbsp; <a href=\"https://profiles.wordpress.org/francina/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>francina</a>, <a href=\"https://profiles.wordpress.org/joedolson/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>joedolson</a>, <a href=\"https://profiles.wordpress.org/priethor/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>priethor</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>davidbaumwald</a></em>, <em><a href=\"https://profiles.wordpress.org/chanthaboune/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>chanthaboune</a>, <a href=\"https://profiles.wordpress.org/luminuu/\" class=\"mention\"><span class=\"mentions-prefix\">@</span>luminuu</a>.</em></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Sep 2023 20:21:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Reyes Martínez\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Do The Woo Community: A 3m x 3m Grid Planet Wide Geocoding System with Phoebe and Jash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76597\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://dothewoo.io/phoebe-and-jash-what3words/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:431:\"<p>what3words, a unique geocoding system that represents any location on our planet, divided into 3 x 3 meter grid, and identified by three words.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/phoebe-and-jash-what3words/\">A 3m x 3m Grid Planet Wide Geocoding System with Phoebe and Jash</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 26 Sep 2023 08:23:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WPTavern: Matthaus Klute Acquires Social Link Pages Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149460\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wptavern.com/matthaus-klute-acquires-social-link-pages-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7042:\"<p>WordPress developer <a href=\"https://gelform.com/\">Corey Maass</a> has sold his <a href=\"https://wordpress.org/plugins/social-link-pages/\">Social Link Pages</a> plugin to Matthaus Klute, an independent WordPress consultant and developer with Alpha Particle. It&#8217;s another story of small plugins changing hands, where developers get the opportunity to test ideas and business models. Even the most modest creations have value in a thriving marketplace where business owners are willing to invest in these types of assets to expand their own offerings.</p>\n\n\n\n<p>In 2019, Maass created Social Link Pages after taking a course on how to market himself as a musician and DJ. The course required him to sign up for <a rel=\"noreferrer noopener\" href=\"http://linktr.ee/\" target=\"_blank\">Linktr.ee</a>, a popular &#8220;link in bio&#8221; landing page service.</p>\n\n\n\n<p>&#8220;In typical developer fashion, instead of paying $8 a month, I thought &#8216;I should build this,\'&#8221; Maass said. &#8220;So I spent hundreds of hours building Social Link Pages for WordPress.&#8221;</p>\n\n\n\n<p>Initially, Maass built the free version with most of the basic bells and whistles found in other link-in-bio page builders. After getting some pushback from the Plugin Review team, who Maass said were &#8220;skeptical about why we needed a &#8216;mini WordPress inside WordPress,&#8217; the Social Link Pages plugin was approved for the directory.</p>\n\n\n\n<p>Over the next year he added features that he needed while figuring out the right extras for a Pro version. </p>\n\n\n\n<p>&#8220;Along the way, a user contacted me, asking if the plug-in could be white-labeled and used to build her own SaaS,&#8221; Maass said. &#8220;Shortly thereafter I released the Pro and Community (i.e. SaaS) versions of the plugin.</p>\n\n\n\n<p>&#8220;Then I took a day job and stopped working on it for about a year and a half. I took the commercial versions offline. I barely looked at the plugin because there were almost no support requests.&#8221;</p>\n\n\n\n<p>When Maass&#8217; day job ended 18 months later, he went back to the plugin and was pleasantly surprised to find it had 1,000 active installs. This encouraged him to make some major updates and add new features.</p>\n\n\n\n<p>The first marketing effort he made was to put Social Link Pages on AppSumo. At that time they were just opening up their marketplace.</p>\n\n\n\n<p>&#8220;In the marketplace, you don&#8217;t benefit from AppSumo&#8217;s larger email campaigns, but I think Social Link Pages got a lot of eyes from people looking for good lifetime deals,&#8221; Maass said. &#8220;I sold about 80-lifetime licenses and was surprised to find that only two or three were ever actually claimed. I&#8217;ve since heard of other plugin developers who have had the same experience. Apparently, a lot of people collect lifetime deals, but never actually use them. So in the end it was free money.&#8221;</p>\n\n\n\n<p>Over the next few years, Maass continued to add features but his interest was waning. </p>\n\n\n\n<p>&#8220;The plugin did what I needed on my own sites, so I was not inspired to keep adding features just because I could,&#8221; he said. &#8220;I also saw a lot of new link-in-bio apps come online, though none were specific to WordPress. And I wanted to move on to new ideas.&#8221;</p>\n\n\n\n<p>At the beginning of 2023, while considering all of his projects, Maass said he &#8220;could not find the willpower to market Social Link Pages as it should be.&#8221; He knew he was no longer the best owner for the plugin, so he listed it on a couple of sites dedicated to selling small software products.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Social Links Plugin Sells for $3K</h2>\n\n\n\n<p>&#8220;I&#8217;d always heard the correct pricing for a software product is 12-18 months of revenue,&#8221; Maass said. &#8220;Social Link Pages was only making about $125 per month at the time, but I was selling a complete business, already set up with e-commerce, multiple products, email automation, and more.</p>\n\n\n\n<p>&#8220;I listed it at $5000. I heard from a dozen or so potential buyers, all of whom asked for charts and spreadsheets I did not have. I&#8217;m a developer and guilty of ignoring a lot of the standard sales and &#8216;biz dev&#8217; practices. As I was asking too much based on what was &#8216;on paper,&#8217; I did not find a buyer. I unlisted Social Link Pages, figuring I&#8217;d try again in the future.&#8221;</p>\n\n\n\n<p>Maass tried again in the summer, listing the plugin in Post Status and a couple of other solopreneur-focused communities. He also dropped the price to $3,000. </p>\n\n\n\n<p>&#8220;Immediately I heard from a number of interested buyers who saw the value in what I was selling,&#8221; Maass said.&#8221; I probably could&#8217;ve brought the price back up to $5000 again, but I wanted to see the plugin go to a new, better owner.&#8221;</p>\n\n\n\n<p>Two years ago, <a href=\"https://wptavern.com/alpha-particle-and-flowspoke-acquire-kanban-for-wordpress-for-15k\">Maass sold his Kanban for WordPress plugin to Keanan Koppenhaver</a> at Alpha Particle. After discussing with Matthaus Klute, a developer who works with Koppenhaver, Maass knew he had found the right buyer. </p>\n\n\n\n<p>&#8220;He&#8217;s a thoughtful developer with WordPress experience interested in building a product business,&#8221; Maass said. &#8220;We met up in person at WordCamp US in DC in August 2023, and spent a few hours moving all accounts to his name and getting him set up. It was a fun experience to do in person.&#8221;</p>\n\n\n\n<p>Klute said Maass came to him highly recommended from others who had purchased plugins from him in the past. After he spoke with his lawyer, they proceeded to do an in-person asset transfer at WordCamp US (WCUS).</p>\n\n\n\n<p>&#8220;I wasn’t actively shopping for a plugin, however I’ve always had a passing interest in asset and/or small businesses acquisitions,&#8221; Klute said. &#8220;Corey&#8217;s plugin caught my attention for several reasons. It fit well within my budget, boasted an active user base, and generated consistent recurring revenue.  </p>\n\n\n\n<p>&#8220;With my 9 -5 spent coding, the prospect of having an existing solution that I could focus on marketing rather than building was enticing. Lastly, I wanted to gain a deeper understanding of the plugin ecosystem.&#8221;</p>\n\n\n\n<p>Klute said Maass&#8217;s experience played a crucial role in ensuring a smooth transfer. He had all the plugin&#8217;s accounts and services separated from his other entities, making it easily transferable. While at WCUS, they conducted a few Zoom sessions to explore the plugin&#8217;s codebase in-depth.</p>\n\n\n\n<p>&#8220;Despite the focus on marketing, I do have a few ideas for the plugin roadmap,&#8221; Klute said. &#8220;I&#8217;m looking at the possibility of a digital business card functionality similar to Blinq and also exploring ways to enhance the plugin’s compatibility with WooCommerce for my dynamic shop functionality for e-commerce businesses.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 25 Sep 2023 17:44:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"Gutenberg Times: Hallway Hangouts Galore, Recipes in the Block Cook Book, Default Theme and much more—Weekend Edition #269\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=25652\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:130:\"https://gutenbergtimes.com/hallway-hangouts-galore-recipes-in-the-block-cook-book-default-theme-and-much-more-weekend-edition-269/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18934:\"<p>Howdy, </p>\n\n\n\n<p>We are running towards WordPress 6.4 Beta 1! Gutenberg 16.7 RC candidate was released this week.  What are you most excited about for this major WordPress release? For me, it&#8217;s the Block Hooks that allow you to auto-insert blocks and the font library it empowers users to manage local fonts for their site that are independent of the design of the theme. </p>\n\n\n\n<p>The best way to learn how all the new features with WordPress 6.4 work is to follow along with the 26th Call for Testing coming out of the FSE Outreach program: <a href=\"https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/\"><strong>FSE Program Testing Call #26: Final touches</strong></a> by Anne McCarthy. </p>\n\n\n\n<p><strong>Congratulations</strong> to the <strong><a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">team of Openverse for winning the Open Infrastructure Award!</a> </strong>Many of our featured images originate at the directory of Creative Commons licensed assets. Did you know that you can search the directory directly from your image block? Try it out. </p>\n\n\n\n<p>And as always, there are more updates in this edition. Enjoy! </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#1-word-press-6-4\">WordPress 6.4</a></li><li><a href=\"https://gutenbergtimes.com/feed/#1-gutenberg-16-7\">Gutenberg 16.7 RC </a></li></ul></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#4-new-tutorials-on-learn-word-press\">New tutorials on Learn.WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</a><ul><li><a href=\"https://gutenbergtimes.com/feed/#5-?️-save-the-date\">?️ Save the date: Hallway Hangouts Galore</a></li></ul></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p>Next week is release week! WordPress 6.4 Beta 1 will be released on Tuesday, September 26th, and Gutenberg 16.7 on September 17th, 2023. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-word-press-6-4\">WordPress 6.4</h3>\n\n\n\n<p>Apart from the gazillion &#8216;quality of life&#8217; improvements of site editor, writing flow, list view and blocks, there are four big features coming to 6.4:  The Font Library and Management, Block Hooks, user added categories for Patterns and the image Lightbox feature </p>\n\n\n\n<ul>\n<li><a target=\"_blank\" href=\"https://github.com/WordPress/gutenberg/issues/54169\" rel=\"noreferrer noopener\">Font Library</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://github.com/WordPress/gutenberg/issues/51132\" rel=\"noreferrer noopener\">Image Lightbox</a></li>\n\n\n\n<li><a target=\"_blank\" href=\"https://github.com/WordPress/gutenberg/issues/53987\" rel=\"noreferrer noopener\">Block Hooks</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/gutenberg/issues/53164\" target=\"_blank\" rel=\"noreferrer noopener\">Pattern categories</a></li>\n</ul>\n\n\n\n<p>As mentioned above, <strong>Anne McCarthy</strong> published <a href=\"https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/\"><strong>FSE Program Testing Call #26: Final touches</strong></a>. The instructions lead you through the array of new features for WordPress 6.4: You get to learn how to manage fonts, get your side organized using the Command Palette and rename Group blocks. Then you are asked to create a new Pattern and finish a Portfolio page. You also get to swap out patterns, and handle the display of a like button. It&#8217;s a fun call for testing for sure and the deadline for feedback is October 9th, 2023. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-gutenberg-16-7\">Gutenberg 16.7 RC </h3>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v16.7.0-rc.1\"><strong>Gutenberg 16.7 Release candidate </strong></a>is now available for testing. It&#8217;s the last release before WordPress 6.4 Beta 1 and all new things should be already in there, except for three features, Lightbox for image blocks, Block Hooks and Font Library. Additional refinements will be made in upcoming Gutenberg releases that will be synchronized with the WordPress 6.4 release cycle all through the Beta period. </p>\n\n\n\n<p>Gutenberg 16.7 has a whooping 290 PRs merged. When you consider that there has been an additional week to merge new code, it maybe isn&#8217;t so much. But of course, the changelog is again a mile long. <strong>Sarah Norris</strong> handled the release as part of the Editor Tech lead role on the underrepresented led WordPress 6.4 release. </p>\n\n\n\n<p><strong>Tammie Lister</strong> is Norris&#8217; co-lead and joined me again for this week&#8217;s Gutenberg Changelog recording. We discussed the most important PRs during the recording of the <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-90-new-testing-call-for-the-fse-program-gutenberg-16-7-and-wordpress-6-4/\">90th episode of the Gutenberg Changelog</a> podcast on Thursday. The episode will arrive at your favorite podcast app over the weekend. We also discussed the features that will make it into WordPress 6.4 and what we are excited about. </p>\n\n\n\n<img width=\"652\" height=\"198\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-21-at-13.43.00.png?resize=652%2C198&ssl=1\" alt=\"Tammie Lister and Birgit Pauli-Haack recording Gutenberg Changelog 90 \" class=\"wp-image-25710\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>?️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-90-new-testing-call-for-the-fse-program-gutenberg-16-7-and-wordpress-6-4/\">Gutenberg Changelog #90 – New Testing Call for the FSE Program, Gutenberg 16.7 and WordPress 6.4</a> with Tammie Lister as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Nick Diego</strong> announced <a href=\"https://blockvisibilitywp.com/block-visibility-3-1-0-introducing-woocommerce-and-edd-controls/\"><strong>Block Visibility 3.1.0: Introducing WooCommerce and EDD controls</strong></a>, after improving the WooCommerce and EDD integrations for  sites with large product/download catalogs. Diego mentioned a notable change to the product-based rules. &#8220;Previously, you had to select which product you wanted to target with the visibility conditions. While this is still possible, Block Visibility can now detect the current product.&#8221; he wrote. </p>\n\n\n\n<p>With this version, the migration from Pro features to the free version is complete. Once you update to 3.1.x it&#8217;s safe to deactivate and uninstall the Pro edition. The <a href=\"https://github.com/ndiego/block-visibility/releases/tag/v3.1.0\">complete changelog is available on GitHub</a></p>\n\n\n\n<p><strong>Sarah Gooding</strong> has a <a href=\"https://wptavern.com/block-visibility-3-1-0-adds-woocommerce-and-easy-digital-downloads-controls\">reported on the plugin update</a> for the WPTavern, too. </p>\n\n\n\n<img width=\"652\" height=\"341\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/detect-current-product-example-1024x535.png?resize=652%2C341&ssl=1\" alt=\"\" class=\"wp-image-25708\" />\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jamie Marsland</strong> interviewed <strong>Mike McAliste</strong>r creator of the <a href=\"https://olliewp.com/\">Ollie theme</a> on <a href=\"https://www.pootlepress.com/2023/09/wordpress-block-themes-versus-classic-themes/\"><strong>Will WordPress Block Themes ever be as popular as Classic Themes?</strong></a> They discussed some reasons for a seemingly slow adoption of block themes. <br /></p>\n\n\n\n<p>Right on cue, <strong>Fränk Klein</strong> <a href=\"https://twitter.com/bph/status/1705873655782092955\">tweeted </a>about the key benefit of Block Themes and Full site editing: Interoperability. </p>\n\n\n\n<ul>\n<li>Content written with blocks is stored as HTML. So you can transfer it to another CMS. </li>\n\n\n\n<li>Plugins that use blocks work with all block themes. Without needing an extra compatibility layer. </li>\n\n\n\n<li>These plugin blocks, if written the right way, inherit theme styles. </li>\n\n\n\n<li>And in the near future patterns (previously called reusable blocks) will be portable between themes. </li>\n\n\n\n<li>There is no page builder, theme framework, or metabox plugin that can do the same.</li>\n</ul>\n\n\n\n<p class=\"has-light-background-background-color has-background\"><strong>What do you think are the biggest hurdles for you</strong>? Hit reply on the email or share in the comments here. </p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"4-new-tutorials-on-learn-word-press\">New tutorials on Learn.WordPress</h2>\n\n\n\n<p>The WordPress Training team released new tutorials for WordPress users: <br /></p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/scheduling-posts-and-pages/\">Scheduling posts and pages</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/creating-your-own-custom-synced-or-non-synced-patterns/\">Creating your own custom synced or non-synced patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/using-block-patterns/\">Using Block Patterns</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>The new default theme: <strong>Twenty-Twenty-Four</strong> is progressing fast, too. You can follow along via the demo site, the Slack channel, the GitHub repo and via the meeting notes:  </p>\n\n\n\n<ul>\n<li>Demo Site on <a href=\"https://2024.wordpress.net/\"><strong>2024.wordpress.net/</strong></a></li>\n\n\n\n<li>Meeting in <a href=\"https://wordpress.slack.com/archives/C02RP4VMP\">#core-themes </a>channel</li>\n\n\n\n<li>GitHub Repo: T<a href=\"https://github.com/WordPress/twentytwentyfour\">wentyTwentyFour</a></li>\n\n\n\n<li>Meeting notes on Make Core blog: <a href=\"https://make.wordpress.org/core/tag/twenty-twenty-four/\">#twentytwentyfour</a></li>\n</ul>\n\n\n\n<a href=\"http://2024.wordpress.net/index.php/patterns/\"><img width=\"652\" height=\"439\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/twenty-twenty-four-full-page-patterns.jpg?resize=652%2C439&ssl=1\" alt=\"\" class=\"wp-image-25745\" /></a>Screenshot Demo Site <a href=\"http://2024.wordpress.net/index.php/patterns/\">Full-Page Patterns</a>\n\n\n\n\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><strong>Matthias Hunt </strong>and <strong>Michelle Schlup</strong> released their VS Code <a href=\"https://marketplace.visualstudio.com/items?itemName=matthiashunt.wordpress-syntax-highlighter\"><strong>WordPress Syntax Highlighter</strong></a>. This extension provides syntax highlighting for the following WordPress syntaxes that exist inside traditional comment blocks:</p>\n\n\n\n<ul>\n<li>Plugin header fields (PHP)</li>\n\n\n\n<li>Block pattern fields (PHP)</li>\n\n\n\n<li>Theme header fields (style.css)</li>\n\n\n\n<li>Block markup (HTML + JSON)</li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Ryan Welcher</strong> started a series of twitch streams working on <strong>Block Developer Cookbook</strong> recipes. The first few broadcasts are now available on YouTube: </p>\n\n\n\n<ul>\n<li>?‍? <a href=\"https://www.youtube.com/watch?v=YpOIO1V0KlM\"><strong>Block Level Validation</strong></a> &#8211;  How to create block level checks to ensure that button blocks have text in them before the post can be published. </li>\n\n\n\n<li>?‍? <a href=\"https://www.youtube.com/watch?v=MtVRifFbUaQ\"><strong>Connecting to Post Meta</strong></a> &#8211; How to create a block that can read from and write back to WordPress custom post meta. </li>\n\n\n\n<li>?‍? <a href=\"https://www.twitch.tv/videos/1931306774\"><strong>Block Variations</strong></a> is the latest in the series, streamed last Thursday and is only available on Twitch</li>\n</ul>\n\n\n\n<p><em>Every Thursday at 10:30 ET / 14:30  UTC Ryan Welcher goes online on Twitch with live programming sessions. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-?️-save-the-date\">?️ Save the date: Hallway Hangouts Galore</h3>\n\n\n\n<p><strong>September 27th, 2023 at 14:00 UTC</strong> <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/295482707/\"><strong>Developer Hours: Building better blocks with the &#8216;create-block&#8217; package</strong></a>.  Ryan Welcher and Nick Diego will be diving deep into the functionalities of the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/#available-commands\" target=\"_blank\" rel=\"noreferrer noopener\">create-block</a> package. Developed to simplify and accelerate the process of building custom WordPress blocks, this package has become an indispensable tool for developers of all levels.</p>\n\n\n\n<p><em><strong>WordPress Developer Hours</strong> are held regularly on the last Wednesday of each month</em> <em>(except October 2023)</em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Thursday, October 12, 2023,</strong> <strong>at 18:00 UTC</strong> <a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\"><strong>Hallway Hangout: What’s new for developers in WordPress 6.4</strong></a> Justin Tadlock, Ryan Welcher and Nick Diego  will host a casual conversation about the most important and exciting developer-related changes coming soon in WordPress 6.4. From Block Hooks and the Font Library to improved Editor flows and the new Twenty Twenty-Four theme, there is just so much to talk about.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Thursday, October 19, 2023, at 15:00 UTC <a href=\"https://make.wordpress.org/core/2023/09/18/hallway-hangout-performance-improvements-for-wordpress-6-4/\">Hallway Hangout: Performance Improvements for WordPress 6.4</a></strong> The hosts <strong>Emily Clark</strong>, <strong>Joe McGil</strong>l and <strong>Felix Arntz</strong> will go through quick intros (what each person does/focuses on) before reviewing WordPress 6.3 performance impact in the field, diving into WordPress 6.4 performance improvements and looking ahead at what can be learned for WordPress 6.5. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: &#8220;<a href=\"https://www.flickr.com/photos/8455331@N08/35088954290\" target=\"_blank\" rel=\"noreferrer noopener\">Moveable type used on Hawaii&#8217;s first printing printing press at the Hale Pa&#8217;i Printing Museum at Lahainaluna</a>&#8221; by <a href=\"https://www.flickr.com/photos/8455331@N08\" target=\"_blank\" rel=\"noreferrer noopener\">Kanalu Chock</a> is licensed under <a href=\"https://creativecommons.org/licenses/by-nc-sa/2.0/?ref=openverse\" target=\"_blank\" rel=\"noreferrer noopener\">CC BY-NC-SA 2.0</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Sep 2023 11:30:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Gutenberg Times: Gutenberg Changelog #90 – New Testing Call for the FSE Program, Gutenberg 16.7 and WordPress 6.4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://gutenbergtimes.com/?post_type=podcast&p=25736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:128:\"https://gutenbergtimes.com/podcast/gutenberg-changelog-90-new-testing-call-for-the-fse-program-gutenberg-16-7-and-wordpress-6-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:62664:\"<p>Tammie Lister and Birgit Pauli-Haack discuss the New Testing Call for the FSE Program, Gutenberg 16.7 and WordPress 6.4</p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#shownotes\">Show Notes</a> / <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-69-gutenberg-releases-wordpress-6-0-1-the-create-block-theme/#transcript\">Transcript</a></p>\n\n\n\n<ul>\n<li>Music:&nbsp;<a href=\"https://soundcloud.com/xirclebox\">Homer Gaines</a></li>\n\n\n\n<li>Editor:&nbsp;<a href=\"https://www.linkedin.com/in/sandy-reed/\">Sandy Reed</a></li>\n\n\n\n<li>Logo:&nbsp;<a href=\"https://markuraine.com/\">Mark Uraine</a></li>\n\n\n\n<li>Production:&nbsp;<a href=\"https://icodeforapurpose.com\">Birgit Pauli-Haack</a></li>\n</ul>\n\n\n\n<p class=\"has-larger-font-size\" id=\"shownotes\"><strong>Show Notes</strong></p>\n\n\n\n<h2 class=\"wp-block-heading\">Announcements</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\">Core Editor Improvement: Commanding the Command Palette</a></p>\n\n\n\n<p><a href=\"https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/\">FSE Program Testing Call #26: Final touches</a></p>\n\n\n\n<p><strong>Training Team</strong></p>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/intro-to-the-site-editor-and-template-editor/\">Intro to the Site Editor</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/scheduling-posts-and-pages/\">Scheduling posts and pages</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/creating-your-own-custom-synced-or-non-synced-patterns/\">Creating your own custom synced or non-synced patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/the-wordpress-database/\">The WordPress Database</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Community Contributions</h2>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2023/09/understanding-block-attributes/\">Understanding block attributes</a> by Michael Burridge</p>\n\n\n\n<p><a href=\"https://developer.wordpress.org/news/2023/09/whats-new-for-developers-september-2023/\">What’s new for developers? (September 2023)</a> by Justin Tadlock and Birgit Pauli-Haack</p>\n\n\n\n<p>Learn more how to contribute to the Developer Blog</p>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/how-to-contribute/\">How to contribute</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/tips-and-guidelines-for-writers/\">Tips and guidelines for writers</a></li>\n</ul>\n\n\n\n<p><strong>What&#8217;s released: </strong></p>\n\n\n\n<p><a href=\"https://github.com/WordPress/gutenberg/releases/tag/v16.7.0-rc.1\"><strong>Gutenberg 16.7.0 RC 1</strong></a></p>\n\n\n\n<p><a href=\"https://gutenbergtimes.com/call-for-testing-of-the-new-font-library/\">Call for testing of the new Font Library</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">What&#8217;s being worked on and discussed? </h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/core/6-4/\">Underrepresented gender led WordPress 6.4</a></p>\n\n\n\n<p><a href=\"https://github.com/orgs/WordPress/projects/127/views/1\">Project Board of Editor Tasks for WordPress 6.4</a></p>\n\n\n\n<p class=\"has-large-font-size\">Stay in Touch</p>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<ul>\n<li>Did you like this episode? <a href=\"https://lovethepodcast.com/gutenbergchangelog\"><strong>Please write us a review </strong></a></li>\n\n\n\n<li>Ping us on Twitter or send DMs with questions. <a href=\"https://twitter.com/gutenbergtimes\">@gutenbergtimes </a>and <a href=\"https://twitter.com/bph\">@bph</a>.</li>\n\n\n\n<li><em>If you have questions or suggestions, or news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. </em></li>\n\n\n\n<li><em>Please write us a review on iTunes! <a href=\"https://gutenbergtimes.com/itunes/\">(Click here to learn how)</a></em></li>\n</ul>\n</div></div>\n\n\n\n<p class=\"has-large-font-size\" id=\"transcript\"><strong>Transcript</strong></p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Hello and welcome to our 90th episode of the Gutenberg Changelog Podcast. In today&#8217;s episode, we will talk about the new testing call for the FSE program, Gutenberg 16.7 and WordPress 6.4 of course. And I&#8217;m your host Birgit Pauli-Haack, curator at the Gutenberg Times and full-time core contributor for the WordPress Open Source project sponsored by Automattic&#8217;s Five for the Future program. My special guest today again is Tammie Lister and she and I are working on the WordPress 6.4 underrepresented gender release team and she is the co-lead of the editor tech teams. She also works as a developer at Inpsyde and started our new writing project. You will hear about it maybe in a moment. So welcome to the show Tammie. How are you and have you recovered from the last WordCamp?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, I&#8217;m doing really well. Yes, I had the pleasure of going to WordCamp with Lee Bay on Monday, a couple of days ago now. It was really nice. It was a small WordCamp at a tiny little beach place up in the northeast of England and it was a real pleasure to go there and talk about Gutenberg as a product. And you mentioned my new writing project. Yes. I&#8217;m just writing about how do all the various parts and patterns, templates, it&#8217;s at presselements.com kind of come together design system with surprise thinking. So I&#8217;m doing really well. Thank you for having me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah, well the WordCamp sounds lovely in the last summer days in a bay.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, it was lovely to just be at a single track was I think I&#8217;m correcting saying the first WordCamp since the events of the past few years for my country&#8217;s community. And it was really nice to just get together and just all be there. And there&#8217;s something about those small WordCamps that are really nice to have those conversations. At the end of it, everyone can go to the same restaurant and then kind of relax down, and it was a real pleasure to just listen to it everyone&#8217;s talks and just learn how everyone was using Gutenberg and what everyone was creating. I got to see what agencies were creating and what they were doing as well, which was really fascinating.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I like the small WordCamps too. In July, I was in Leipzig, which is also very small one-track camp and it was a very good, I felt very welcome in the German community because I had just moved to Germany and it was the first time at the German WordCamp so it was lovely and we had some great conversations.</p>\n\n\n\n<p><em>Tammie Lister</em>: You get to do those long lunches and just the pace seems, you&#8217;re not to kind of chasing to go and see everybody because there&#8217;s so many people in this space. You can actually have the conversations with everybody in the room and it was really nice.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And you don&#8217;t have to make a decision on which session you&#8217;re going to now it&#8217;s just one track.</p>\n\n\n\n<p><em>Tammie Lister</em>: No, yeah, and it was super nice being by the sea so you could look out of the window and go by the sea and yeah, that was kind of nice.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Announcements</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, nice, nice. So we have a few announcements to make. So one of the more hidden features that were part of the WordPress 6.3 release was the command palette and that can be invoked within the site editor and now also with the post editor using control or command K. And it gives you a quick access to various tasks and settings throughout the space and you don&#8217;t have to hunt down the third level menu item to get to places where you needed to go.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">FSE Program Testing Call #26: Final Touches</h3>\n\n\n\n<p>And Anne McCarthy has published a great article on the Core Editor Improvement series, Commanding the Command Palette. So if you haven&#8217;t explored that yet, you definitely want to read that. And of course we show the links in the show notes and really it&#8217;s, well first of all the post editor I think is only coming with a 6.4. 6.3 was only with a site editor. But it&#8217;s such a lovely improvement if you are a power user you can get to places very, very fast. Have you tried it?</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, personally the command palette I think is going to be really powerful going forward, but I don&#8217;t think people are quite using it yet. So what I love is that we are creating more documentation and that we are starting to really show these articles and use cases because in the conversations I&#8217;ve had with people there, curious but don&#8217;t quite know yet how to utilize it, I absolutely have tried it but I&#8217;m also trying to find out how do I start to use this and where do I start to do it? So the more articles that we have on how to extend it, the more happy I am and I think we&#8217;re going to get to the massive docs stuff data. So I&#8217;m really excited how all these features we start having things like that as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, and if you want to really get into the what&#8217;s coming to WordPress 6.4, I really would recommend that you follow Anne McCarthy&#8217;s call for testing on the final touches because the instructions lead you all through the area of the features of 6.4. Among them, the command palette but also the group block and the new pattern. And you get to learn how to manage the fonts of course the big new feature and how to swap up patterns and templates and display like button on the portfolio page. And it&#8217;s a fun call for testing and make sure that you get your feedback in before October 8th. So all the feedback that you get in can be fixed in beta and release candidate for 6.4. So it&#8217;s kind of both. It&#8217;s a training on the 6.4 features but it&#8217;s also a kind of have more people find the bugs before we release. So I really hope you can make it and go through it.</p>\n\n\n\n<p><em>Tammie Lister</em>: And that&#8217;s been one of the biggest comments from the phone library to the command palette that I&#8217;ve heard from people is where do I go for all this information? So having these hallway Hangouts to these posts I think is really essential. The moment I show someone one of these posts, their little eyes light up and they&#8217;re like, oh, I can go to one place and I can then follow these information.</p>\n\n\n\n<p>Hallway hangouts are great for that as well for people where they can just go and then they can see a summary of links and they can just wander around without having to scour or use search, search inputs it really difficult to know to collect that information and not everybody can ask everybody and some people just want to at their own pace, discover these things. So again, that kind of goes back to finding that information. If you are in a release, you&#8217;re going to know I&#8217;m trying fonts because I&#8217;m in the release and it&#8217;s going to come up. I&#8217;m trying this because it&#8217;s in a release and it&#8217;s going to come out, but I&#8217;m not trying the things that aren&#8217;t in the release because I&#8217;m focusing on the release.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, we will share. Anne McCarthy also did a hallway hangout and going through the roadmap and just briefly said, &#8220;Okay, this made it, this didn&#8217;t make it, this made it.&#8221; And demo some of that as well if you don&#8217;t want to go through the call of testing. So I&#8217;m going to share that as well in the share notes. No show notes. Well share notes could be too. Right. And then a big shout-out also to the WordPress training team. They&#8217;re quite a productive bunch and their newest tutorials were, they&#8217;re not yet for the release of course because they don&#8217;t have all the information yet, but there&#8217;s an intro into the site editor. So if you haven&#8217;t gone and used those features, there&#8217;s a short intro. There&#8217;s also for those new to WordPress and how to schedule posts or pages. And one is also how to create your own synced or non-synced patterns.</p>\n\n\n\n<p>Now that you can do it on WordPress patterns are really a great way to streamline your processes but also to help standardize your site production when you work within a team. And then last but not least, for this round of shout-outs, the WordPress database. And that&#8217;s a dive into, if you ever want to customize some of the WordPress, you need to know how the database is structured, how you can access it, how you can do all the edits, updates and deletes and what the actions and filters are. So this is, it&#8217;s a short intro but it&#8217;s really powerful so don&#8217;t forget to go to the <a href=\"https://learn.wordpress.org/\">learn.wordpress.org</a> site to pick out all the tutorials that you need. But these are the four new ones from September, no, August. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think those are great. Someone could just be joining today and they turn up and they&#8217;re like what synced or non-synced? And we use language that we presume people know what they mean. I do all the time. So always. Yeah, it&#8217;s so good that we are actually correcting that by having these information resources.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And they mix the production of those resources between someone who has been in the community for a long time and just needs a new feature. And those who came in yesterday and need to know, okay, how to create your website, what&#8217;s the site? So it&#8217;s so important to have these resources.</p>\n\n\n\n<p><em>Tammie Lister</em>: And there&#8217;s a lot of people who have a lot of knowledge on creating, if you are talking either not just an end user, but you&#8217;re also talking about someone who&#8217;s a developer. They may have used different systems and they may use the terminology synced or non-synced, completely different to how we use synced or non synced. So coming into our space and then we, because do use, we are adorable, but we do use terms in a very specific WordPress way for certain things. So having some clarity I think is great, because you never know what is your source of truth for a lot of these things. So I am so pleased to find this information.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Community Contributions</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And we just talked about this, that the new WordPress Developer Blog, which has only been happening for the last nine months is not so known in the community. And I just want to give a shout-out to Michael Burridge. He posted a great tutorial for beginners on understanding block attributes, beginners being block development beginners, and there is more to block attributes that meets the eye and attributes contain data needed for your block or the data can be retrieved in multiple ways. And in this he walks you through a progressive kind of complexity way from the anatomy of a simple block to sources and selectors and HTML attributes and also how to use a query as the source of those attributes. And there were actually some great comments from block developers. One was, &#8220;I&#8217;ve been creating blocks since 5.0 and this is the first time that I actually understood how the query works. Thanks, man.&#8221; And then another one, &#8220;I always struggled with using HTML attributes as a source and this makes it so clear.&#8221; So it&#8217;s definitely a post to look through even if you&#8217;re an experienced block developer.</p>\n\n\n\n<p><em>Tammie Lister</em>: I just adore this because really to me it does come back down to the visibility and in the olden days it was go to Make Core. It really, Make Core is not, it&#8217;s great, but it&#8217;s an information resource, and the Developer Blog is really where you are safe to, maybe it&#8217;s me, but I don&#8217;t think it is. You&#8217;re safe to Instapaper, you get your highlighter, your digital highlighter pen out and you sit down and you learn. And that&#8217;s what this is becoming. So when I&#8217;m talking to someone at a WordCamp, when I&#8217;m talking to somewhere, one of my first conversations with a developer is going to be, Hey, are you following this blog? Because this is just as if you&#8217;re following React or you&#8217;re following whatever your flavor of awesome that you&#8217;re creating with because everybody has their own pet scripts that they create with.</p>\n\n\n\n<p>It&#8217;s like sports teams, are you following this? Because we always used to say, are you following Make Core if you are a developer, are you following Make Design? If you&#8217;re a designer. This should be on those lists of are you following this? I don&#8217;t actually just think developers. I think even if you are slightly interested in what&#8217;s going on because, and I think this is worth saying the scale of what has been put there, and this might be something to look at in the future is having a, you need to know because I think sometimes knowing what you need to know is curious on here and a lot of people are presumed knowledge. So that&#8217;s something as we&#8217;re kind of doing this, some people have incredible knowledge in PHP, but not the knowledge in JavaScript quite yet. And that&#8217;s great because this blog can give them that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: In multiple ways and also to keep up with what&#8217;s changing because Core and Gutenberg reapers are changing so much.</p>\n\n\n\n<p><em>Tammie Lister</em>: Theme Jsons, block Jsons, if you were making blocks before and then you went for two years to do something like life and then you came back the way the blocks are done now or the way that themes are done now, completely different from the way that they were being done.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s true. And there&#8217;s one roundup post on the Developer Blog that&#8217;s come out every month and Justin Tadlock just posted the one from September and it&#8217;s a monthly roundup post for WordPress developers working on plugins, themes, and agencies. And this edition has about 20-plus short updates that gives you an overview what&#8217;s released, what&#8217;s about to come out in future releases. And also for both the front end as well as backend, sometimes I use that distinction between Gutenberg and Core to make it more one thing.</p>\n\n\n\n<p>And the monthly publishing frequency is actually more digestible, even if it&#8217;s 20 plus items. But you can decide, they are divided up into highlights and plugin and theme developers. So you only have to, if you&#8217;re a plugin developer, just do the 10 items from the plugin section, but it&#8217;s more or less digestible than the three times a year field guide that comes with, I don&#8217;t know, tons of updates that are, you never know from the one-liners if it&#8217;s really important to you personally or is it just something you can ignore and it&#8217;s really hard to keep track of it. So it&#8217;d always be published on the 10th of the month and we are working on the October edition. And it comes out October 10th.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s a random suggestion, but this is not, I would love to see behind the scenes of the default being there or behind the scenes of releases, I don&#8217;t know, but I would love to see more community developer stuff there. But that happens with eyeballs on the blog. So I think that that happens as it grows. So more people pay attention to the blog and then more people can be there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Right. And if you are a developer and you want to share your journey…</p>\n\n\n\n<p><em>Tammie Lister</em>: There you go.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: &#8230; on certain things, if you go on the WordPress, so it&#8217;s <a href=\"https://developer.wordpress.org/news/\">developer.wordpress.org/news</a> is the address of it. There are two things to contribute to. One is the tips and guidelines for the writers and the reviewers and the other one is how to contribute because it&#8217;s not only the writing part, it&#8217;s also, yeah, we need to organize it. We have editorial group meetings and all that. So this is all kind of laid out in two pages, well pages, they&#8217;re very long pages.</p>\n\n\n\n<p><em>Tammie Lister</em>: I would love to hear more because there&#8217;s so many good stories and so many problems people are solving that they don&#8217;t keep to themselves in a bad way, but they keep themselves, they don&#8217;t have a place to put it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: To put it. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: And Make Core isn&#8217;t the place. This is the place. So I am so excited we&#8217;re talking about this.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Even if your personal blog is not the place because you&#8217;re talking to clients on your personal blog or the agency blog. Yeah, it&#8217;s a place.</p>\n\n\n\n<p><em>Tammie Lister</em>: The personal blog is also sometimes one space and sometimes you might have like, Hey, I did this, I&#8217;d love other opinions about what I did, which is hard to do, but it&#8217;s also good to collaborate and share as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But it&#8217;s more the exploration on the personal blog where you can collaborate with people, but then the outcome of it could be on the Developer Blog, on the official WordPress Developer Blog. So we have a discussion board on the Gutenberg, I share all those links of course in the show notes in the Developer Blog content repo on GitHub where we have discussions and we talk about those in the monthly meetings. So yeah, kind of hit me up either on Slack, WordPress or there in the meeting or in the channel we have actually a 4-dev-blog blog is the channel for all things Developer Blog. So yeah, come join us.</p>\n\n\n\n<p>Excellent. Well, thanks for the ping here.</p>\n\n\n\n<h3 class=\"wp-block-heading\">What’s Released &#8211; Gutenberg 16.7</h3>\n\n\n\n<p>Yeah, that brings us to our section, what&#8217;s released. And Gutenberg 16.7 had a three-week release cycle. And the change on is again about one and a half miles long with 290 PRs merged. Whoa. So Tammie and I, we have our work cut out today going over the most relevant parts. So Sarah Norris, your co-editor, tech lead, managed the release in preparation on the WordPress beta release that comes on Tuesday, September 26th, 2023. And 290 PRS, 72 of those are bug fixes, so it&#8217;s a really great release with some fixes as well.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, I think it&#8217;s worth saying that this is 6.4, it&#8217;s coming. We have the beta Tuesday? Always like to check. Calendars are hard and tricky and they see they&#8217;re popping up on my computer. With that, that&#8217;s why it took a little bit of a longer time. But those 72 bug fixes I think are incredibly important. We kind of get into that as well. Often we focus on the things we release, but the things we fixed and made even better and even more stable are incredibly important and this release has been a lot about that. So yeah, getting into that and getting into was Gutenberg for 6.4 is there, what now from Gutenberg? So I&#8217;m excited to dive into this and one day I&#8217;ll turn up and it&#8217;ll be a really short changelog for you.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I don&#8217;t know, maybe 16.8 or so. Well let&#8217;s look at the November one because there&#8217;s not a whole lot of people, they&#8217;re all on vacation holiday.</p>\n\n\n\n<p><em>Tammie Lister</em>: But then it opens up again and then everyone&#8217;s like, oh, put all the things in there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely. Yeah. So tell me, what features are you most excited about for WordPress 6.4 to just derail us a little bit more?</p>\n\n\n\n<p><em>Tammie Lister</em>: I really, it&#8217;s not features, well default theme. I&#8217;ve always loved default themes, which is like, yes, it&#8217;s a Gutenberg, but it&#8217;s a tangent because I think now it showcases what can be done with the editing experience in its current incarnation, if that makes sense. Incarnation is a weird word, but that&#8217;s true. What it should do is showcase, oh goodness, if no one&#8217;s been following along, I&#8217;m very excited to deliver that Christmas present. It shows what you can do and empowers. So that to me is always powerful because you click it and it works for so many people and so many people turn it on from day one. So that and then just the fixing, it&#8217;s not a feature. And then I do absolutely have to say font library mainly because maturity of product, I feel that I always say there&#8217;s a checklist of modern editing experiences like yes, block editor, yes, collaboration, but honestly font management feels pretty standard, font management design, so that is really big. What about you?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, I&#8217;m definitely font management, but I&#8217;m excited of all of it, but it&#8217;s the font library, it kind of empowers the user first time that you are not having to rely on a theme to get you the fonts that you want. So you can do a theme selection outside of your favorite fonts and you can find fonts that can be decorative, and you can do a lot more with it as a designer with the site editor now than you could before because you don&#8217;t have to bundle all this, you can just kind of have it in there.</p>\n\n\n\n<p><em>Tammie Lister</em>: We&#8217;re saying it&#8217;s not just that you have to rely on a theme, you also don&#8217;t have to rely on tutorials or plugins or something you might be trusting and it could not be great code. And I don&#8217;t mean to scare people, but the way that sometimes people have implemented fonts have at best not being performant and at worse, not being secure and not being performant and having these ways just helps everything from those angles. And I&#8217;m not going to be super scary, but the more holes we block from a performance and security angle, the better in that. And it just happens that it&#8217;s just better from a user journey perspective as well. Spoiler alert. It&#8217;s always better that someone doesn&#8217;t have to Google how to add a font and then put code. Yes.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I also like that you can have the fonts stored locally on your site so you don&#8217;t have to go out to third parties and share your YouTube.</p>\n\n\n\n<p><em>Tammie Lister</em>: It encourages good behavior, which I think is really, we kind of started that with the accessibility with the little nudge of like, hey, that&#8217;s not an accessible color combination. Do you really want to do that? And it&#8217;s doing that. It&#8217;s encouraging the best practices and I think the more that we do that, the better. It makes gentle, happy nudges to best practices is the best way.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, let&#8217;s get into the changelog. So the first feature that I see on the changelog, but it&#8217;s not, is rename root blocks in the editor via a modal. And this is so powerful because it helps you as a site developer or even as a template developer to actually name the things, the sections that your template is for or if you have a long post you can easily see it&#8217;s not only just heading, heading, heading, heading. So you can actually name these things and find your way around much better. It also keeps the name, if you give it a name in the pattern, it keeps the name also there. So I really love that new feature. Yeah, I&#8217;m glad it&#8217;s coming to 6.4.</p>\n\n\n\n<p><em>Tammie Lister</em>: So next we have font library, which you&#8217;ve already discussed I think, but really it&#8217;s a font collection backend and the front end. It seems a small feature but really I think in the importance of this is to do the call for testing again and say that because yes, something getting in but something getting in that has a really thorough call for testing and everybody has got their sticks and gone and tested it with everything and tested it with their existing implementations of fonts. I think is something worth calling because or tested, turning it off because quite a lot of people may have pretty established settings at the moment, so we need to know can you turn it off and particularly an agency setting, can you turn it off? All these kinds of things.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh, yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: So knowing how it works in your situation and being empowered to do that is really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, absolutely. Every new feature in WordPress comes with an off switch because that&#8217;s some people want…</p>\n\n\n\n<p><em>Tammie Lister</em>: But knowing how to do that now will super educate you for when 6.4 comes out and I think that&#8217;s my biggest reflection from working in that space is learn now at beta what you are going to be turning off going forward. Yes, it&#8217;s going to take you a little while to roll out those new features but it&#8217;s being able to know, and then pivot is really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And so for the user that are using the site editor to build themes, so you can upload the font management thing is you upload a font that you first have downloaded and then upload it to a site and then you can select the variance of it and then it will fill up the dropdown boxes for font management for blocks, elements and for even patterns and templates and all that. So it&#8217;s so powerful. It also lets you delete fonts that are already enabled, just delete them and not have your user use them. So it&#8217;s quite a big new environment.&nbsp;</p>\n\n\n\n<p><em>Tammie Lister</em>: Almost want to plug in where someone says, hey, you haven&#8217;t used that for, someone sits with fonts for a certain time, Hey you haven&#8217;t used it for a while. I&#8217;m sure someone&#8217;s going to create that. Would you like to remove it? Because you know humans, I&#8217;m going to try a lot of fonts.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. Yeah, I like the gamification kind of thing. So after six months if you haven&#8217;t used it, I need to use it in my closet as well, to have a person point out to me, okay, you haven&#8217;t worn that T-shirt for two or three years.</p>\n\n\n\n<p><em>Tammie Lister</em>: But I think that&#8217;s something that we maybe can, totally going off track, but that&#8217;s something to look at as improvements to all of these kind of things is and that&#8217;s the evolution, that&#8217;s part of it. We&#8217;re putting these features in and then how do we build then giving the feedback. So part of this is also giving your feedback to all these features, so test it and then give feedback. This is the first pancake at font library and the best guess at what people are going to need, but it&#8217;s not going to be the ultimate, it&#8217;s going to be the first start of it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, yeah.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Enhancements</h3>\n\n\n\n<p><em>Tammie Lister:</em> Next we move on to enhancements I think. Is that correct?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: There are lots of enhancements and one I would particularly like to call out is improving error messages and codes and not because I am fixated on errors but mainly because I think it&#8217;s really important to call out anytime the errors messaging is really improved. Sometimes like copy errors and different things, just hard to improve. But that has happened with the desk console and match JS, along with there&#8217;s also been visual tweaks to specific block commands. So all of these things they really add up to just a better experience for everybody no matter what type of user you are experiencing the editor.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Awesome. Yeah, definitely. Yeah, there have been some component updates and if you are using many core components, you probably want to go through a whole list. We have about three to shout-out. One is the support controlling open and closed state for dropdowns and dropdown menu. This definitely helps with a standardized way on how to manage that state. And then there&#8217;s a popover update. You can update the position types now for popover component and make them more flexible in using, so it could be an overlay or floating or it could be anything that you want. And the documentation for that is definitely is in the PR. So if you go through the changelog and you&#8217;ll see the PR for that. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: Another one I&#8217;d like to call out in there, to finally finish components is tooltip. So there actually has been a refactor using, I&#8217;m going to try and say this and see if it works, Ariakit and I think that&#8217;s it. Tooltip was kind of there, it kind of had bugs and it kind of was fixed but it was there. So this is quite a big one to do it. It means a lot of things, the biggest of those is it&#8217;s easier to create from and easier to extend from I think as well as you just get all the benefits of it being using that as well. So I think that&#8217;s really worth calling out.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, definitely. You don&#8217;t have to run your own tooltip kind of system, you can just tap into the WordPress one. Yeah, absolutely.</p>\n\n\n\n<p><em>Tammie Lister</em>: And if you think about how many different tooltips have you seen over time. To me that is a strong thread leading into a lot of the phase three site admin, stroke design system stuff going forward is just how can we have lots of awesome things in our Lego Kit, going back to Legos, that we can start using foundationally. So if we have one tooltip system, we have one modal, we have one and then you can extend it, then you can bring your designs to it. I think that that&#8217;s really powerful. So I am delighted to see this. Shall we move on to block library? So block library has quite a few in, I want to call out first of all buttons. Buttons are a really powerful part of the block library and there&#8217;s two particular things I want to call out which is allow using a button element for button blocks and show inserter, if button has variations. Again, these are small but real quality of life fixes as well.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And what I learned, I don&#8217;t know if I learned it by reading through the PRs or by reading Nick Diego&#8217;s post on block variations on the Developer Blog. Sometimes you just don&#8217;t remember where you read things, but do you have it in your knowledge.</p>\n\n\n\n<p>And is that you actually can replace a core block with your variation if you just use the is default and then the core block wouldn&#8217;t show up in the inserter but yours will replace that. So if you have a certain separator that you use throughout the whole site and you never want to see a different separator and whoever uses the separator has the right one, use that tool. Create a separator variation and set it is default and then it will automatically be the one that&#8217;s in the inserter for people to pick. And I think that&#8217;s so powerful and an easy way to extend the block editor for your client sites without having to do a whole lot of custom block development.</p>\n\n\n\n<p><em>Tammie Lister</em>: We need that article linked in the show notes I think.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. And speaking of buttons, what was missing terribly from the navigation block or the navigation menu item was that you could actually use a button in header in the navigation to call out a certain feature. If you look around and I saw that in the PR, how many sites actually are using having a button on the top in the header for navigating to a certain specific place on the site that everybody always wants to use like the login or the access your or Pay Now or these kinds of things. Now you can use it in the navigation block just as a block and add a button to it and style it of course. There&#8217;s a button, so I&#8217;m really happy about that.</p>\n\n\n\n<p><em>Tammie Lister</em>: So moving on, we have one of my favorite sections, the design tool sections. This is a small but mighty section in the changelog. And the ones that I would like to call out is add a blockGap to post content block, that is really useful. It&#8217;s one of those small things that you&#8217;re just like, oh yeah, blockGap is an unsung part that really in design tours you don&#8217;t know you need it until you need it. I think whenever you&#8217;re creating something and add block, instant element support for buttons and headings. And block supports, add background image supports to group block, really interesting for that one. And columns adopt block and heading element colors.</p>\n\n\n\n<p>Again, what this says to me and what it is really is just refinement and knowing where these blocks and where things are getting used and that will be from feedback and that will be from people using them. Probably in this context a lot of it, and I&#8217;m going back to what you&#8217;re getting for Christmas, which is a default theme. So default themes are great because what they do is they push the editing experience and that&#8217;s probably where a lot of this has come from in a beautiful way of, oh we can&#8217;t do that pattern or oh this agency has given this feedback. So keep the feedback coming and really keep trying to make patterns and breaking the editor because as you do, you&#8217;re going to get the design tools and the experience that you want from it. Is my best message around design tools.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely.</p>\n\n\n\n<p><em>Tammie Lister</em>: And that leads on to patterns I guess.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, that&#8217;s another big feature, but I really happy about the background image for group block. Yeah, I just not always want to use a cover block for the whole thing.&nbsp;</p>\n\n\n\n<p><em>Tammie Lister</em>: Oh, I have so many sites where I just put cover block as the background before everything. It&#8217;s a horrible way, just so I can do that. So now I know I don&#8217;t have to be evil on my site.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And you just upload it, check it from the, and you have a little at a sidebar, you get a little note which…</p>\n\n\n\n<p><em>Tammie Lister</em>: Don&#8217;t have to hack around it. We can actually use the editor how we wanted to use it, not how we were hacking.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And the pattern changes in this Gutenberg release is also something to now the developers edit categories to your user patterns, to the patterns that you all create. You also can create categories to it so you can cluster them, you can make them available, you have a little taxonomy to them and you can also filter by that when you look in inserter as well as on the pattern site editor section. So that&#8217;s so powerful. It also when you create a sync pattern, it offers you the category and I&#8217;ve been testing this and I really love how that works. And you can also have it when you edit it, you can add categories in the sidebar. So it&#8217;s a very thought through process in multiple ways. So I really, really appreciate that and you can use them for sync patterns as well as the unsync patterns or the sync patterns are what we call five years the reusable blocks. So it&#8217;s a new term for the same thing. So I really love it.</p>\n\n\n\n<p><em>Tammie Lister</em>: So moving on, do you want to talk about custom pattern category management?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: You can change the categories of course. Actually using the WordPress native taxonomy management for the pattern category. So you can access it through plugins, your themes to anywhere where you use custom categories anywhere because it&#8217;s just a custom post type and then you have a custom taxonomy with it. That&#8217;s all what that was…</p>\n\n\n\n<p><em>Tammie Lister</em>: Or you can just leave that out then confused.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I&#8217;ll just leave it there.</p>\n\n\n\n<p><em>Tammie Lister:</em> So moving on, I think we should be talking about the interactivity API and we have one particular bit that might seem a little bit unexpected, which we have with the image block and we have two. Which one is revise lightbox UI to remove behaviors and image block UI updates for the image lightbox. This shows just some thinking. Anyone that has experienced what the lightbox would say, one, lightbox is needed. Nobody is in doubt with we need it, but is it needed where it was? Is it needed to be called behaviors? Probably not. Was that the right place? Maybe. No, maybe not. So this shows reflection and what this shows is consideration and people taking feedback and something doing that. So I don&#8217;t know what you feel, but that&#8217;s what this shows to me is things should be released when they&#8217;re ready and when they&#8217;re in a place. One of the really key things is that this functionality is really wanted, but if we put it somewhere, everybody is going to learn that it is there. So where we put it better be the place we want it to be.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. Yeah. I think there were too many abstractions about the behavior thing, thinking about it, this would be an example, but at the end of the day it&#8217;s a feature for an image and that&#8217;s where you find it. You find it in your image settings, image box settings and in the sidebar and you can turn it on and off. What it does is actually, but it&#8217;s enabling that you can expand it on click the image that you&#8217;re looking at. So it fills up the full screen content if you want to and any user can, with the image decide if they want to enable it or not. So this is bringing something very complex to a very simple user interface and I really love that sometimes you take big detours.</p>\n\n\n\n<p><em>Tammie Lister</em>: And the first version was quite complex and I think it&#8217;s really good because it&#8217;s basic saying, hey, what we put in, what&#8217;s not what we, and again it shows putting something in the plugin gets the feedback that then oh nope, reverse the car and that&#8217;s good. So now what we have is lightbox is going to be there and lightbox is going to just be a lot more minimal and it&#8217;s going to be exactly what it should be. Actually what it&#8217;s coming down to is exactly what most plugins have for it more or less, which I think is going to be a lot easier from a pitch perspective and easier from a user perspective of understanding and easier to onboard users into the native from the non-native, which is always what I think because there&#8217;s so many sites that I know that they already have lightboxes, but I so want to put them onto the new lightbox the moment it&#8217;s there.</p>\n\n\n\n<p>So the closer it is to their current experience, the easier that&#8217;s going to be as soon. As it&#8217;s in a completely different postcode or zip code, depending on your own adventure, it&#8217;s going to be really difficult for that kind of adventure.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah. But it also has the danger that a lot of people have used lightboxes before and have a lot of expectations to it. So this is…</p>\n\n\n\n<p><em>Tammie Lister</em>: Lots of feelings when you talk about lightbox. Lightbox is one of those words that one, people will always visually see something. Two, people always have a favorite plugin and then three, people always have feelings.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We have big feelings, yeah. And right now it&#8217;s the basic implementation of a lightbox for an image block. So if you expect in the gallery block that you all of a sudden can use it as a carousel, that&#8217;s an expectation that will not be met.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s a great call out, because I think people are going to want that. In fact, I encountered that recently of that&#8217;s actually a common use case patterns. So where you&#8217;re going to have something, I think that that&#8217;s going to be a real expectation and until that that happens, spoiler, it probably will, because it&#8217;s a…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sooner or later.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; natural progression. Yeah.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Sooner or later it&#8217;ll happen.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s a natural, but we need to get these things in. We&#8217;ve kind of spoken about that with the font library and everything. We need to get things in a simple form and then we can complicate, but sometimes it&#8217;s still tempting to be complicated to start.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: Because we&#8217;re all human.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We want all of it and sometimes…</p>\n\n\n\n<p><em>Tammie Lister</em>: We want all…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All of it.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; the cake&#8230; all the time.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So then another thing that&#8217;s in the plugin is in the page inspector, the ability to switch templates for pages. So right now in WordPress we have two places where you can edit pages. That&#8217;s the old way, the WP admin pages kind of section and add or edit. But the other one is that you can, through the site editor, you have a pages menu there and there you can also now swap out templates for that particular page. So you have multiple templates for maybe a service or maybe a portfolio or something like that. You can now switch in the page editing section of the site editor, the template. I&#8217;ve seen some implementation where you actually can preview the template in the sidebar, but I don&#8217;t think that made it yet. I was briefly testing it, so if you find it kudos to you, but I only saw it in a demo on the PR but in a discussion, but I don&#8217;t think that part made it yet into the plugin.</p>\n\n\n\n<p><em>Tammie Lister</em>: Moving on, I think we&#8217;re at block API, is that correct?</p>\n\n\n\n<h3 class=\"wp-block-heading\">APIs</h3>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Oh yeah. We&#8217;re moving on to new APIs for the block editor and two of them are for the use case of Gutenberg as a framework. So using it outside the WordPress context and Riad Benguella has been looking into certain packages to decouple it for the WordPress backend and one of them is to extract the undo redo into methods and storage and all that into a separate package so it can be used outside the WordPress context and also introduce something like a block canvas to have the iframe, the block list and the writing flow kind of also in the framework rather than just in WordPress.</p>\n\n\n\n<p>That&#8217;s pretty much all I wanted to shout out that that is coming. Somebody is taking a look at that. I got quite a few, when I&#8217;m at WordCamp Europe, I had some conversations on how that actually is more developed and there is a plugin by Automattic, like Gutenberg-everywhere or block editor everywhere, but it&#8217;s not yet fully developed. And I think having that in core would definitely be a better way to work with that. So if things are coming, please test it because as Tammie said, feedback is everything in this kind of line of work.</p>\n\n\n\n<p><em>Tammie Lister</em>: I think something like that is also going to be curious as someone to test and think does it fit a use case from a pitch perspective? Is it something that you felt you were working around WordPress before? Would it fit into it, would it not? All these kind of things, because starting to see WordPress as that framework and WordPress as that foundation and Gutenberg as that kind of kit that you can build out from is a hundred percent what I&#8217;m kind of curious about. I mean it&#8217;s WordPress but the kit of WordPress is where all of this is going and it&#8217;s very, very exciting to me.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: For me too, we talked about it before on this changelog, but not very recently. So Gutenberg is used in Drupal. Gutenberg is used in Tumblr and Gutenberg is used in Day One, the journaling app.</p>\n\n\n\n<p><em>Tammie Lister</em>: Using it to build products, using it from, it&#8217;s such a hipster kind of word, but headless. And I mean that in an adorable way, but honestly choosing the right tool and the right foundation means being able to pick. And to do that we need things like having it as a framework. And we also need the other thing, curiously leading into the stabilizing block hooks feature, which is just having the right things in the right place at the right time, that&#8217;s kind of what it is. And marking things as experimental that should be and just being clean about a lot of what we do. A lot of the time we are just pushing to do stuff. So that is coming in here as well. It is going to be part of 6.4. There&#8217;s a lot of iceberg features that kind of go through, which is a stabilizing, block hooks feature is part of that. It&#8217;s where you are looking at a cross between core and also Gutenberg as well. I don&#8217;t know what you think about that?</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Well the block hooks feature was actually released in an earlier plugin version, but it was always hidden in the experiment section. And so if people don&#8217;t explore the experiment sections, they don&#8217;t even know if that&#8217;s what it is. And now for 6.4 there was the decision that, oh, we need this in 6.4. So before it can go into core, it needs to be stabilized, it needs to, all the experimentation code needs to be looked at. Is it something we want to support backwards compatibility for the next, I don&#8217;t know five years or 10 years or so. Yeah, so those are very…</p>\n\n\n\n<p><em>Tammie Lister</em>: And having that consideration, but I think it&#8217;s really important to have that consideration and go through as well. I haven&#8217;t explored too much really this, I think this feature is really about trying to get something in that also is going to be really powerful for the foundation.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely, absolutely. Yeah. So the block hooks features is actually the one that was previously announced on the auto inserting blocks. So you could add a like button to a comment block without having a user needing to put it in. They just can take it out from the plugin version. So it&#8217;s an extensibility feature that people have been waiting for quite a bit. Just to reiterate, what are block hooks? Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: It&#8217;s worth calling it out separately. I think sometimes a lot of this, again the iceberg, a lot of this stuff as you were saying, it didn&#8217;t kind of get seen because it&#8217;s in there. The experimental flag is amazing because there&#8217;s so much good stuff hidden under there.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And I&#8217;m calling out some of the bug fixes for the widget editor. Well that&#8217;s a blast from the past. We haven&#8217;t talked about widgets for quite a while, but it&#8217;s still very, very prominent in classic themes. And there were some broken layouts that had been fixed. The invisible area on the top toolbar, there was kind of a lot of white space there that had been fixed. And also the toolbar actually showing in the customizer, in the widget sidebar control, it has also been fixed. So if you are kind of waiting for those, it&#8217;s here now in the Gutenberg plugin and it will come to WordPress 6.4.</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s really important. A lot of people still use widgets.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Absolutely.</p>\n\n\n\n<p><em>Tammie Lister</em>: So we have to a hundred percent still support that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And kudos to Aki Hamano who took those three fixes on and to push some over the finish line.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\">Documentation</h3>\n\n\n\n<p>So now we come to a huge section in this release and that&#8217;s documentation. And there are multiple documentation updates, but I think we can cluster them into three kinds of categories or three sections. One is Gutenberg as a framework. So Riad Benguella has done Bootstrap, the documentation website that is geared towards the usage of Gutenberg outside of WordPress. Of course he hasn&#8217;t filled in the pages yet, but he did the architecture of it and also has one page in there to explain how to implement the undo and redo in a third-party editor.</p>\n\n\n\n<p>And then Nick Diego and JuanMa Garrido and Ryan Welcher and some others have worked on the overhaul of the Block Editor Handbook to bring it up to date and rearrange some pages and also to delete pages like the outreach page, which was actually put in because there was the documentation missing, which is now in there. Or remove unneeded block theme documentation that is coming to the theme handbook very soon. So there&#8217;s some, so move the glossary and into a get it started, the FAQ and get the get it started section really robust. And also update how to set up a block development environment with some of the instructions that are much more geared towards and successful into implementation of a local development than before. Do you have any thoughts on that, Tammie?</p>\n\n\n\n<p><em>Tammie Lister</em>: I absolutely adore that we&#8217;re adding to our documentation. I think we don&#8217;t know what we don&#8217;t know about the weird statement, but the gaps. So if anyone is like, wow, I wish we had this resource. I think saying that, this is so great because many times you are even repeating the same information. I would love to have these resources to point to. So I am over the moon that we have these resources. So thank you everyone that&#8217;s doing them.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: And then the third section that I mentioned was about documenting, the comment palette, which Riad Benguella has in these dev notes from 6.3, quite a few examples in there, but on the Make Core block buried under, I don&#8217;t know, 450 posts and they are brought now, those examples are now brought into the commands documentation to add more context and to help people to create new…</p>\n\n\n\n<p><em>Tammie Lister</em>: That&#8217;s really important.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: New comments.</p>\n\n\n\n<p><em>Tammie Lister:</em> People are not using that enough quite yet. And that kind of goes back to the beginning when I was just, we were talking about testing and everything, but really it&#8217;s the chicken egg, whatever analogy that we used in your culture. Really having that, the people that create it really saying, hey, this is how you can do this. And then people exploring for themselves how to do it. So I personally am going to be checking out that documentation to see how to, because that&#8217;s not something that I&#8217;ve played with and I really want to play with, I really want to play with it, Clippy and all that, but just really trying to, but now we have these documentations and now we&#8217;re starting to have the Developer Blog. We can start going in and just having better resources to do it. So I&#8217;m very excited to see that.&nbsp;</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Me, too. Me, too. And I just wanted to call out one update on the component changelog to mark the popover slot removal as a breaking change. So we mentioned that the had an additional placement there, but there&#8217;s also probably a little breaking change there. It&#8217;s documented in a component changelog, but I don&#8217;t think it made it into Block Editor Handbook yet. So I&#8217;m going to call that out in the show notes as well, just for those who use that popover component in their own apps. It&#8217;s a small thing, but it might trip up some people. So did we actually get through it?</p>\n\n\n\n<p><em>Tammie Lister</em>: We survived.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: We survived.</p>\n\n\n\n<p><em>Tammie Lister</em>: Go team.</p>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress 6.4 Beta Release</h3>\n\n\n\n<p>Birgit Pauli-Haack: All right. Tammie, it was wonderful to have you here and go through this. So what&#8217;s next for us? Of course, it&#8217;s the WordPress 6.4 beta release on Tuesday, September the 26th. And the release party is at 18:00 pm UT? No, it&#8217;s on 4:00 PM UTC. Join us in the core channel and have a party.</p>\n\n\n\n<p><em>Tammie Lister</em>: I was meant to try to work out what time that was me for tea time. That&#8217;s just tea time for me, to bring tea and cake. And I think that&#8217;s really important to say, that for those working on 6.4, now we step, we&#8217;ve been doing stuff all along, but from beta choose own adventure. It really is where we start. Yes, we have been doing stuff. We have not been absent. We have absolutely been doing stuff, but really this is the hard end of the release where everything gets really like, ooh, and everybody starts doing lots of things.</p>\n\n\n\n<p>It is a shorter release or the end of the year releases are always shorter. You always try and put everything in Santa’s stocking or whoever you&#8217;re going to believe in and it never fits. But from a Gutenberg perspective, that means that it&#8217;s kind of shipped for 6.4 and a plugin will be open for your happy things to go into 6.5, because Gutenberg time travels in the best possible way. So you will start seeing people starting to talk about wider projects and because of the gap, you&#8217;ll probably see people starting to talk about some of the wider projects around collaboration and some of those kinds of things. I don&#8217;t know what you think, but that&#8217;s kind of what the end of the year vibe is always. People take breaks, please people take breaks because you are human. But also people start thinking about some of the bigger projects. So I expect to see probably…</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; some lovely in-depth project, make posts, Developer Blog posts and just follow, always the tickets I love on the GitHub are the tracking ones. Once they tracking, if you search for tracking in the GitHub repo, that&#8217;s one of my favorite things to search for.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, yeah. Tracking an overview. Yeah, those are the big items. Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: Tracking is like the new hotness over overview at the moment. It feels.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah.</p>\n\n\n\n<p><em>Tammie Lister</em>: We should unify that.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I&#8217;m really looking forward to the next three, four weeks just because we&#8217;re going to see a lot of bug fixes coming into 6.4 from the beta release, and then the release candidate. Well release candidate one is the deadline for developer notes to come out and the field guide to come together. So have an eye out for that.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yeah, you&#8217;ll start to see sources of truth posts come out, which would be like, here&#8217;s actually what was in, we&#8217;ve been talking a lot about here&#8217;s what&#8217;s going on, but say, I don&#8217;t know, the top toolbar focused outline. I&#8217;m literally looking at something in the changelog, turns out to hurt bunnies. I don&#8217;t know. Then that will be pulled because hurting bunnies is bad. So all those kinds of things is what will happen when it actually goes in and has more people testing it.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: So the final release, 6.4 is in November 7th, so it&#8217;s early Christmas this year to follow your metaphor there.</p>\n\n\n\n<p><em>Tammie Lister</em>: This is early, everybody.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, it&#8217;s early there.</p>\n\n\n\n<p><em>Tammie Lister</em>: &#8230; take a long, long break.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: Yeah, after that a lot of people are going to take off because in America it&#8217;s going to be Thanksgiving, Christmas is bigger in Europe, Christmas holidays and all that. So in January…</p>\n\n\n\n<p><em>Tammie Lister</em>: But people also talk about, I think the other thing that people do over this time is think about a lot of the longer term projects. You&#8217;ll see a lot of housekeeping, a lot of tests, a lot of just general thinking about the bigger projects. So there&#8217;ll probably be, as I&#8217;ve mentioned, that the collaboration posts and things, which I think is always, you end on that and then you start afresh thinking about the roadmap. I love this time of year because, and this is one of my favorite releases because, and then you also get the default theme to play with. So you can start thinking about what you want to do and what you want to create with the editor. What tickets do you want in next year? What do you want to create? Sounds fun.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right. Well, we always love to hear from you. So if you have things that you want us to know about, send us your questions or suggestions or the news you want us to include, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>, the <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a>. And as always, the show notes will be published on gutenbergtimes.com/podcast. This is episode 90. Wow. 90 episodes. Well, 10 more episodes we&#8217;re at 100.</p>\n\n\n\n<p><em>Tammie Lister</em>: Yay. You need cake for 100.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: I need Cake. Yes. Okay. So thank you so much, Tammie, to be on the show and make this a fun show again. And wishing everybody a nice start into the fall. And I hear you all in three weeks because 6.7 had a three-week week cycle. So 16.8 is not coming out until beginning of October. You all take care and I&#8217;ll be out of here. Bye, Tammie.</p>\n\n\n\n<p><em>Tammie Lister</em>: Bye.</p>\n\n\n\n<p><em>Birgit Pauli-Haack</em>: All right, thank you.</p>\n\n\n\n<p> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Sep 2023 09:51:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Gutenberg Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"BuddyPress: BP Attachments 1.2.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=331360\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2023/09/bp-attachments-1-2-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1290:\"<p>Immediately available is <a rel=\"noreferrer noopener\" href=\"https://downloads.wordpress.org/plugin/bp-attachments.1.2.0.zip\" target=\"_blank\">BP Attachments 1.2.0</a>. This BuddyPress Add-on maintenance release main goal is to fix two annoying issues (one of them is a regression introduced in previous minor release). Please make sure to upgrade asap.</p>\n\n\n\n<span id=\"more-331360\"></span>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Changes</h2>\n\n\n\n<ul>\n<li>Make sure to only override the WP queried object if it is an Attachment one.</li>\n\n\n\n<li>Only list the BP Attachments Add-on in optional components into the BP Components Administration screen.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Please upgrade to 1.2.0 asap !</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-attachments/\">BP Attachments</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 24 Sep 2023 04:34:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"BuddyPress: BP Classic 1.1.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=331344\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://buddypress.org/2023/09/bp-classic-1-1-0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2331:\"<p>Dear end users &amp; site owners,</p>\n\n\n\n<p>If you don&#8217;t know yet what&#8217;s the purpose of BP Classic, we advise you to read the <a href=\"https://buddypress.org/2023/07/bp-classic-1-0-0/\">Add-on&#8217;s first version announcement post</a>. In short: BP Classic is a BuddyPress Add-on that is being developed and maintained by the official <a href=\"https://buddypress.org/about/\">BuddyPress development team</a>. It mainly provides backwards compatibility for BuddyPress 12.0.0 &amp; up in case your active BuddyPress plugins or theme are not ready yet for the great BP Rewrites API introduced in BuddyPress 12.0.0. It basically brings back the BP Legacy URL parser.</p>\n\n\n\n<span id=\"more-331344\"></span>\n\n\n\n<p>NB: BuddyPress <strong>12.0.0</strong> is still under development and you can contribute to BP Classic as well as BuddyPress 12.0.0 improvements using the <a href=\"https://buddypress.org/2023/09/buddypress-12-0-0-beta2/\">12.0.0-beta2</a> (or up) pre-version.</p>\n\n\n\n<p>1.1.0 is fixing 2 issues:</p>\n\n\n\n<ul>\n<li>It makes sure BP Classic is activated at the same network level than BuddyPress (See&nbsp;<a href=\"https://github.com/buddypress/bp-classic/issues/21\" target=\"_blank\" rel=\"noreferrer noopener\">#21</a>).</li>\n\n\n\n<li>it improves the way the themes directory is registered (See&nbsp;<a href=\"https://github.com/buddypress/bp-classic/issues/23\" target=\"_blank\" rel=\"noreferrer noopener\">#23</a>).</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Props</h2>\n\n\n\n<p><a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/imath/\" rel=\"nofollow\">@imath</a> <a class=\"bp-suggestions-mention\" href=\"https://buddypress.org/members/dd32/\" rel=\"nofollow\">@dd32</a></p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\">Please upgrade to BP Classic 1.1.0</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-13 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/bp-classic/\">BP Classic</a></blockquote>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"></div>\n</div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Sep 2023 08:05:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WPTavern: Block Visibility 3.1.0 Adds WooCommerce and Easy Digital Downloads Controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149369\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://wptavern.com/block-visibility-3-1-0-adds-woocommerce-and-easy-digital-downloads-controls\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3307:\"<p>When WordPress contributor and developer Nick Diego released version 3.0 of his <a href=\"https://wordpress.org/plugins/block-visibility/\">Block Visibility</a> plugin earlier this year in March, he <a href=\"https://wptavern.com/block-visibility-3-0-0-makes-pro-version-free-adds-browser-and-device-control-visibility-presets-and-more\">made all the Pro features available in the free version</a>, with the exception of a few that would take more time. The plugin, which is used on more than 10,000 WordPress sites, allows users to conditionally display blocks based on specific user roles, logged in/out, specific users, screen sizes, query strings, ACF fields, and more. </p>\n\n\n\n<p>In the latest <a href=\"https://blockvisibilitywp.com/block-visibility-3-1-0-introducing-woocommerce-and-edd-controls/\">3.1.0 update</a> Block Visibility has added the missing WooCommerce and Easy Digital Downloads (EDD) controls. These features were originally planned to be merged into the free version in April but required more development to improve how they work on sites with large product/download catalogs.</p>\n\n\n\n<p>The WooCommerce controls include 18 conditional visibility rules with full support for products with variable pricing. It allows users to show or hide blocks based on products, cart contents, customer purchase history, and more.</p>\n\n\n\n<p>&#8220;There is one notable change to the product-based rules,&#8221; Diego said. &#8220;Previously, you had to select which product you wanted to target with the visibility conditions. While this is still possible, Block Visibility can now detect the current product.</p>\n\n\n\n<p>&#8220;This functionality is extremely useful on product pages, single product templates, and product grids (Query blocks).&#8221;</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"500\" height=\"425\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/detect-current-product.gif\" alt=\"\" class=\"wp-image-149400\" />\n\n\n\n<p>The EDD controls allow users to show or hide blocks based on downloads, cart contents, customer purchase history, and more. Since EDD doesn&#8217;t have as many block-powered layouts as WooCommerce, Diego did not include the &#8220;Detect current product&#8221; feature.</p>\n\n\n\n<p>&#8220;The EDD visibility control currently has no product-based rules,&#8221; he said. &#8220;If greater block support is added to EDD in the future, such as an EDD Products block that supports inner blocks, expect more functionality.&#8221;</p>\n\n\n\n<p>Block Visibility 3.1.0 also adds a new Command Palette command to &#8220;Manage Visibility Presets,&#8221; which requires WordPress 6.3+.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1372\" height=\"985\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/command-palette-manage-visibility-presets.gif\" alt=\"\" class=\"wp-image-149403\" />image credit: Block Visibility repository &#8211; <a href=\"https://github.com/ndiego/block-visibility/pull/84\">PR #84</a>\n\n\n\n<p>Diego said he doesn&#8217;t plan on adding any new integrations to the plugin but will continue improving existing controls. Now that all the features from the Pro version have been merged into the free plugin, users who have the Pro version installed can deactivate it after upgrading to version 3.1.0.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 23 Sep 2023 02:07:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: WordPress Plugin Review Team Onboards New Members, Releases Plugin to Flag Common Errors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149346\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/wordpress-plugin-review-team-onboards-new-members-releases-plugin-to-flag-common-errors\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3371:\"<p>WordPress&#8217; Plugin Review Team continues to dig out from under a massive backlog that has grown to 1,260 <a href=\"https://wordpress.org/plugins/developers/add/\">plugins awaiting review</a>.  Developers submitting new plugins can expect to wait at least 91 days, according to the notice on the queue today. </p>\n\n\n\n<p>&#8220;<em>Currently there are 1,241 plugins awaiting review</em>,&#8221; Automattic-sponsored Plugin Review team member Alvaro Gómez said earlier this week.</p>\n\n\n\n<p>&#8220;We are painstakingly aware of this. We check that number every day and realize how this delay is affecting plugin authors.&#8221; </p>\n\n\n\n<p>Although the backlog seems to be getting worse, Gómez published an <a href=\"https://make.wordpress.org/plugins/2023/09/19/update-turning-the-tide/\">update</a> outlining new systems the team is putting in place to get the situation under control. He likened it to patching a hole in a boat, as opposed to simply prioritizing bailing out the water.</p>\n\n\n\n<p>&#8220;During the last six months, the Plugin review team has worked on documenting its processes, training new members, and improving its tools,&#8221; he said. &#8220;Now, thanks to your patience and support, the tide is about to turn.&#8221;</p>\n\n\n\n<p>The team has now onboarded two rounds of new members, with three more reviewers added recently, and has a system in place to make this easier in the future. After receiving more than 40 <a href=\"https://make.wordpress.org/plugins/handbook/apply/\">applications</a> to join the team, the form will be closing at the end of September.</p>\n\n\n\n<p>They also sent plugin authors still waiting in the queue an email asking them to self-check their plugins to meet basic security standards, as another effort to mitigate the growing backlog.</p>\n\n\n\n<p>&#8220;We find ourselves correcting the same three or four errors on +95% of plugins and this is not a good use of our time,&#8221; Gómez said. &#8220;Once authors confirm that their plugins meet these basic requirements, we will proceed with the review.&#8221;</p>\n\n\n\n<p>A new plugin called <a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a> has just been published to WordPress.org for plugin authors to self-review for common errors, which will eventually be integrated into the plugin submission process.</p>\n\n\n\n<p>&#8220;Once the PCP is merged with <a href=\"https://github.com/10up/plugin-check\">this other plugin that the Performance team has been working on</a>, it will provide <a href=\"https://make.wordpress.org/plugins/2022/07/05/proposal-for-a-wordpress-plugin-checker/\">checks for a lot of other things</a>,&#8221; Gómez  said. &#8220;When this is completed, we will be in a better spot to take in feedback and make improvements.</p>\n\n\n\n<p>&#8220;In the short term, we are going to ask authors to test their plugins using the PCP before submitting them, but our goal is to integrate the plugin as <strong>part of the submission process</strong> and run automated checks.&#8221;</p>\n\n\n\n<p>So far plugin authors have reported a few bugs and issues with the plugin not recognizing files or giving unintelligible errors. These issues can be reported on the <a href=\"https://github.com/10up/plugin-check/\">GitHub repo</a>, which is temporarily hosted on the 10up GitHub account but will be moving to WordPress.org in the near future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Sep 2023 17:51:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"Do The Woo Community: WooBits: Accessibility, Diversity, Community, WooSesh and More\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76579\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://dothewoo.io/woobits-accessibility-diversity-community/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:426:\"<p>This week, diversity at WP Accessibility Day, WooSesh, Cart and Checkout Blocks and more WordPress and WooCommerce community.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woobits-accessibility-diversity-community/\">WooBits: Accessibility, Diversity, Community, WooSesh and More</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Sep 2023 13:04:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"WPTavern: WordPress Accessibility Day 2023 Announces Diverse Speaker Lineup, Doubles Sponsors from Previous Year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149315\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"https://wptavern.com/wordpress-accessibility-day-2023-announces-diverse-speaker-lineup-doubles-sponsors-from-previous-year\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6744:\"<p><a href=\"https://2023.wpaccessibility.day/\">WP Accessibility Day</a> (WPAD), an independent 24-hour virtual conference, has published its <a href=\"https://2023.wpaccessibility.day/schedule/\">schedule</a> for the upcoming event on September 27, 2023. Co-lead organizer Amber Hinds reports that more than 1,248 people have registered for the event so far with attendees across 30 different countries. Approximately 50% of attendees are from the U.S. </p>\n\n\n\n<p>WPAD has attracted an influx of new voices this year. All speakers, excluding sponsored sessions, are first-time speakers at the event.</p>\n\n\n\n<p>&#8220;We were nervous initially about speaker applicants, but we actually received a lot more speaker applications than last year and also more applications that were higher quality than in previous years,&#8221; Hinds said. &#8220;It was hard to decide!&#8221;</p>\n\n\n\n<p>The keynote address will feature a conversation between Jennison Asuncion, co-founder of Global Accessibility Awareness Day (GAAD), and Joe Dolson, an accessibility consultant and co-founder of WordPress Accessibility Day. Attendees will learn how to perform usability and accessibility tests on their websites, how to build an accessible WordPress pages and posts using the block editor, simple ways to make email more accessible, how to understand color and contrast requirements in WCAG 2, and more. </p>\n\n\n\n<p>Based on the stats for speakers (of people who opted to give the info), WPAD&#8217;s organizers have succeeded at recruiting a diverse lineup for the event:</p>\n\n\n\n<ul>\n<li>10 countries</li>\n\n\n\n<li>67% female, 30% male, 3% Nonbinary</li>\n\n\n\n<li>14% LGBTQ</li>\n\n\n\n<li>41% non-white identifying</li>\n\n\n\n<li>2 first time speakers who have never spoken at any event.</li>\n\n\n\n<li>11 of the 27 speakers identify as having a disability. (41%) &#8211; There are speakers who identify as blind/low vision, deaf or hard of hearing, have limited mobility, and learning disabilities.</li>\n</ul>\n\n\n\n<p>&#8220;These were the hardest decisions we&#8217;ve had to make yet in selecting the WordPress Accessibility Day speakers,&#8221; Speaker Team lead Joe Dolson said. &#8220;There were so many truly excellent ideas proposed. As a result, our speakers include people who work across many different aspects of the web &#8211; inside and outside the WordPress community. I feel like we&#8217;ve ended up with an excellent cross section of topics, so we have something to offer for developers, policy makers, content creators, or community organizers.&#8221;</p>\n\n\n\n<p>WPAD <a href=\"https://wptavern.com/wp-accessibility-day-secures-nonprofit-status-for-annual-event-calls-for-speakers-and-sponsors\">secured non-profit status</a> earlier this year through a fiscal sponsorship partnership with <a href=\"https://knowbility.org/\">Knowbility</a>, an Austin-based digital accessibility advocate and services provider. One of the reasons the organizers wanted to manage it independently of the WordPress Foundation was to reserve the option to do things like pay speakers for their time and expertise. Speaker pay is one expenditure for the event, which is supported by corporate and community sponsors.</p>\n\n\n\n<p>Hinds said it was easier to attract sponsors this year and that the sponsors team received positive responses fairly quickly. They also added a microsponsorship option earlier this year (previously it was only on the registration form) and were able to recruit more businesses as microsponsors.</p>\n\n\n\n<p>The team&#8217;s goal this year was to get enough sponsorships to cover the cost of the event itself, make a donation to Knowbility (part of the event&#8217;s fiscal sponsorship agreement with them), and have enough leftover to cover year-round expenses, such as Google workspace, Buffer, domain registration, and hosting.</p>\n\n\n\n<p>Hinds said the organization met its sponsorship goals at most tiers, due to the hard work of the Sponsors team leads Bet Hannon and Joe Hall, along with the generosity of the community in supporting the event.</p>\n\n\n\n<p>&#8220;We are thrilled to have doubled the number of sponsors this year over last year,&#8221; Hannon said. &#8220;I think this reflects the increasing awareness about accessibility as an issue to be addressed, as well as the wider WordPress community coming together to sponsor an event providing high quality accessibility education.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">New in 2023: WPAD to Broadcast via Zoom</h3>\n\n\n\n<p>In addition to a whole new crop of speakers this year, WPAD is offering t-shirts for the first time as a thank you gift to attendees who want to make a donation when they register. </p>\n\n\n\n<p>&#8220;We had a lot of people ask us last year how they could get a t-shirt, but they were only available to organizers, speakers, and volunteers,&#8221; Hinds said. &#8220;This year they’re available during registration so anyone can get one.&#8221;</p>\n\n\n\n<p>Last year the event was broadcast via an embedded YouTube video on the WPAD website with third-party embeds for chat/Q&amp;A and the live transcript. </p>\n\n\n\n<p>&#8220;We got feedback from attendees that this did not work well because they didn’t have control of the layout of the video,&#8221; Hinds said. &#8220;It was particularly limiting for attendees who rely on the sign language interpreters; they needed the interpreter video to be larger. Other people said that they found the interpretation to be distracting or they needed the slides to be bigger so they would be easier to read.&#8221;</p>\n\n\n\n<p>The 2023 event will be live streamed using Zoom, which recently introduced a sign language interpretation view that allows hosts to assign interpreters. </p>\n\n\n\n<p>&#8220;Attendees can choose to view the sign language interpretation in a separate window,&#8221; Hinds said.  &#8220;With this new feature available, we decided to change to Zoom webinars. We have one long 24-hour webinar that people can jump in and out of as they see fit, and each attendee can set a view for speakers, slides, signers, and captions that works best for them.&#8221;</p>\n\n\n\n<p><a href=\"https://2023.wpaccessibility.day/attendee-registration/\">Registration</a> for the event is free and it&#8217;s still open. Attendees have the opportunity to receive virtual swag and win prizes from the sponsors. Organizers have also gotten the conference pre-approved for continuing education credits for the International Association of Accessibility Professionals <a href=\"https://www.accessibilityassociation.org/s/wascertification\">Web Accessibility Specialist (WAS)</a> and <a href=\"https://www.accessibilityassociation.org/s/certified-professional\">Certified Professional in Core Competencies (CPACC)</a> certifications.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Sep 2023 03:49:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"WPTavern: Community Team Invites Organizers to Apply for Hosting Next Generation WordPress Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149225\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://wptavern.com/community-team-invites-organizers-to-apply-for-hosting-next-generation-wordpress-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3017:\"<img width=\"1600\" height=\"792\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/wordcamp-bengalaru.png\" alt=\"\" class=\"wp-image-149298\" />Attendees of NextGen WordCamp Bengaluru &#8211; image credit: <a href=\"https://make.wordpress.org/community/2023/09/19/from-japan-to-rome-recent-and-upcoming-next-generation-wordpress-events/\">WordPress.org</a>\n\n\n\n<p>WordPress&#8217; Community team is evolving the WordCamp format to  promote adoption, training, and networking for professionals, leaving the flagship events to focus more on connection and inspiration. This change opens the door for more creative concepts around  the events&#8217; new mission:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>WordPress events spark innovation and adoption by way of accessible training and networking for users, builders, designers, and extenders. We celebrate community by accelerating 21st-century skills, professional opportunities, and partnerships for WordPressers of today and tomorrow.</em></p>\n</blockquote>\n\n\n\n<p>A group of <a href=\"https://wptavern.com/wordpress-confirms-8-pilot-events-to-launch-the-next-generation-of-wordcamps-in-2023\">eight pilot events were confirmed in June</a>, and two recent &#8220;NextGen&#8221; WordPress events have already happened, including a community-building workshop in Japan, and WordCamp Bengaluru, a one-day event featuring the local culture and a walking tour of the city.</p>\n\n\n\n<p>The Community team has compiled a list of more than three dozen <a href=\"https://make.wordpress.org/community/2023/08/30/the-nextgen-event-project-your-ideas-your-wordpress-community/\">concepts to inspire NextGen event organizers</a>. The list spans a wide range of ideas, such as college campus based groups, sponsor networking days, show and tell night, job fairs, events for agencies, WordPress retreats, and many more. </p>\n\n\n\n<p>Anyone who is interested to host one of these new event types is invited to <a href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\">fill out a form</a> that the Community team has created to capture ideas for future events &#8211; either before the end of 2023, or during the first half of 2024. Organizers will be asked to identify a category for their proposed event from among the following:</p>\n\n\n\n<ul>\n<li>WP expertise level (beginners, intermediate, advanced)</li>\n\n\n\n<li>Focused activity (training, recruiting, networking, contributing, conferencing, etc)</li>\n\n\n\n<li>Job status (students, fresh graduates, job seekers, freelancers, business owners, etc)</li>\n\n\n\n<li>Identity-based (women, castes, BIPOC, Latinx, LGBTQI+, tribes, age, etc)</li>\n\n\n\n<li>Content topic focused (designers, block development, SEO, etc)</li>\n</ul>\n\n\n\n<p>Although the form is presented as a survey, it&#8217;s more of an interest form, which is why it collects the respondent&#8217;s contact information. Respondents who indicate they are willing to have a discussion about their ideas may be contacted by the Community team.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Sep 2023 01:26:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"Post Status: Plugin Team Sees a Shift Starting • Browser Interoperability Issues • WCUS Q&amp;A • Enterprise WP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=155074\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://poststatus.com/plugin-team-sees-a-shift-starting/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15209:\"<h2 class=\"wp-block-heading alignfull\" id=\"h-this-week-at-wordpress-org-september-18-2023\">This Week at WordPress.org (September 18, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\"><img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f50c.png\" alt=\"?\" class=\"wp-smiley\" /> Plugin Check plugin is now available? Browser Compatibility Issues<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2753.png\" alt=\"❓\" class=\"wp-smiley\" />#WCUS Q&amp;A Continued<img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f3a7.png\" alt=\"?\" class=\"wp-smiley\" /> Enterprise Clients and the Business of WordPress </p></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n<div class=\"gb-container gb-container-5e804289\">\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n</div>\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/09/episode-62-enterprise-clients-and-the-business-of-wordpress/\">WP Briefing: Episode 62: Enterprise Clients and the Business of WordPress</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community-summit-notes\"><a href=\"https://make.wordpress.org/summit\">Community Summit Notes</a></h2>\n\n\n\n<ul>\n<li><strong><a href=\"https://make.wordpress.org/summit/2023/09/21/community-summit-discussion-notes-creating-wordpress-curriculum-and-educational-experiences/\" target=\"_blank\" rel=\"noreferrer noopener\">Creating WordPress Curriculum and Educational Experiences</a></strong></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-9 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\">Hallway Hangout: What’s new for developers in WordPress 6.4</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"wp-embedded-content\"><a href=\"https://wordpress.org/plugins/plugin-check/\">Plugin Check</a></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-14 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-12 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/09/20/attention-wordpress-women-in-india-and-your-event-organizers-this-important-workshop-this-weekend-is-for-you/\">Attention WordPress women in India and those who support you: This important workshop this weekend is for you!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/19/from-japan-to-rome-recent-and-upcoming-next-generation-wordpress-events/\">From Japan to Rome: Recent and Upcoming Next Generation WordPress Events</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/19/contributor-working-group-mentorship-chat-agenda-september-21st-0700-utc-apac-emea-and-1600-utc-amer/\">Contributor Working Group: Mentorship Chat Agenda | September 21st 07:00 UTC (APAC/EMEA) and 16:00 UTC (AMER)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/20/seeking-proposals-for-interop-2024/\">Seeking proposals for Interop 2024</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/19/analyzing-the-core-web-vitals-performance-impact-of-wordpress-6-3-in-the-field/\">Analyzing the Core Web Vitals performance impact of WordPress 6.3 in the field</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/09/understanding-block-attributes/\">Understanding block attributes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/09/whats-new-for-developers-september-2023/\">What’s new for developers? (September 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/20/default-theme-chat-agenda-september-20th-2023/\">Default Theme Chat Agenda: September 20th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/20/dev-chat-agenda-september-13-2023-2/\">Dev Chat agenda, September 20, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/19/performance-chat-summary-19-september-2023/\">Performance Chat Summary: 19 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/09/11/design-share-aug-28-sep8/\">Design Share: Aug 28-Sep8</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/docs/2023/09/18/agenda-for-docs-team-biweekly-meeting-september-19-2023/\">Agenda for Docs Team Biweekly Meeting (September 19, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/docs/2023/09/06/summary-of-docs-team-biweekly-meeting-september-05-2023/\">Summary of Docs Team Biweekly Meeting (September 05, 2023)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/18/documentation-team-update-september-18-2023/\">Documentation Team Update – September 18, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/09/21/meeting-recap-for-september-20-2023/\">Meeting Recap for September 20, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/18/last-week-openverse-2023-09-11-2023-09-18/\">A week in Openverse: 2023-09-11 – 2023-09-18</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/19/performance-chat-agenda-19-september-2023/\">Performance Chat Agenda: 19 September 2023</a></li>\n\n\n\n<li><a href=\"https://github.com/WordPress/five-for-the-future/issues/230\">Core Performance Team badge missing from org pages</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/09/19/update-turning-the-tide/\">Update: Turning the Tide</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/plugins/2023/08/21/xpost-wordpresscs-3-0-0-is-now-available/\">WordPressCS 3.0.0 is now available</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/18/plugin-review-team-18-september-2023/\">Plugin Review Team: 18 September 2023</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/20/previewing-patterns-during-translation/\">Previewing patterns during translation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/20/agenda-weekly-polyglots-chat-september-20-2023-0700-utc/\">Agenda: Weekly Polyglots Chat- September 20, 2023 (07:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\"><a href=\"https://make.wordpress.org/project\">Project</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/09/15/wordcamp-us-2023-qa/\">WordCamp US 2023 Q&amp;A</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/09/agenda-for-september-21st-support-meeting-2/\">Agenda for September 21st Support Meeting</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/20/sustainability-chat-agenda-september-22-2023/\">Sustainability Chat Agenda, September 22, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/15/call-for-wordpress-sustainability-team-representatives/\">Call for WordPress Sustainability Team Representatives</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/09/18/fse-program-testing-call-26-final-touches/\">FSE Program Testing Call #26: Final touches</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/18/test-team-update-18-september-2023/\">Test Team Update: 18 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/09/15/theme-handbook-overhaul-phase-3-publishing-content/\">Theme Handbook Overhaul: Phase 3 (Publishing Content)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/19/themes-team-update-september-19-2023/\">Themes team update September 19, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/13/themes-team-update-september-13-2023/\">Themes team update September 13, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/09/21/proposal-updating-the-contributor-ladder-to-a-five-path-model/\">Proposal: Updating the Contributor Ladder to a five-path model</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/19/training-team-meeting-recap-12th-september-2023/\">Training Team Meeting Recap – 12th September 2023</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/using-block-patterns/\">Using Block Patterns</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=gpl-in-the-wordpress-training-teams-vetting-processes\">GPL in the WordPress Training Team’s Vetting Processes</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/\">jQuery 3.7.1 Released: Reliable Table Row Dimensions</a></li>\n\n\n\n<li><a href=\"https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.6.1\">Node v20.6.1released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-09-14-1\">PHP 8.3.0 RC 2 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-2\">PHP 8.2.10 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-3\">PHP 8.1.23 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.1\">PHPMailer 6.8.1</a></li>\n\n\n\n<li><a href=\"https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html\">Changes in MySQL 8.0.35 (Not yet released, General Availability)</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases\">Composer </a><a href=\"https://github.com/composer/composer/releases/tag/2.6.3\">2.6.3</a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and your whole team can <a href=\"https://poststatus.com/join/\">join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Sep 2023 18:30:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"Do The Woo Community: Agency Growth, Optimization, Automation and Enterprise Level Clients\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76568\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://dothewoo.io/woo-agency-growth-and-enterprise-with-josh-and-zach-webber/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:450:\"<p>Zach and Josh from Big Red Jelly share insights on agency growth and enterprise as a WooCommerce and WordPress digital agency.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/woo-agency-growth-and-enterprise-with-josh-and-zach-webber/\">Agency Growth, Optimization, Automation and Enterprise Level Clients</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Sep 2023 13:00:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress.com Plugin Pages Add Download Link for Using Plugins on Self-Hosted Sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=149118\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wptavern.com/wordpress-com-plugin-pages-add-download-link-for-using-plugins-on-self-hosted-sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4552:\"<p>WordPress.com plugin pages have been updated to include a download link for WordPress.org  plugins listed in the .com directory. These are the listings that are scraped from WordPress.org. The plugins are available for free on WordPress.org for self-hosted sites but can only be used on WordPress.com with a paid subscription.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1792\" height=\"1244\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-20-at-2.41.03-PM.png\" alt=\"\" class=\"wp-image-149200\" />Logged out view of WordPress.com plugin pages\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<p>The text in the sidebar includes a link to an article explaining the difference between WordPress.org and WordPress.com. It appears on both the logged-out and logged-in views:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This plugin is available for download to be used on your <a rel=\"noreferrer noopener\" href=\"https://wordpress.com/go/website-building/wordpress-com-vs-wordpress-org/\" target=\"_blank\">WordPress self-hosted</a> installation.</p>\n</blockquote>\n\n\n\n<p>Themes hosted on WordPress.com have a similar notice with a link to download the theme and use it on a self-hosted site.</p>\n\n\n\n<p>This change comes as the result of developers <a href=\"https://wptavern.com/developers-raise-concerns-about-wordpress-com-plugin-listings-outranking-wordpress-org-on-google\">raising concerns</a> about WordPress.com plugin listings outranking WordPress.org on Google Search in some instances. During that discussion, many developers were surprised to learn that their plugins created for WordPress.org were also listed on WordPress.com as only available with a paid subscription. Patchstack responded by <a href=\"https://wptavern.com/developers-claim-damaged-trust-following-public-confrontations-with-wordpress-leadership\">updating its readme file</a> to ensure that WordPress.com users and visitors are made aware that the plugin is available for free in the official WordPress plugin repository. This response may not be necessary now, unless developers want to include a direct link to their plugins.</p>\n\n\n\n<p>In a <a href=\"https://poststatus.slack.com/archives/CHNM7Q7T8/p1695076392811079\">discussion on Post Status Slack</a>, some plugin developers said they would prefer a link to the actual plugin page where they can see and participate in reviews. The omission of a link back to WordPress.org may be intentional, as it would take users off of the .com site, which does not facilitate customers upgrading to paid plans in order to use plugins.</p>\n\n\n\n<p>Some developers had also asked Automattic CEO Matt Mullenweg to noindex those pages, but he said that WordPress.com users should also be able to search Google for the listings.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I think it should show up for .com users who are Googling, and Google appears smart enough prioritize correctly. That’s a SEO benefit, and not at the expense of any plugin authors.</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1704028824500146324?ref_src=twsrc%5Etfw\">September 19, 2023</a></blockquote>\n</div>\n\n\n\n<p>Some developers have asked to know what percentage of their active installs come from WordPress.com vs. WordPress.org, or other hosting platforms. Mullenweg said there are currently no reports for this but that the data could be interesting. </p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">There are no reports currently for plugin installs by web host. I could see that being interesting, though, especially with how some hosts bundle.</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1703878877263917316?ref_src=twsrc%5Etfw\">September 18, 2023</a></blockquote>\n</div>\n\n\n\n<p>&#8220;If people are providing more distribution to unaltered plugins, I think that&#8217;s great,&#8221; Mullenweg said during the discussion last week. &#8220;Happy for all our plugins to be duplicated and distributed by every host and site on the planet.&#8221;</p>\n\n\n\n<p>When asked if WordPress.org could extract the data for known plugin distributors, like WordPress.com, Mullenweg <a href=\"https://twitter.com/photomatt/status/1704109689922027565\">said</a>, &#8220;.com or any other host could share plugin info if it’s allowed by their privacy policy. Also it’s fairly trivial to get plugin info from crawling sites.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Sep 2023 20:27:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: #91 – Vagelis Papaioannou on How to Learn to Use WordPress and Help With Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=148915\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://wptavern.com/podcast/91-vagelis-papaioannou-on-how-to-learn-to-use-wordpress-and-help-with-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49609:\"Transcript<div>\n<p>[00:00:00] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox podcast. From WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, how to learn to use WordPress and help with events.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice. Or by going to WPTavern.com forward slash feed forward slash podcast. And you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to WPTavern.com forward slash contact forward slash jukebox.</p>\n\n\n\n<p>So on the podcast today, we have a Vagelis Papaioannou. Vagelis is a software engineer from Greece. His journey with coding began during his elementary school years. In an experimental coding class. This sparked a lifelong passion within him.</p>\n\n\n\n<p>His love for WordPress dates back to the early versions. For the last eight to nine years, he has actively participated in the Greek WordPress community, engaging in various roles, such as organizing WordCamps and meetups. Vagelis also contributes to multiple teams, cherishing the small contributions that allow everyone to make a difference. He also serves as the project translation lead for the Greek language.</p>\n\n\n\n<p>Vagelis, although a self-confessed introvert, shares his initial struggles with being a part of the community and attending local meetups. He encourages people to step outside their comfort zones, and attend events like WordCamps and meetups, where they&#8217;re likely to discover a welcoming and friendly atmosphere. Vagelis recounts his own experience of attending such events, initially feeling scared, but eventually having an enjoyable time, making many lasting friendships along the way.</p>\n\n\n\n<p>He talks about how local meetups are more casual gatherings than WordCamps. People come together to talk about WordPress, learn, and spend time with like-minded individuals. From meetups by the sea to forest walks, these events offer opportunities for both education and social engagement.</p>\n\n\n\n<p>On the subject of WordCamps, Vagelis unravels the magic behind these larger multi-day events, with presentations and a contributor day. He emphasizes that contribution to the community doesn&#8217;t necessarily require coding skills, and encourages more people to get involved. WordCamps are not only platforms for learning and exchanging ideas, but they also provide a space for attendees to have fun, network, and explore all manner of other opportunities.</p>\n\n\n\n<p>We talk about the importance of the code of conduct at WordCamps. This code ensures that participants know that they&#8217;re going to have a safe and inclusive experience. With attendees joining from all corners of the globe, these events attract a diverse range of individuals who are passionate about the software and the community.</p>\n\n\n\n<p>We then talk about the effort required to organize these events. Vagelis explains why he&#8217;s willing to dedicate his time and energy to be a part of such complex projects. He talks about the benefits participants gain from taking an active role, whether as an organizer, speaker or volunteer.</p>\n\n\n\n<p>As Vagelis shares his personal experiences in organizing and participating in events like WordCamp, Athens, he strongly advocates for more community involvement, and highlights the need for new organizers to get involved, to allow the community to meet up once again.</p>\n\n\n\n<p>We then get into a discussion of other ways that you can be involved. This time in the Learn project, which is making freely available materials so that people can learn about WordPress at a time that suits them. Vagelis talks about what the Learn team does, and how you can join them. He discusses how the team works using GitHub for collaboration and accommodating individuals with various skills and abilities.</p>\n\n\n\n<p>From the educational content available on the learn.wordpress.org website., To the valuable connections made through hallway chats, Vagelis emphasizes the power and importance of the WordPress community.</p>\n\n\n\n<p>If you&#8217;re a seasoned WordPress enthusiast, or just starting your journey in contributions, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading over to WPTavern.com forward slash podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Vagelis Papaioannou.</p>\n\n\n\n<p>I am joined on the podcast today by Vagelis Papaioannou. Hello Vagelis!</p>\n\n\n\n<p>[00:05:27] <strong>Vagelis Papaioannou:</strong> Hello Nathan. Hello.</p>\n\n\n\n<p>[00:05:28] <strong>Nathan Wrigley:</strong> Very nice to have you on the podcast today. Just to give you a little bit of orientation, right at the outset we&#8217;re going to be talking about WordPress events. We might well dip our toes into WordCamp Europe. We might talk about local meetups and WordCamps in general. And then we might also pivot to talk about something which Vagelis is interested in, the training team.</p>\n\n\n\n<p>But before that, just to paint a picture of who you are and what your experience is with WordPress. I wonder Vagelis if you wouldn&#8217;t mind just giving us your bio. You can start as early as you like. Anything you want to say about you and WordPress.</p>\n\n\n\n<p>[00:06:04] <strong>Vagelis Papaioannou:</strong> Yeah of course. My name is Vagelis, I&#8217;m from Greece. I was raised and born in Athens and I live in Thessaloniki for the last 21 years. I&#8217;m a software engineer and my journey with coding started at elementary school where we had this experimental class of coding and I got really into it. And then that just made my passion.</p>\n\n\n\n<p>So regarding WordPress, I&#8217;ve been using WordPress since the version one point something, I can&#8217;t really remember. I was using b2 and then I jumped over to WordPress. The last eight, nine years I&#8217;ve been part of the Greek community of WordPress. I&#8217;m trying to go to build as much as possible I can.</p>\n\n\n\n<p>And I&#8217;m a WordCamp organiser. I&#8217;m a meetup organiser. I do contribute across multiple teams like training, testing or photos and all that small bits that everyone can do. I&#8217;m also the P.T. for the Greek language translation. Yeah that&#8217;s pretty much it I guess.</p>\n\n\n\n<p>[00:07:14] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s a lot. That really is a lot. It&#8217;s an absolute pleasure to have you on. We didn&#8217;t discuss this in our pre recording chat, but I&#8217;m just wondering if you could paint the picture for us of what the state of the WordPress community in Greece is like. Just judging by my accent you can probably tell that I&#8217;m from the UK, and we might have a very different complexion here.</p>\n\n\n\n<p>We&#8217;ve obviously just this year had a huge WordPress event in Greece. WordCamp Europe was held in Athens earlier this year. If I&#8217;m looking at it from the outside I get the impression that the Greek community is thriving because they put on events like WordCamp Europe, but I don&#8217;t know if that&#8217;s the case.</p>\n\n\n\n<p>How is it being a Greek WordPress user? Are there plenty of events? Is the community thriving or is it in a different state?</p>\n\n\n\n<p>[00:07:59] <strong>Vagelis Papaioannou:</strong> Well the community is pretty big. We have a huge Facebook group with almost 20,000 people. We do two major events, two WordCamps, one in Athens and one in Thessaloniki. Sadly COVID 19 hit us really hard, so we had to stop for a while. We also stopped the meetups but we&#8217;re getting back to it. We&#8217;ve done like 10, 11 meetups the last year in Thessaloniki, and I know there are plans to do more meetups in other areas of Greece.</p>\n\n\n\n<p>We also in planning of a special WordCamp. We try to figure out where to do that and how to plan it so we can apply for it on WordCamp Central. And yeah we have a lot of users, lots of people trying to translate, we have a lot of coders.</p>\n\n\n\n<p>We also have a lot of people actually working in key companies regarding to WordPress, like Automattic and stuff like that. So yeah, we&#8217;re doing good I guess. But because I&#8217;m that kind of person, I know we could do better in some fields, but that&#8217;s a whole different story.</p>\n\n\n\n<p>[00:09:10] <strong>Nathan Wrigley:</strong> Yeah I guess there&#8217;s always room for improvement. I can completely sympathise though with the whole COVID thing. I think it&#8217;s fair to say that it put the brakes on in the UK and I don&#8217;t think the community has quite got back to where it was. Things are beginning again. There are various different WordCamps and meetups and things like that which are coming back from being online.</p>\n\n\n\n<p>Broadly speaking I think a lot of them carried on in an online way, but I&#8217;m not sure that the interest was maintained. And so a lot of them are now coming back and hoping to be in the real world once more. But the flagship event, one of the bigger events that we had in the UK was WordCamp London and, as yet, it has not re emerged. So fingers crossed.</p>\n\n\n\n<p>[00:09:52] <strong>Vagelis Papaioannou:</strong> Yeah. I&#8217;ve been on the last WordCamp London and I had a blast. It was a great event. We had great fun and I really hope that it&#8217;s coming back.</p>\n\n\n\n<p>[00:10:01] <strong>Nathan Wrigley:</strong> Yeah fingers crossed for that as well. We&#8217;re going to talk a little bit about local meetups and what have you, and WordCamp Europe in particular. Let&#8217;s begin there. Let&#8217;s begin with WordCamp Europe and paint a picture.</p>\n\n\n\n<p>Prior to that though I wouldn&#8217;t mind having a conversation around the fact that it&#8217;s very obvious to somebody like you and somebody like me, who probably obsess more than is healthy for us about WordPress, but we know that there&#8217;s a community. We&#8217;re well aware that these events take place. There was a time though when I was a user of WordPress, I was using nothing else, it was probably about two years into my journey with WordPress that I actually noticed that there was a community at all.</p>\n\n\n\n<p>Prior to that I was simply going to the .org websites, downloading the software, using that software, and then you know rinse and repeat, building websites and so on. And then I can&#8217;t remember where, it was possibly on social media or something, I remember seeing a picture. The collection of people with WordPress T-shirts on standing in a hallway or something. And I was thinking well that&#8217;s curious, what are they doing?</p>\n\n\n\n<p>And then obviously as time went on, it occurred to me oh there are these events. So given that the listenership to this podcast could be anybody, do you want to just talk a little bit about what WordPress events are? What they endeavor to do? How they are organised? Whether that be big events, little events, meetups and so on.</p>\n\n\n\n<p>[00:11:21] <strong>Vagelis Papaioannou:</strong> Definitely. Well first of all I need to reassure everyone that&#8217;s listening to this that I&#8217;m an introvert. So it wasn&#8217;t easy for me to be a part of a community, any community. Or just go in a random place in a local meetup, open the door and just stay there with a bunch of random folks.</p>\n\n\n\n<p>So if you feel like that, just come to any event even if it&#8217;s a WordCamp, a meetup, gathering, whatever. Just come, say hi and we&#8217;re all really welcoming and friendly. And you&#8217;re going to find someone who can really make you feel comfortable.</p>\n\n\n\n<p>I was aware of the community for a long time before I even managed to go on a local meetup here in Thessaloniki. And I remember me being there, just sitting on a chair, and I didn&#8217;t feel like talking to anyone. I was kind of scared. Scared grown up man, just in a strange place with other folks talking about software, which I love.</p>\n\n\n\n<p>So the next time was better and I actually had fun. I made a few contacts which I can now call friends. And that&#8217;s pretty much what a local meetup is. It&#8217;s just a gathering. We just get a soda, we talk about WordPress. We may have a presentation, we may have snacks. It&#8217;s a cool two hours spending with friends around WordPress. That&#8217;s pretty much it.</p>\n\n\n\n<p>I remember our last meetup, it was a month ago and we did it on Thessaloniki seaside. So we had like this beautiful sea view and we were just 20 people talking about random stuff. And then the idea struck, and someone said, shall we do another one? But like in Naousa, which is a different place, a different town. There&#8217;s a forest there. We can walk through the forest and go eat and do some stuff. And we agreed to do that. So that&#8217;s our next meetup. It&#8217;s on September the 2nd. So it&#8217;s pretty informal.</p>\n\n\n\n<p>And the same goes for WorldCamps, but WorldCamp is a bigger event. It&#8217;s usually like a couple of days event. There&#8217;s the presentation day and then there&#8217;s a contributor day where we gather and contribute.</p>\n\n\n\n<p>Just a side note, you don&#8217;t have to code to be a contributor. You can contribute in so many ways and we do need more contributors to help in so many teams.</p>\n\n\n\n<p>So yeah WordCamps, like I said, WordCamps are informal. You can come to learn something but if you feel that you can&#8217;t learn anything you can just come and have fun with us. Have a nice lunch, meet new people, exchange ideas. And maybe at the end of the day you learn something new. I don&#8217;t want to digress so that&#8217;s pretty much it.</p>\n\n\n\n<p>[00:14:11] <strong>Nathan Wrigley:</strong> No I think that&#8217;s great. That was a really nice summary. And I think a really important point that you made there, especially for people who&#8217;ve never been to these events before, is the no code piece. That is to say, you really genuinely don&#8217;t need to know a line of code, you don&#8217;t need to know any of that whatsoever to enjoy the event.</p>\n\n\n\n<p>Because usually, especially at the larger events, there&#8217;s a whole broad range of things that are being presented, workshops that are being given. Yeah, some of it will be about the code but a lot of it will be about other aspects of life on the internet. So it may be SEO, or marketing, or design, or something like that. So there&#8217;s definitely something for everybody.</p>\n\n\n\n<p>And also, I&#8217;ll throw into the mix, the somewhat undermentioned but very important hallway track. And this is simply when you&#8217;re not at a presentation. This is just hanging out, being in the corridor, chatting to people. And my understanding from chatting to people over the years is that quite a lot of serendipitous things happen during those hallway chats. You know friendships are created, businesses are formed, partnerships are made during those kinds of hallway random meetups. And it&#8217;s those things in particular are really nice.</p>\n\n\n\n<p>[00:15:24] <strong>Vagelis Papaioannou:</strong> And you also get the vibe of the market. So if you&#8217;re into that market, you get the vibe of where are we heading to? And that&#8217;s a good thing to always stay up to date.</p>\n\n\n\n<p>[00:15:36] <strong>Nathan Wrigley:</strong> I think also it might be worth mentioning that there is an enforced code of conduct. So there really are kind of rules and guidelines around what is acceptable. So if you have any fears or worries around that, what your participation would look like? How you would feel? How comfortable you would be or what have you, there are definite guidelines to make sure that your experience is as friendly as possible. Let&#8217;s put it that way.</p>\n\n\n\n<p>So WordCamps are the big ones. Then we&#8217;ve got these more ad hoc local meetups where really you&#8217;re probably just capturing people from the local area. Maybe a few miles around, as opposed to people getting on aeroplanes. They typically happen more like once a month or something like that.</p>\n\n\n\n<p>Why have you been so keen to contribute to these things though? Because my understanding is, especially an event like WordCamp Europe, you only have to attend to realise how breathtakingly large that undertaking is. The enterprise of putting on an event for several thousand people, coming from all over the globe.</p>\n\n\n\n<p>The fact that it&#8217;s, the catering is done, the internet is provided, there&#8217;s AV, there&#8217;s translations, there&#8217;s people standing around with the correct T-shirt on, helpfully guiding people all over. What I&#8217;m trying to paint a picture of is just how breathtakingly large these things are, and complex are. So I&#8217;m just wondering, why do you give up your time in this way? What do you gain from it?</p>\n\n\n\n<p>[00:16:57] <strong>Vagelis Papaioannou:</strong> It is indeed a massive event especially the Europe, US and Asia. I mean it&#8217;s about giving back I guess, to the community because we all get something out of it. I&#8217;m that kind of person that I believe we should always try to give back, even if we don&#8217;t get enough. We should give more than we get. This is how I work.</p>\n\n\n\n<p>However, about WordCamp Europe, yes it was a massive thing. It required so many hours of work. Oh and I forgot to say that most of the times it is fun to get involved in these kind of stuff. And WordCamp Europe was fun for most of the time.</p>\n\n\n\n<p>At the end of the day it is a massive event. It&#8217;s our country and we&#8217;re a bunch of people that we had to help to organise a good event, if you know what I mean. It&#8217;s always about giving back. I don&#8217;t have something specific in my mind. I never go out to try to find contacts. I never try to go out and do business or whatever. I just want to give back.</p>\n\n\n\n<p>[00:18:01] <strong>Nathan Wrigley:</strong> Certain sense of pleasure from being there, helping, making sure that it all runs smoothly. I can totally empathise with that.</p>\n\n\n\n<p>Okay so again, thinking about the listeners who have never been to such an event as that. I described the kind of things that might be on offer. You talked about the fact that volunteers, community members, helping out at these events are a crucial part of that puzzle.</p>\n\n\n\n<p>Are you able to just tell us some of the different roles? Now you might just cherry pick some that you know top of your mind. But just to give a flavor of the kind of things that you could be doing should you dip your toes into the water and offer your time at one of these events. What are the kind of things that you might find yourself involved with?</p>\n\n\n\n<p>[00:18:45] <strong>Vagelis Papaioannou:</strong> Well it&#8217;s easy to find something to do on these kinds of events. I mean if you can use Gutenberg you can join the website team. If you can design you can go with the design team. That&#8217;s pretty straightforward.</p>\n\n\n\n<p>But if you just want to volunteer and that means that you will be there at the three days of the event, and you will all be spending time for the event while being there. Which is a different thing than being an organiser, because we had to work like months, several months before the event. So if you just want to be a volunteer you can do so many things from registration, or from helping the sponsors, from making sure everything is okay. From sitting on a corner and waiting for someone to ask you something.</p>\n\n\n\n<p>There are so many roles, and I believe that volunteers are a huge part of any event, even if it&#8217;s WordCamp Europe or a local WordCamp. Without the volunteers we can do nothing. And also we need to make clear that the organisers are also volunteers. I had a chat with multiple people, and it looks like some folks believe that we&#8217;re getting paid or we get something like a benefit or I don&#8217;t know, whatever. But we don&#8217;t, we&#8217;re just volunteers just like the rest of the volunteers and we are all equal during this event.</p>\n\n\n\n<p>[00:20:08] <strong>Nathan Wrigley:</strong> As one of the lead organisers, given that you probably have months and months of work involved in it, well probably years is more the correct way of describing it. But given that you&#8217;ve probably got to make trips to the event, now you mentioned that you don&#8217;t get paid, but is there a system whereby, if you&#8217;re at that level and you&#8217;re organising things and you have to, I don&#8217;t know, let&#8217;s say for example you don&#8217;t live in Greece so you needed to make a journey to Athens. Are there any scenarios in which those things are paid for? Or are you always dipping into your own reserves for the WordCamp organising endeavor?</p>\n\n\n\n<p>[00:20:42] <strong>Vagelis Papaioannou:</strong> I guess you can just look for a sponsor for a company that would like to sponsor you to do that. But in my case I covered everything. I&#8217;m in Greece, I&#8217;m just 500 kilometers away from Athens, so that wasn&#8217;t a big thing. But for other people coming from other countries, and if you consider that this is during summertime, and summertime in Greece the prices are going high, because of the tourism and all that stuff. They have to book hotels just like did, so it&#8217;s a big expense to be fair. I mean, it&#8217;s a few thousand euros to be able to go to venue visits and then go to the event, and stay for a week.</p>\n\n\n\n<p>[00:21:24] <strong>Nathan Wrigley:</strong> Yeah that&#8217;s interesting. I certainly have met people who have been sponsored to attend these events. Yeah thank you for that.</p>\n\n\n\n<p>We should probably also talk about the affordable nature of these events, because typically if you were to go to a three day conference, well in WordCamp&#8217;s case it&#8217;s often two days, and then there&#8217;s something called a contributor day which we&#8217;ll get onto in a minute.</p>\n\n\n\n<p>The cost of these tickets is really low. If you were to attend an event of similar size and scope elsewhere, I feel that you might have a very high ticket price. But WordCamps don&#8217;t have this ticket price. Now I understand that some of the money is offset from the sponsors, but typically they&#8217;re very affordable to attend in the region of, I don&#8217;t know 40, 50, 60 euros, something along those lines.</p>\n\n\n\n<p>So I just wanted to raise that as a point. You don&#8217;t need to have deep pockets if you want to attend. And if you&#8217;ve got local WordCamps it&#8217;s very likely that the cost will be low as well. In fact, in many cases, I think it would be true to say that the cost of your ticket probably wouldn&#8217;t even cover the food.</p>\n\n\n\n<p>[00:22:27] <strong>Vagelis Papaioannou:</strong> You always get your money back. And I mean our local WordCamps cost 25 euros. And you get lunch, you get swag, which swag is really, really important. And when someone goes to WordCamp Europe for the first time and you travel abroad, just bring an extra bag with you. You&#8217;re going to need it. I&#8217;m always bringing an extra bag when I go to WordCamp abroad.</p>\n\n\n\n<p>So yeah you always get your money back. You get coffees, you get refreshments, lunch. WordCamp Europe was 50 euros. It&#8217;s really cheap because if you consider other events of that scale, the ticket could be like 600 euros easily. So yeah these are really cheap events.</p>\n\n\n\n<p>[00:23:09] <strong>Nathan Wrigley:</strong> I&#8217;ll also point out the fact that there are, there&#8217;s quite a few initiatives. Many of them actually I believe begun by a previous WordCamp Europe over many years. So for example, if you have children that you need to be taking with you, that is also something which at WordCamp Europe at least, I can&#8217;t speak about the other ones, there are facilities provided for that.</p>\n\n\n\n<p>And also great lengths have been gone to, to make sure that the events are accessible as possible. So by that I might mean that for example, if you need the use of a wheelchair or something like that, great lengths have gone to to make sure that you can access all of the different parts of the event.</p>\n\n\n\n<p>But also that things like live translations are done, and not by an AI robot sitting in the corner but by a bank of real human beings, and all of those things really, they&#8217;re amazing. I&#8217;m quite proud in a sense that the WordPress community sees those things as important enough to spend the money on, to spend the time on, to get right.</p>\n\n\n\n<p>[00:24:13] <strong>Vagelis Papaioannou:</strong> Yeah that&#8217;s really great. And this is again done by volunteers, so we should just sit back and realise how much work we need to do in order to get these done. This year in Europe we had childcare and we also had workshops for children, which was really great. Every event should be inclusive, and accessibility should be our first concern.</p>\n\n\n\n<p>However this is something that brings a lot of drama into the community for numerous reasons. But yeah we should all help everybody, everyone, every single one to come to WordCamp and have fun.</p>\n\n\n\n<p>[00:24:56] <strong>Nathan Wrigley:</strong> Yeah nice. So I think we&#8217;ve painted a picture there hopefully of an event which is not only affordable, if you can make it there. The cost of the ticket is affordable, but also inclusive. There&#8217;s a whole variety of different things, you don&#8217;t need to be into one particular thing aka code.</p>\n\n\n\n<p>If you want to attend, it&#8217;s very likely that you&#8217;ll meet some people, make some friendships. And in my case I think it&#8217;s fair to say that quite a lot of real, proper, genuine friendships have been built up from chatting to people who were stood next to me that I never knew just five minutes before.</p>\n\n\n\n<p>So they&#8217;re the big events. Now I can&#8217;t remember whether you mentioned whether you&#8217;re a part of a more local meetup, but I think if we could just get into that quickly.</p>\n\n\n\n<p>[00:25:42] <strong>Vagelis Papaioannou:</strong> I&#8217;m organising me and a few friends, I&#8217;m going to call them friends because after all these years I consider them to be my friends. We&#8217;re organising the Thessaloniki meetups, which is a monthly meetup. We try to do presentations. We also have a workshop going on about creating what we called the first community block theme, but we didn&#8217;t do it fast enough. Someone else did that, but that&#8217;s fine. And we also tried to do a few outdoors meetups. The next one is in a month or so in the city near Thessaloniki.</p>\n\n\n\n<p>Local meetups are great. We just have a beautiful small place, sponsored by a local business here in Thessaloniki. We gather once a month, we have some snacks, we have some refreshments, we exchange ideas, we have a laugh, we do the presentation and then everyone goes home. And then we just wait for the next one.</p>\n\n\n\n<p>It&#8217;s really hard to organise these kind of events. It really needs some time to get them done correctly, and it&#8217;s always done by our personal time, so it&#8217;s not that easy. But it&#8217;s fun, and people really like these kind of events.</p>\n\n\n\n<p>Oh, I forgot to mention, these events are free, so anyone can just come and join us. There&#8217;s no ticket or whatever. We do have a sponsor which helps a lot for snacks and refreshments, and we do have another sponsor for the venue, so we&#8217;re pretty much covered and yeah, it&#8217;s fun.</p>\n\n\n\n<p>[00:27:22] <strong>Nathan Wrigley:</strong> Yeah so much more frequent. The cadence is typically I think once a month, something like that. Much more local, so there&#8217;s no accommodation requirements. You just make your way there. Often in the evening when the work day is over. A couple of hours of presentation, like you said a few snacks and that&#8217;s the way it goes.</p>\n\n\n\n<p>So a real nice way to keep up to date with your local WordPressers. And I think these things, once they kickstart themselves after the pandemic, I think really just events like that really do underpin the whole community. Without them I don&#8217;t know where we&#8217;d be in all honesty.</p>\n\n\n\n<p>[00:27:55] <strong>Vagelis Papaioannou:</strong> It&#8217;s an important part of the community, the meetups, I believe.</p>\n\n\n\n<p>[00:27:59] <strong>Nathan Wrigley:</strong> Yeah I think so too. Let&#8217;s move on. Let&#8217;s pivot because we&#8217;ve got something else to talk about. So this is something called the training team. Obviously it&#8217;s connected with WordPress but I wouldn&#8217;t really say that I know too much about this. During the process of this interview hopefully I will be learning a lot about it as well.</p>\n\n\n\n<p>Let&#8217;s just lay the bedrock. What is the training team? What&#8217;s its purpose? How long has it been around? Any place you want to begin there really.</p>\n\n\n\n<p>[00:28:23] <strong>Vagelis Papaioannou:</strong> Well the training team is brilliant. There&#8217;s so much content for anyone and everyone in there. And how I met the training team. A year ago I wanted some resources about our local meetup, and I was talking with someone from the marketing team, and they told me just go to the training team and get some content.</p>\n\n\n\n<p>What&#8217;s a training team? I&#8217;ve never heard of it. And then I joined the training team and I&#8217;ve seen that there are so much good content in there. There are courses, there are lesson plans, there is so much content for all different levels of WordPress users or developers. For the last year it grew so much.</p>\n\n\n\n<p>There are two main things in training team, tutorials and lesson plans. You can follow a tutorial and then something new, or you can get a lesson plan and use it on a local meetup, or on your class and teach the others something new. And in order to do that there are a bunch of volunteers working day and night creating content.</p>\n\n\n\n<p>But most importantly keeping the content up to date, because that&#8217;s the most important thing. Whenever a new version of WordPress comes out and there are changes, we have to go back, review the content and do the appropriate edits. And also because we&#8217;re trying to be inclusive, we want to translate that content, and this is where I fit in. I try to translate as much content as possible in Greek. And I also have on the website in order to do some patterns, to do that translation easier for the translators.</p>\n\n\n\n<p>And now we&#8217;re in the state where we&#8217;re trying to find more people to contribute in translations because if we manage to translate all that content then there is no excuse for someone to say, I don&#8217;t know how to do that because everything is in there. So you can really learn something new every day from the training team. Which, by the way, can be found, this is confusing, at learn.wordpress.org. So training team is a team, but the website is learn, and this is where you go to learn WordPress. That&#8217;s the idea.</p>\n\n\n\n<p>[00:30:41] <strong>Nathan Wrigley:</strong> Do you know if there was a reason if you like, why the team was given a lot more focus and attention more recently? What I&#8217;m wondering is, we spoke a little while ago about the effect of things like the pandemic, and effect that that had on the community. I don&#8217;t know if it&#8217;s coincidental or if it&#8217;s intentional that more effort seems to be being put recently into things like providing training materials.</p>\n\n\n\n<p>There seems to be a lot more of that being created, but I see a lot more of it being mentioned in different parts of the WordPress ecosystem. So I didn&#8217;t know if it was an endeavor just to bolster what we&#8217;ve already got, or if it was trying to react to, I don&#8217;t know, community dwindling, something like that.</p>\n\n\n\n<p>[00:31:21] <strong>Vagelis Papaioannou:</strong> It&#8217;s probably both. I also think that training team has more resources now. By saying resources I mean more people, and more people join every day, and the more people we get the more content we have. And it looks like it&#8217;s getting a lot of support from the community and also the team leads.</p>\n\n\n\n<p>The previous ones,, and the ones we currently have did a really great job. I&#8217;m not going to get into names because I&#8217;m going to forget someone and it&#8217;s not fair. But they&#8217;re all great, and they all did so much about the training team. And I think this is part of the success of the team. It&#8217;s going to get better, I&#8217;m pretty sure about it.</p>\n\n\n\n<p>[00:32:02] <strong>Nathan Wrigley:</strong> Yeah so obviously it&#8217;s putting out content, it&#8217;s keeping that content up to date. WordPress is going through, well certainly in the last several years has gone through some real transformational changes. And it does feel like we&#8217;re with the advent of WordPress 6.2 and 6.3 and probably 6.4, there&#8217;s going to be a lot of changes, made and so communicating those changes is going to be really important.</p>\n\n\n\n<p>You mentioned that the team leads have been great. You also mentioned that there seems to be a steady trickle of people heading in your direction, wanting to help out with the team. How does that team organise itself? How do you come to decisions about, okay, we&#8217;ll make this piece of content, but we won&#8217;t make that piece of content just yet? Where do you meet? How often do you meet? What platforms are you using? And so on.</p>\n\n\n\n<p>[00:32:47] <strong>Vagelis Papaioannou:</strong> Well there&#8217;s a weekly meeting happening in the Make Slack of the training team. If anyone listening to this and doesn&#8217;t use Slack, just download Slack and join. How do we even call that? It&#8217;s always confusing. Well the Make Slack which is where all the WordPress folks are gathering around, and all the teams and all the info. And you can get really mad really quickly because of the massive amount of the information. But don&#8217;t worry about it just join training team. There&#8217;s a weekly meeting there.</p>\n\n\n\n<p>And then we do use GitHub, but don&#8217;t be scared if you hear of GitHub. We don&#8217;t really use it only for coding, we also use it to raise issues. And by raising an issue it can be a lesson plan idea, or a content idea. And this is where all the review is going on, and all of the conversation. And then all of a sudden the content is getting published into the website. It&#8217;s really easy. Everyone can contribute.</p>\n\n\n\n<p>I forgot to mention that I&#8217;m dyslexic. So it&#8217;s really hard for me to do many things related to languages and stuff, but I do manage to contribute successfully on those teams without any problem. And whenever I need a hand, a helping hand, there&#8217;s always someone to help you.</p>\n\n\n\n<p>You can also facilitate an online meetup in training team. That&#8217;s another great thing training team does. We do online meetups, and you can learn how to code custom Gutenberg block using React or JSX. Or you can just learn how to use a block, like the very first steps and one to do using Gutenberg.</p>\n\n\n\n<p>[00:34:29] <strong>Nathan Wrigley:</strong> Yeah I think it&#8217;s really remarkable the rate at which I&#8217;m seeing content being produced. And also a shame in a sense that it doesn&#8217;t get mentioned quite as much as I wish it did. I have to sometimes go looking for these things or subscribe to an RSS feed. But if everybody in the WordPress community was just familiar with that URL, learn.wordpress.org, I think you&#8217;d be hard pressed to find nothing there which should be of interest to you.</p>\n\n\n\n<p>Whether you&#8217;re kind of an expert in building blocks, or whether you just want some primer, some kind of 101 of how to begin using WordPress. It is increasingly an amazing resource. And so bravo for all of the things that are being done there.</p>\n\n\n\n<p>I&#8217;m just curious about the kind of jobs that might be needed, because I&#8217;ve seen video content. So obviously at some point somebody needed to sit down with a screen and record that stuff. But presumably there was some kind of script that was created for that. I&#8217;ve seen lots of written tutorials. I&#8217;ve seen things which you could describe as courses, where you know one thing leads onto another thing, there is isolated bits of content. What kind of tasks are in need of being done to keep that initiative going?</p>\n\n\n\n<p>[00:35:43] <strong>Vagelis Papaioannou:</strong> That&#8217;s a really hard one. I mean everyone can find something to do. You can do the meeting notes, which I can&#8217;t because I&#8217;m dyslexic, but you can. You can do a translation. You can get a lesson plan and translate it. You can create a lesson plan if you have an expertise, or you can create a tutorial. Or if you can create a video tutorial you can get the video and do the transcript.</p>\n\n\n\n<p>You can review the content and test what the lesson plan guides you to do and see if it&#8217;s correct or not. And then provide feedback for the author to correct it, or say, yeah it&#8217;s great just publish it. There&#8217;s so many things from the smallest to the biggest one. And it&#8217;s really easy, even with an hour per week you can really make the difference.</p>\n\n\n\n<p>[00:36:33] <strong>Nathan Wrigley:</strong> I guess the whole imposter syndrome thing may be something that people are concerned about. You know they&#8217;re listening to this and think, do you know what I think I&#8217;ve got something that I want to share, but there&#8217;s probably somebody out there who&#8217;s better at it than me. You know they&#8217;re a better writer or they&#8217;ve got skills for putting videos out there.</p>\n\n\n\n<p>I guess we should address that. Are there any barriers to entry here in terms of the quality of what you&#8217;ve got to produce, or the level of expertise? You know if you are going to be writing or producing materials around, let&#8217;s say, something in WordPress Core, you probably do need to have some decent understanding of how that all works so that the content is actually useful.</p>\n\n\n\n<p>[00:37:09] <strong>Vagelis Papaioannou:</strong> Yeah definitely. Well if you get into coding, I mean if you do a coding tutorial I guess you should just follow the coding standards and all that stuff. But again, if you do a mistake it&#8217;s not the end of the world. Someone will point you out to the right direction and you&#8217;re going to figure it out.</p>\n\n\n\n<p>And as you may already know, and I&#8217;m sure you do, the best way to learn something really deeply is by writing or teaching it. This is the best way if you want to master a craft. If you try to teach it to somewhere else, you get really deep into it. And at the end of the day you will realise your weaknesses and you get better. Or you will realise that you shouldn&#8217;t have that imposter syndrome, which I have really bad.</p>\n\n\n\n<p>[00:37:55] <strong>Nathan Wrigley:</strong> Amazing. You&#8217;ve come on this podcast. Thank you for that. Takes a lot of effort.</p>\n\n\n\n<p>[00:37:59] <strong>Vagelis Papaioannou:</strong> I have to say it&#8217;s not an easy thing, but I mean I&#8217;m dyslexic it&#8217;s not something terrible. It&#8217;s just, okay I may read half your email and I may respond to half of it, or I may mess a few characters. But other people may get these as a weakness and step back because they have something like that. We have people in WordPress community that they can&#8217;t even see and they code daily, which is a massive thing.</p>\n\n\n\n<p>If you consider that there&#8217;s a person without sight who can create some kind of code which is what they do for a living. Why should I stay back because I have that minor thing? And people shouldn&#8217;t just stay back. Just join the community. If you know one thing to do just say, yeah I&#8217;m good at it, and you&#8217;ll find someone to pair with and create something really good and helpful for others.</p>\n\n\n\n<p>[00:38:56] <strong>Nathan Wrigley:</strong> What a cheery episode this has been. I really enjoyed this. And we talked about these fabulous events which you can get yourself involved in. Potentially make some real meaningful friendships and learn lots of things. But also pivoted to talk about the learn.wordpress.org, the training team if you like, and all of the free resources that are over there. A sort of sub community, if you like, of people there that you can also make friends with, and become part of the training team setup.</p>\n\n\n\n<p>If somebody has been listening to this today and has thought to themselves, do you know what, maybe that&#8217;s for me, I&#8217;m going to give it a go. Whether that&#8217;s organising an event or becoming interested in training and all of that kind of thing. Let&#8217;s tackle the training team bit first. Where would you advise people to go? You mentioned obviously Slack but I wondered if there was somewhere else that you wanted to mention as well.</p>\n\n\n\n<p>[00:39:44] <strong>Vagelis Papaioannou:</strong> If you don&#8217;t want to join Slack yet, just go to learn.wordpress.org, and this is the main website. And at the very bottom of your screen you&#8217;ll find the CTA. Have an idea for your content? Let us know. Apply to present a tutorial. Submit the topic idea. Just click any of those buttons. And on top of that there&#8217;s another block which says get involved, learn how to contribute. And you get all the info from there. It&#8217;s really easy. And there&#8217;s nothing scary into the process of being part of the team. There are all really welcoming and we&#8217;re really all good people. Well most of us.</p>\n\n\n\n<p>[00:40:24] <strong>Nathan Wrigley:</strong> Yeah thank you. And then pivot that to events, meetups and WordCamps. Where would you point people if they want to begin that journey?</p>\n\n\n\n<p>[00:40:32] <strong>Vagelis Papaioannou:</strong> Well I guess from their local community. Also be aware that you may see that there are a few faces that are again and again on the same event. An example, I&#8217;ve done a presentation at WordCamp Athens 2022. I&#8217;ve done one in 2021 I guess. I can&#8217;t remember. And then I did one in 19.</p>\n\n\n\n<p>This is not because I&#8217;m special or something. This is because you didn&#8217;t apply. If you apply. You may get up there. We need help. We need more people. We need more organisers. We need more people to do presentations, more speakers if you want to. Don&#8217;t block yourself, just find your local community, get in touch with them, apply to facilitate an event, apply as a speaker.</p>\n\n\n\n<p>It&#8217;s really easy. And even if you don&#8217;t get approved at the first time you apply as a speaker just do it again. Try again. It&#8217;s not the end of the world and it&#8217;s not personal. It&#8217;s probably because that specific event had too many applications, or maybe your presentation was too specific to something.</p>\n\n\n\n<p>I mean I&#8217;m a coder but I&#8217;m not going to do a really deep, deep coding presentation because I know most folks are not coming for that on a local WordCamp, and they kind of get bored and we need to sell these tickets. So we had to do some funny presentations coding wise, but not just open your terminal people, type npm install and do that stuff. Yeah you know what I mean?</p>\n\n\n\n<p>[00:42:09] <strong>Nathan Wrigley:</strong> If somebody has been listening to this podcast, this is more particular to you, where, if you wish to share that is, where would people be able to contact you? Perhaps you&#8217;ve got a website that you want to mention or a, I don&#8217;t know, a social media handle that you feel is a good way for people to get in touch.</p>\n\n\n\n<p>[00:42:25] <strong>Vagelis Papaioannou:</strong> I do have a website which I made at WordCamp Athens some year. I can&#8217;t remember. It was a presentation about headless WordPress, which was really good back then when people started to freak out about Gutenberg. And I don&#8217;t use it at all, so there&#8217;s no content in there, so don&#8217;t use that.</p>\n\n\n\n<p>Find me on GitHub. My username is vagelisp. Or on Twitter, and my handle on Twitter, it&#8217;s VagPapDev. Yeah that&#8217;s hard. V A G P A P D E V. That&#8217;s my Twitter handle. You can find me there. And of course on any of the Make Slack channels as Vagelis. And on Greek community Facebook and Slack channels as Vagelis as well.</p>\n\n\n\n<p>Some may spot it that my name is spelled wrong and you may seen this with an n, Vangelis. I just don&#8217;t like it with a name. It&#8217;s my name. I&#8217;ll write it however I want.</p>\n\n\n\n<p>[00:43:20] <strong>Nathan Wrigley:</strong> Thank you so much for joining us on the podcast today. I do hope that you get some people reaching out. That would be really great. I appreciate it. Thank you so much.</p>\n\n\n\n<p>[00:43:27] <strong>Vagelis Papaioannou:</strong> Thanks for having me. It was really fun. And I really hope someone got something out of it, and someone got the boost, they may wanted to join their local community.</p>\n</div>\n\n\n\n<p>On the podcast today we have <a href=\"https://twitter.com/VagPapDev\">Vagelis Papaioannou</a>.</p>\n\n\n\n<p>Vagelis is a software engineer from Greece. His journey with coding began during his elementary school years, in an experimental coding class. This sparked a lifelong passion within him. His love for WordPress dates back to the early versions. For the last eight to nine years, he has actively participated in the Greek WordPress community, engaging in various roles such as organising WordCamps and meetups. Vagelis also contributes to multiple teams, cherishing the small contributions that allow everyone to make a difference. He also serves as the Project Translation lead for the Greek language.</p>\n\n\n\n<p>Vagelis, although a self confessed introvert, shares his initial struggles with being a part of the community and attending local meetups. He encourages people to step outside their comfort zones and attend events like WordCamps and meetups, where they’re likely to discover a welcoming and friendly atmosphere.</p>\n\n\n\n<p>Vagelis recounts his own experience of attending such events, initially feeling scared, but eventually having an enjoyable time, making many lasting friendships along the way. He talks about how local meetups are more casual gatherings than WordCamps. People come together to talk about WordPress, learn, and spend time with like-minded individuals. From meetups by the sea to forest walks, these events offer opportunities for both education and social engagement.</p>\n\n\n\n<p>On the subject of WordCamps, Vagelis unravels the magic behind these larger, multi-day events with presentations and a contributor day. He emphasises that contribution to the community doesn&#8217;t necessarily require coding skills, and encourages more people to get involved. WordCamps are not only platforms for learning and exchanging ideas, but they also provide a space for attendees to have fun, network, and explore all manner of other opportunities.</p>\n\n\n\n<p>We talk about the importance of the code of conduct at WordCamps. This code ensures that participants know that they are going to have a safe and inclusive experience. With attendees joining from all corners of the globe, these events attract a diverse range of individuals who are passionate about the software and the community.</p>\n\n\n\n<p>We then talk about the effort required to organise these events, Vagelis explains why he’s willing to dedicate his time and energy to be part of such complex projects. He talks about the benefits participants gain from taking an active role, whether as organisers, speakers, or volunteer. As Vagelis shares his personal experiences in organising and participating in events like WordCamp Athens, he strongly advocates for more community involvement and highlights the need for new organisers to get involved to allow the community to meet up once again.</p>\n\n\n\n<p>We then get into a discussion of other ways that you can be involved, this time in the Learn project, which is making freely available materials so that people can learn about WordPress at a time that suits them.</p>\n\n\n\n<p>Vagelis talks about what the Learn team does and how you can join them. He discusses how the team works, using GitHub for collaboration and accommodating individuals with various skills and abilities. From the educational content available on the learn.wordpress.org website, to the valuable connections made through hallway chats, Vagelis emphasises the power and importance of the WordPress community.</p>\n\n\n\n<p>If you&#8217;re a seasoned WordPress enthusiast or just starting your journey in contributions, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links.</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a></p>\n\n\n\n<p><a href=\"https://github.com/vagelisp\">Vagelis&#8217; GitHub</a></p>\n\n\n\n<p><a href=\"https://twitter.com/VagPapDev\">Vagelis&#8217; Twitter</a></p>\n\n\n\n<p><a href=\"https://www.facebook.com/groups/WordPressGreekCommunity/\">Greek Community Facebook Group</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 20 Sep 2023 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WPTavern: WP Tavern Launches Forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148993\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"https://wptavern.com/wp-tavern-launches-forums\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2617:\"<p>WP Tavern is <a href=\"https://wptavern.com/forums\">launching forums</a> today. If you have ever sat up all night with a feverish infant, searching for answers on a mommy messaging board, hunted down solutions for obscure bugs, or wasted an entire afternoon on a subreddit, then you know that forums are not dead. </p>\n\n\n\n<p>Since the early days of BBSes (<a href=\"https://en.wikipedia.org/wiki/Bulletin_board_system\">Wikipedia link</a> for you young whippersnappers), which housed prototypical forums before the advent of the World Wide Web, modern forums have evolved and established themselves as a stalwart, timeless medium for asynchronous communication, fostering communities, and sharing knowledge among individuals with diverse interests and needs.<br /><br />Today we will begin exploring how forums can help expand conversations that originate on the Tavern, especially within the comments of a post. Our new forums are powered by bbPress, which enables readers to create discussions by visiting the comment section of an article and clicking on “Create forum topic from comment” based on comments that you find particularly insightful.</p>\n\n\n\n<p>Under the forum called “<a href=\"https://wptavern.com/forums/forum/discussions\">Discussion</a>” you will find topics that have been created based on article comments. This offers readers a way to engage further with comments that spark larger discussions, long after the article has been published and comments have closed. This feature is available alongside traditional bbPress forums where logged-in users can create topics.</p>\n\n\n\n<p>If a forum topic already exists for a comment, a link labeled “Continue Discussion in Forum” will appear on that topic, leading to the ongoing forum discussion. This prevents people from creating multiple forum topics from a single comment. These topics will include a link back to the original comment at the top of the thread. It is also still possible to add regular (non-forum) replies to comments as usual.</p>\n\n\n\n<p>Readers must be <a href=\"https://wptavern.com/register\">registered and logged in</a> order to post on the forums. At this time, topics and replies will continue to be moderated before they are published. We have tried wild west commenting style in the past and it doesn&#8217;t work well for raising the level of discourse and engagement that we hope to have in our forums. Come <a href=\"https://wptavern.com/register\">join us</a>, <a href=\"https://wptavern.com/forums/forum/introductions\">introduce yourself</a>, and <a href=\"https://wptavern.com/forums\">start some new topics</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Sep 2023 17:48:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Do The Woo Community: Elevating the Entrepreneurial Spirit with Colin Daniels\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76563\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://dothewoo.io/elevating-the-entrepreneurial-spirit-with-colin-daniels/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:433:\"<p>Colin, co-founder of FooSales and FooEvents, walks us through the product journey with his WordPress and WooCommerce plugins.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/elevating-the-entrepreneurial-spirit-with-colin-daniels/\">Elevating the Entrepreneurial Spirit with Colin Daniels</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Sep 2023 09:48:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Openverse Wins 2023 Open Education Award, Seeks Community Feedback for 2024 Roadmap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148845\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://wptavern.com/openverse-wins-2023-open-education-award-seeks-community-feedback-for-2024-roadmap\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3060:\"<p>Openverse has landed an <a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\">Open Education Award for Excellence</a> in the Open Infrastructure category. <a href=\"https://www.oeglobal.org/\">Open Education Global (OEG)</a> is a non-profit organization that supports the use of open education to expand education access and affordability. Its annual awards recognize outstanding contributions to the Open Education community and its network of resources.</p>\n\n\n\n<p>Openverse is one of 16 winners selected from more than 170 applicants. The award reviewers suggested Openverse &#8220;should be the primary recommended search for OER development,&#8221; due to its clear licensing and easy, one-click attribution, among other features:</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>That easy attribution feature (one-click copy for a full formed Creative Commons attribution) might be reason enough for an award, but the features to filter searches by source collections and other parameters (image orientation, specific license) provides seekers of open content important affordances to find clearly licensed media they can reuse.</p>\n\n\n\n<p>Openverse should be the primary recommended search for OER development, as the licensing is explicitly clear, not subject to third party owners writing their own license), being of great value for projects that mix content from multiple sources. </p>\n</blockquote>\n\n\n\n<p>Openverse has made significant progress since coming under the WordPress project&#8217;s umbrella. In the past year, the team has <a href=\"https://github.com/WordPress/openverse/issues/394\">added usage analytics</a>, <a href=\"https://github.com/WordPress/openverse/issues/415\">made major improvements to its user interface</a>, <a href=\"https://github.com/WordPress/openverse/issues/386\">moved Openverse out of an iFrame</a>, <a href=\"https://github.com/WordPress/openverse/issues/377\">added filtering and blurring of sensitive results</a> (nearing completion), among many other technical improvements. The team is requesting feedback as they begin planning the 2024 roadmap.</p>\n\n\n\n<p>&#8220;This project thrives on collaboration, and as we begin plotting our course for 2024, we want to hear from <em>you</em>,&#8221; Automattic-sponsored Openverse data engineer Madison Swain-Bowden said. &#8220;Have an idea that could improve Openverse? Noticed a feature gap we haven’t addressed? Have suggestions to improve existing features? We are eager to hear all about it!&#8221;</p>\n\n\n\n<p>Anyone who wants to contribute a proposal regarding Openverse&#8217;s future can publish a comment to the team&#8217;s blog <a href=\"https://make.wordpress.org/openverse/2023/09/15/openverse-2024-planning-we-want-your-ideas/\">post requesting feedback</a>. For more information about Openverse&#8217;s current projects and those that are on hold, check out the <a href=\"https://make.wordpress.org/openverse/2023/08/28/openverse-monthly-priorities-meeting-2023-09-06/\">notes</a> from the team&#8217;s most recent monthly meeting.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Sep 2023 22:00:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"WPTavern: New Plugin Adds Citations and Bibliography Block to WordPress Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148756\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wptavern.com/new-plugin-adds-citations-and-bibliography-block-to-wordpress-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2984:\"<p><a href=\"https://wordpress.org/plugins/citations/\">Citations</a> is a new plugin created by <a href=\"http://www.wp-munich.com/\">WP Munich</a> and the team at <a href=\"http://www.luehrsen-heinrich.de/\">Luehrsen // Heinrich</a>, a German WordPress agency. It makes it easy to create in-text citations and assign them a specific source. Most of the existing plugins that do this are for older versions of WordPress. This one is created specifically for those using the block editor.</p>\n\n\n\n<p>Citations introduces a new menu item to the rich text formatting toolbar. Users can highlight the text they want to cite, click &#8216;Cite&#8217; in the toolbar, and then define the source in the pop-up by inputting the source information into the fields provided.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1920\" height=\"1080\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/citations-plugin.png\" alt=\"\" class=\"wp-image-148946\" />\n\n\n\n<p>The Citations plugin includes one Bibliography block, which will be automatically populated with all the sources of the in-text citations added in the content. Citations are linked to the corresponding source inside the Bibliography block. The block can be positioned anywhere in the document, although readers likely expect it at the bottom.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1920\" height=\"1080\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/bibliography-block.png\" alt=\"\" class=\"wp-image-148949\" />\n\n\n\n<p>Users can edit the citations and the sources in the Bibliography block by clicking on them.</p>\n\n\n\n<p>What&#8217;s the difference between citations and WordPress&#8217; core Footnotes block?  Although both are used in academic and scholarly writing to provide references and additional information about sources used in a document, there are a few key differences. </p>\n\n\n\n<p>Citations credit the original source of the information with all the source details in the bibliography at the end of the document. Footnotes are  more flexible in that they can include additional context or comments at the bottom of the document, to keep the text from becoming too cluttered with explanatory notes. They may also be used to source citations with the author, title, and publication details, but do not always follow the bibliography format.</p>\n\n\n\n<p>The Citations plugin also includes a pattern that will insert some Lorem Ipsum paragraphs with citations and a sample bibliography with sources at the bottom. This gives users an idea of how the plugin can be used to structure a document for citing sources, if they are just getting started. Users can search for &#8220;Citations Demo&#8221; in the pattern search bar to find it.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/citations/\">Download the plugin</a> for free from WordPress.org, or give it a <a href=\"https://playground.wordpress.net/?plugin=citations\">test drive using WordPress Playground</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Sep 2023 17:43:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WordPress.org blog: WP Briefing: Episode 62: Enterprise Clients and the Business of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://wordpress.org/news/?post_type=podcast&p=15971\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://wordpress.org/news/2023/09/episode-62-enterprise-clients-and-the-business-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16346:\"<p>Join WordPress Executive Director Josepha Haden Chomphosy as she discusses the role WordPress Enterprise plays along with the WordPress community.</p>\n\n\n\n<p><em><strong>Have a question you’d like answered? You can submit them to&nbsp;<a href=\"mailto:wpbriefing@wordpress.org\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\n\n\n\n<h2 class=\"wp-block-heading\">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href=\"https://profiles.wordpress.org/chanthaboune/\">Josepha Haden Chomphosy</a><br />Editor:&nbsp;<a href=\"https://profiles.wordpress.org/dustinhartzler/\">Dustin Hartzler</a><br />Logo:&nbsp;<a href=\"https://profiles.wordpress.org/javiarce/\">Javier Arce</a><br />Production:&nbsp;<a href=\"https://profiles.wordpress.org/bjmcsherry/\">Brett McSherry</a><br />Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class=\"wp-block-heading\">Show Notes</h2>\n\n\n\n<ul>\n<li>The 2023&nbsp;<a href=\"https://communitysummit.wordcamp.org/2023/\">Community Summit</a>&nbsp;in Washington, DC</li>\n\n\n\n<li><a href=\"https://wordpress.org/enterprise/\">WordPress Enterprise</a></li>\n\n\n\n<li><a href=\"https://beta.nasa.gov/\">NASA Website (beta)</a></li>\n\n\n\n<li><strong>A small list of big things</strong> (SLBT)\n<ul>\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/07/evolving-the-fse-outreach-program/\" target=\"_blank\">Evolving the FSE Outreach Program</a>&nbsp;&#8211; With WordPress 6.3 bringing Phase 2 to completion, it’s time for the FSE Outreach Program to evolve alongside the broader WordPress project and needs.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/08/31/proposal-an-update-to-the-field-guide/\" target=\"_blank\">Proposal: An update to the Field Guide</a>&nbsp;&#8211; This proposal is one step, but not necessarily the only step, at improving communication around WordPress releases and making it easier for WordPress updates to instill confidence.</li>\n\n\n\n<li>We are still looking to receive more&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpressdotorg.survey.fm/next-generation-of-wordpress-events\" target=\"_blank\">ideas on the future of WordPress events</a>&nbsp;&#8211; We have brought this up in the past, but there is still time to submit ideas.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\" target=\"_blank\">Proposal for updated support guidelines</a>&nbsp;&#8211; As these result from work during WordCamp Us 2023, if you are at the venue and wish to discuss something, please feel free to reach out.</li>\n\n\n\n<li>&nbsp;<a rel=\"noreferrer noopener\" href=\"https://make.wordpress.org/core/2023/09/05/call-for-testing-performant-translations/\" target=\"_blank\">Call for Testing: Performant Translations</a>&nbsp;&#8211; Provide your feedback; if you encounter any issues or have questions about the plugin, please comment or open a new support topic. In addition to that,&nbsp;<a rel=\"noreferrer noopener\" href=\"https://github.com/swissspidy/performant-translations\" target=\"_blank\">contributions can be made on GitHub</a>.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://www.eventbrite.com/e/speaker-workshop-for-indian-women-in-the-wordpress-community-sept-23-24-tickets-633636773647\" target=\"_blank\">WordPress Diversity Training</a>&nbsp;&#8211; This is a 2-day workshop for women in India (other countries are welcome to join us, too) who are considering speaking at a WordPress Meetup or WordCamp.</li>\n\n\n\n<li><a rel=\"noreferrer noopener\" href=\"https://www.meetup.com/antelope-valley-wordpress-meetup/events/295817501\" target=\"_blank\">Let&#8217;s talk about WordPress</a>! &#8211; The WordPress Community team is looking for some folks to take the lead in hands-on organizing your Meetups</li>\n\n\n\n<li><a href=\"https://wpincludes.me/\">WP Includes</a></li>\n\n\n\n<li><a href=\"https://www.meetup.com/philadelphia-wordpress-meetup-group/events/296006705\">WordPress Insights</a>: WCUS Recap and WCEU Vision with Ruth Kalinka</li>\n</ul>\n</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Transcript</h2>\n\n\n\n<span id=\"more-15971\"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello everyone. And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it. And get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go!</p>\n\n\n\n<p>(Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:29] <strong>Josepha:</strong> In our last episode, we talked about the Community Summit and some trends that I was seeing. I&#8217;ve spent a lot of time since then summarizing the notes from each session, and I was processing notes from the session about aligning WordPress Enterprise and WordPress Community, which is a session that explored the various strengths and weaknesses of WordPress from an enterprise perspective, but especially when it comes to contributing to or communicating about WordPress.</p>\n\n\n\n<p>Now, my vantage point on analyses like these is generally pretty different. Since I work mainly in an operations space for the project, I&#8217;m almost always looking at the health and safety of our ecosystem, product excellence, funding, things like that. So, I especially like to attend sessions that are from the vantage point of people who are much closer to the work than I am.</p>\n\n\n\n<p>[00:01:15] <strong>Josepha:</strong> When I looked at the brainstormed list of things from the session, my first inclination was to catalog the relationships between what we saw as a positive or a negative and the things that we saw as intrinsic to us versus part of the environment. But the more I look at it, the more I see that there&#8217;s confirmation of what I have always known to be true. That WordPress is a valuable starting point for web-based solutions of all sizes and any purpose. Let&#8217;s take a look at some of the biggest themes that shine through from that session. I was able to distill them down to about nine primary themes, but I especially want to focus on some that come up year after year in talking with our community.</p>\n\n\n\n<p>[00:01:57] <strong>Josepha:</strong> The first, of course, is the community and ecosystem. If you&#8217;ve listened to this podcast 62 times, then you&#8217;ve heard me say at least like 60 times that the community is what sets us apart from other open source projects. But, I would encourage you to expand that understanding to include the ecosystem that the community provides.</p>\n\n\n\n<p>The community not only helps to plan and create WordPress, our primary software, but it also makes it distributable through the Polyglots team and Accessibility and Docs and Training. It also makes it extendable through plugins and themes and all of the work that goes into reviewing plugins and themes and the support that&#8217;s provided to people who come to the WordPress.org site, trying to figure out how to make this thing work for them.</p>\n\n\n\n<p>And we also, this community, make it knowable, not only through the community part with our event series but also in marketing and the videos that we provide on WordPress TV and all of the training and learning cohorts that we provide on learn.WordPress.org, all of those teams make WordPress learnable and knowable and easy to use and usable to more people and available across the world, regardless of whether you speak English or not. And so yeah, the community and the ecosystem are some of the things that makes WordPress valuable for enterprise, but also WordPress valuable in general.&nbsp;</p>\n\n\n\n<p>[00:03:24] <strong>Josepha:</strong> The second is the software&#8217;s usability and flexibility. I said at WordCamp US that we exist for as long as people want to use our software, and that&#8217;s a funny little two-sided coin for us. WordPress remains very usable for folks who come to it in the same way that I came to it, which is as a user who is trying to accomplish a goal unrelated to WordPress. I didn&#8217;t start using WordPress because I wanted to figure out how WordPress worked or because I wanted to figure out how to contribute to WordPress. I came to WordPress because I was trying to market something, and WordPress was the best choice for that. But it&#8217;s also flexible for our brilliant developers out there who are doing things like building a suite of sites for NASA or creating bespoke social networks. So, our usability and flexibility, both of those things working together, are certainly one of the things that make me know that WordPress is incredibly valuable for anyone who needs to use it.</p>\n\n\n\n<p>[00:04:22] <strong>Josepha:</strong> But the final thing is WordPress&#8217;s longevity or our resilience. So, I used to work at a marketing agency that served enterprise-level clients. And any time we pitched a new site build to a client, one of the main elements of discussion during decision-making was how long the decision would last. Do you want a page that you can launch in a day, run a six-week campaign through, and then abandon it forever? Or do you want a site that can take up to six weeks to build but can be yours to refine and hone for years after that? I know this seems like a silly example, but when you&#8217;re looking at the potential for a long-term bet, what you&#8217;re worried about, what you&#8217;re asking is, is this a software trusted in my industry? Is it time-tested by those companies I aspire to be? Is the available workforce composed of seasoned professionals or flash-in-the-pan peddlers of the latest craze? And of that workforce, how many will still be doing this in five years? </p>\n\n\n\n<p>The question of how long we&#8217;ve been doing this and why it matters that WordPress has been here for 20 years and has no intention of going anywhere should be so much higher on everyone&#8217;s list of reasons to use this software. Yes, the WordPress software is powerful enough to be everything you might want it to be someday, but the WordPress ecosystem brought to us by this community has shown resilience through major breaking changes in 2008, 2016, 2018, 2020, and probably a lot of things between there that we have forgotten. So, if I were hoping to hedge my bets on a long-term solution, I would absolutely place those bets on this community, this ecosystem, and this software.&nbsp;</p>\n\n\n\n<p>(Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:17] <strong>Josepha:</strong> And now, it&#8217;s time for our small list of big things. I actually have a very big list today, so I&#8217;m just gonna break it out into two chunks. The first chunk is that we actually have a lot of calls for feedback and testing right now. We have six calls for feedback and testing that I really could use your input on.</p>\n\n\n\n<p>The first one is that we still are having that discussion about how to evolve the FSE outreach program. That program started as a way to get faster, more fluid user feedback, specifically about full site editing inside Gutenberg. But there is a question now about where it needs to exist, how it&#8217;s serving current project needs, and what the future project needs will be. And so stop by that one. That should be a good, lively discussion.&nbsp;</p>\n\n\n\n<p>[00:07:06] <strong>Josepha:</strong> Speaking of discussions that are lively, we also have an update to the field guide. We have a proposed update to the field guide. This is not something that we&#8217;re looking to put in place for WordPress 6.4, just because that is coming so quickly. But it is something that we want to look at for future iterations of the field guide that come out with every major release. We want to make sure that we&#8217;re getting valuable information to the right people at the right time without having so much that it&#8217;s overwhelming but also without having so little that we miss really important things.&nbsp;</p>\n\n\n\n<p>[00:07:47] <strong>Josepha:</strong> There is another request for feedback, which is about additional ideas on the future of WordPress events. I brought this up in the past. I think I mentioned it on one other small list of big things, but there&#8217;s still time. So, if you&#8217;ve been shy about sharing your ideas, let this be your sign to get brave. Go share your thoughts on what events of the future should be for us.&nbsp;</p>\n\n\n\n<p>[00:08:03] <strong>Josepha:</strong> There&#8217;s also a proposal for updated support guidelines. This proposal comes out of a discussion that was had at WordCamp US, and so there is a summary of the discussion and then also the proposal that&#8217;s out there. I think that for all guidelines like this, support guidelines, and probably all things that require some review from ourselves, we always could stand to take a look at where those are, what brought us to where we are today, and what we can use to be better and more current in our client&#8217;s needs and our customers needs users needs as we are looking through those guidelines I think that the deadline for feedback on that is around the middle of September as well.&nbsp;</p>\n\n\n\n<p>[00:08:47] <strong>Josepha:</strong> And then the final bit of feedback/call for testing is on performant translations. That is a testing call for feedback. Contributions to that can be made on GitHub as well if that&#8217;s something where you test it and you immediately know how to offer some patches to make things better. That&#8217;s great, but you can always just leave your feedback in a comment or a new support topic.&nbsp;</p>\n\n\n\n<p>[00:09:19] <strong>Josepha:</strong> Okay, so that was the first chunk of the small list of big things. We have the second chunk of the small list of big things, which is to say that if all of that was new to you and sounds a little bit daunting and, you need some support to get started. There are also a couple of kind of group things that you can do in the coming weeks to get you started on that.&nbsp;</p>\n\n\n\n<p>There is a new WordPress diversity training session that&#8217;s happening. It&#8217;s a two-day workshop for women, specifically in India, but other countries are welcome to join us, too. We&#8217;ll be thinking about how to pull together your first presentation proposal, I believe.</p>\n\n\n\n<p>The next one is that the WordPress community team is looking for folks to learn more about organizing meetups. And so, I&#8217;ll include a link to that in the show notes as well, but if you&#8217;ve never done this before and that did not sound like a getting started thing, trust me, organizing meetups not only is something that is easy to do because it&#8217;s kind of casual, you can get people together like in a coffee shop to talk about WordPress, but also the team over there has excellent onboarding. And so give it a try; at the very least, give it a read.&nbsp;</p>\n\n\n\n<p>The third thing on that set of things is that there&#8217;s a new group called WP Includes working to pair women in the WordPress community with one another for support and advice along their career paths. I will include a link to that in the show notes as well.</p>\n\n\n\n<p>And then the final thing is that there is a meetup event that&#8217;s focused on flagship events coming up on September 21st. It will recap WordCamp US and host an open discussion for ideas for WordCamp Europe as well. Like I said, that&#8217;s going to take place on September 21st. I will include a link to that in the show notes as well.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> If you don&#8217;t know where the show notes are, if you, sorry, if you&#8217;re listening to this on, like, Pocketcasts or Spotify or any other thingy, and you don&#8217;t know what I mean when I say the show notes, and you&#8217;ve literally never seen them in your life. You can go to WordPress.org/news/podcast, and there are transcripts and show notes with every podcast I put up, and that&#8217;s what I mean when I say that. WordPress.org/news/podcast, and then you get a bunch of links. It&#8217;ll be great.&nbsp;</p>\n\n\n\n<p>That, my friends, is your small list of big things. Thank you for tuning in today for the WordPress Briefing. I&#8217;m your host, Josepha Haden Chomphosy, and I&#8217;ll see you again in a couple of weeks.<br /></p>\n\n\n\n<p>(Outro music)</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Sep 2023 12:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"Do The Woo Community: AI, WordPress and Woo with Alain Schlesser, Bud Kraus and Mark Westguard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76557\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://dothewoo.io/ai-wordpress-and-woo-with-alain-schlesser-bud-kraus-and-mark-westguard/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"<p>Bud Kraus and Mark Westguard chat with Alain Schlesser about his story, and a look at AI, from coding to ecommerce to the ethics.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/ai-wordpress-and-woo-with-alain-schlesser-bud-kraus-and-mark-westguard/\">AI, WordPress and Woo with Alain Schlesser, Bud Kraus and Mark Westguard</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 18 Sep 2023 09:07:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Gutenberg Times: Block Art and Attributes, Gato GraphQL and Command Palette – Weekend Edition 268\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=25616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://gutenbergtimes.com/block-art-and-attributes-gato-graphql-and-command-palette-weekend-edition-268/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15759:\"<p>Howdy, </p>\n\n\n\n<p>Are you also enjoying that last few weeks of summer-like weather in Europe? How is the weather in your part of the world? After I finish this newsletter, I&#8217;ll take a walk through the forest. I haven&#8217;t done this for a long time: <em>shinrin-yoku</em> (<a href=\"https://www.nationalgeographic.com/travel/article/forest-bathing-nature-walk-health\">Forest bathing</a>) is good for the soul.  The forest behind my mother&#8217;s house has been familiar and hardly changed since I was a kid and lived with my grandmother in the same house. What is your favorite ritual to recover from many hours of screen time during the week? <a href=\"mailto:pauli@gutenbergtimes.com\">Hit reply</a> or share in the comments.</p>\n\n\n\n<p>Today&#8217;s newsletter has a little bit about WordPress 6.4 and, block building, much more about theme building and also looking a little bit beyond WordPress with GraphQL and Transformer. </p>\n\n\n\n<p>I hope you enjoy it all this week again! </p>\n\n\n\n<p>Yours, ?<br /><em>Birgit</em></p>\n\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<div class=\"wp-block-sortabrilliant-guidepost\"><ul><li><a href=\"https://gutenbergtimes.com/feed/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a href=\"https://gutenbergtimes.com/feed/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a></li><li><a href=\"https://gutenbergtimes.com/feed/#2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</a></li><li><a href=\"https://gutenbergtimes.com/feed/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </a></li></ul></div>\n</div></div>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> held a Hallway Hangout: To <a href=\"https://make.wordpress.org/test/2023/09/13/hallway-hangout-lets-chat-about-the-wordpress-6-4-evolving-the-fse-outreach-program/\">chat about the WordPress 6.4 &amp; Evolving the FSE Outreach Program</a> and published a summary with the recording. She goes over the roadmap 6.4 post and identifies the state of the features. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In his fortnightly updates, <strong>Joen Asmussen</strong> lists the work by the WordPress Design team. In <a href=\"https://make.wordpress.org/design/2023/09/11/design-share-aug-28-sep8/\"><strong>Design Share: Aug 28-Sep8</strong></a> he highlighted: </p>\n\n\n\n<ul>\n<li>Interface for unlinking a style from inherited source&nbsp;</li>\n\n\n\n<li>Refresh of the Hosting page</li>\n\n\n\n<li>Sketch of a dismissible notification that lets you install missing fonts from the library.&nbsp;</li>\n\n\n\n<li>Templates table</li>\n</ul>\n\n\n\n<img width=\"652\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/Screenshot-2023-09-16-at-12.58.25.png?resize=652%2C367&ssl=1\" alt=\"\" class=\"wp-image-25631\" />\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background is-layout-flow wp-block-group-is-layout-flow\"><div class=\"wp-block-group__inner-container\">\n<p class=\"is-style-no-vertical-margin\"><strong>?️ </strong> Latest episode:  <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-90-new-testing-call-for-the-fse-program-gutenberg-16-7-and-wordpress-6-4/\">Gutenberg Changelog #90 – New Testing Call for the FSE Program, Gutenberg 16.7 and WordPress 6.4</a> with Tammie Lister as special guest, hosted by Birgit Pauli-Haack</p>\n</div></div>\n\n\n\n<p>In her post on <a href=\"https://make.wordpress.org/core/2023/09/12/core-editor-improvement-commanding-the-command-palette/\"><strong>Core Editor Improvement: Commanding the Command Palette</strong></a> <strong>Anne McCarthy</strong>&nbsp;dives deep into the latest updates to the Command Palette, a new tool available with WordPress 6.3 designed to speed up your workflow.&nbsp;With work underway for WordPress 6.4, she gave a peek preview of what&#8217;s in store for the next iteration of this new option in your WordPress creation experience and a reminder of what it’s capable of already.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Anne McCarthy</strong> takes a behind the scence stroll on how the Museum for Block Art collaborated with the organizers of WordCamps to highlight some of the art. <a href=\"https://block-museum.com/2023/09/11/from-pixels-to-reality-celebrating-wordcamp-eu-wordcamp-us-exhibits/\">From Pixels to Reality: Celebrating WordCamp EU &amp; WordCamp US Exhibits</a></p>\n\n\n\n<img width=\"652\" height=\"326\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2023/09/you-are-getting-sleepy_screenshot.png?resize=652%2C326&ssl=1\" alt=\"You are getting sleepy by Ramon James\" class=\"wp-image-25624\" /><a href=\"https://block-museum.com/2022/03/10/you-are-getting-sleepy/\">You are getting sleepy by Ramon James</a>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>My long-time friend <a href=\"https://twitter.com/JenSwish\">Jen Swisher </a>takes you along the journey of <a href=\"https://jetpack.com/blog/wordpress-switch-from-classic-to-block-theme/\"><strong>How to Switch from a Classic Theme to a Block Theme in&nbsp;WordPress</strong></a>. She explains first the option you have, and more importantly why you might consider switching. Then she goes into more practical steps on how to accomplish a migration from your current classic theme to a block theme. Eventually, I will have to follow on a similar path when converting Gutenberg Times to a block theme. At the moment I am unable to focus on such a task, but maybe I can sequester myself for a weekend and get it done. Have you made the jump yet? What did you encounter, are there any pitfalls, that surprised you? </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Munir Kamal </strong>of Gutenberg Hub released the new <a href=\"https://shop.gutenberghub.com/query-taxonomy-filter-block/\"><strong>Query Taxonomy Filter Block</strong></a> to provide users and theme builders a way to extend the functionality of the core query loop. It&#8217;s a premium plugin that expands the capabilities of the core query block for more complex layouts and multiple filter options. It also offers a variety of display controls or facets and customization features.&nbsp;</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"2-word-press-6-0-1-and-6-1-scheduled\">Theme Development for Full Site Editing and Blocks</h2>\n\n\n\n<p>On his podcast, <em><a href=\"https://podcasts.apple.com/us/podcast/within-wordpress/id1684480798\">Within WordPress</a></em>, <strong>Remkus De Vries</strong> had a chat with <strong>Ian Svoboda</strong> about creating courses for the WordPress ecosystem and a lot more: <strong><a href=\"https://www.youtube.com/watch?v=17KJ5TLfuVY\">On Block Themes, Custom Block development and a whole lotta WP CLI</a>. </strong>The conversation about Block Themes starts at the <a href=\"https://youtu.be/17KJ5TLfuVY?feature=shared&t=788\">13:04 timestamp</a> (On the YouTube version.) Happy to hear the shout-outs to Fabian Kägy and Aurooba Ahmed, as well as the HTML Processor. The discussion of static vs. dynamic blocks, nothing new, but always interesting to hear other developer perspectives. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Justin Tadlock</strong> announced the next phase for the Theme builders documentation overhaul: <a href=\"https://make.wordpress.org/themes/2023/09/15/theme-handbook-overhaul-phase-3-publishing-content/\"><strong>Theme Handbook Overhaul: Phase 3 (Publishing Content)</strong></a> and asked for public review of the last drafts of chapters. The <a href=\"https://github.com/WordPress/Documentation-Issue-Tracker/issues/816\">tracking ticket </a>leads you to the single chapters for your perusal. Helping improve documentation is an excellent way to take a deep dive into building block themes. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>On this week&#8217;s Loop podcast, host <strong><a href=\"https://twitter.com/cr0ybot\">Cory Hughart</a></strong> talked to Justin Tadlock on <strong><a href=\"https://blackbird.digital/podcast/28-writing-block-themes-with-justin-tadlock/\">Writing Block Themes</a></strong> about his series of articles on the WordPress developer blog about adding custom controls to core blocks, theme scaffolding, and workflow scripts. They also discuss above mentioned Theme Documentation overhaul. The show notes provide a ton of resources for theme developers</p>\n\n\n\n\n<p><strong>&nbsp;<a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" target=\"_blank\" rel=\"noreferrer noopener\">&#8220;Keeping up with Gutenberg &#8211; Index 2022&#8221;</a>&nbsp;</strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test and Meta team from Jan. 2021 on. Updated by yours truly.  <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\"><em>The index 2020 is here</em></a></p>\n\n\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor. </h2>\n\n\n\n<p>Save the date: <a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\"><strong>Hallway Hangout: What’s new for developers in WordPress 6.4</strong></a>. On <strong>Thursday, October 12, 2023, at18:00 UTC, </strong>Nick Diego, Ryan Welcher and Justin Tadlock will host a casual conversation about the most important and exciting developer-related changes coming soon in WordPress 6.4. From Block&nbsp;Hooks&nbsp;and the Font Library to improved Editor flows and the new Twenty Twenty-Four theme, there is just so much to talk about.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>This month&#8217;s <em>Developer Hours</em> will cover: <a href=\"https://www.meetup.com/learn-wordpress-online-workshops/events/295482707/\"><strong>Building better blocks with the &#8216;create-block&#8217; package</strong></a>. Nick Diego and Ryan Welcher will host the event and it will take place on <strong>September 27 at 14:00 UTC.</strong> The two developers will take a deep dive into the functionalities of the&nbsp;<a href=\"https://developer.wordpress.org/block-editor/reference-guides/packages/packages-create-block/#available-commands\" target=\"_blank\" rel=\"noreferrer noopener\">create-block</a>&nbsp;package. Developed to simplify and accelerate the process of building custom WordPress blocks, this package has become an indispensable tool for developers of all levels.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://twitter.com/losoviz\"><strong>Leonardo Losoviz</strong></a>, released version 1.0 of the<a href=\"http://gatographql.com\"> Gato GraphQL</a> plugin. It&#8217;s a rebranded version of GraphQL for WordPress plugin. It brings plenty of improvements, including </p>\n\n\n\n<ul>\n<li>the&nbsp;integration with the (Gutenberg) block editor, </li>\n\n\n\n<li>support for&nbsp;private and password-protected endpoints, and </li>\n\n\n\n<li>the&nbsp;availability of (commercial) extensions&nbsp;to extend the GraphQL schema and provide further functionality.</li>\n</ul>\n\n\n\n<p>This version Gato GraphQL is also on its way to the WordPress plugin repository. On the <a href=\"https://github.com/GatoGraphQL/GatoGraphQL/releases/tag/1.0.6\">GitHub space</a>, Losoviz shared that he based part of the block feature on the <em>WordPress VIP team&#8217;s <a href=\"https://github.com/Automattic/vip-block-data-api/\">Block Data API</a>. </em></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Michael Burridge</strong> created a step-by-step tutorial on <a href=\"https://developer.wordpress.org/news/2023/09/understanding-block-attributes/\"><strong>Understanding block attributes</strong></a>. There’s more to block attributes than meets the eye. Attributes contain data needed by your block, and that data can be retrieved from numerous locations, not just the block delimiter. This post shows you the ways.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you work in React and JSX you might enjoy this very nifty tool: <a href=\"https://transform.tools/html-to-jsx\"><strong>Transform HTML to JSX</strong></a> by <a href=\"https://twitter.com/ritz078\">Ritesh Kumar</a>. Just paste the HTML of your designs into one box and get well formatted JSX in the second box. </p>\n\n\n\n<p>Kumar and 30+ other contributors created transform tools for all kinds of purposes, ie: JSON to JSDocs, JSON to GraphQL, CSS to JS Objects. </p>\n\n\n\n\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. <br />Have you been using it? Hit reply and let me know.</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n\n\n\n\n<p class=\"has-text-align-right has-small-font-size\"><em>Questions? Suggestions? Ideas? Don&#8217;t hesitate to send <a href=\"mailto:pauli@gutenbergtimes.com\">them via email</a> or send me a message on WordPress Slack or Twitter @bph</em>. </p>\n\n\n\n<p class=\"has-text-align-right has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, send them to <a href=\"mailto:changelog@gutenbergtimes.com\">changelog@gutenbergtimes.com</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n\n<p>Featured Image: Lego building block  <a href=\"https://creativecommons.org/share-your-work/public-domain/cc0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/366646a25b/\">photo</a> by <a href=\"https://wordpress.org/photos/author/ekodesign/\">ekodesign</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n\n<form class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" action=\"https://gutenbergtimes.com/feed/\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input type=\"email\" class=\"ngl-form-input-text\" name=\"ngl_email\" id=\"ngl_email\" /></div></div><button type=\"submit\" class=\"ngl-form-button\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too and won&#8217;t give your email address to anyone except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input type=\"hidden\" name=\"ngl_list_id\" id=\"ngl_list_id\" value=\"26f81bd8ae\" /><input type=\"hidden\" name=\"ngl_double_optin\" id=\"ngl_double_optin\" value=\"yes\" /></form>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Sep 2023 11:17:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Developers Claim Damaged Trust Following Public Confrontations with WordPress Leadership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/developers-claim-damaged-trust-following-public-confrontations-with-wordpress-leadership\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13901:\"<p>The WordPress community is ending two days of heated discussions that rapidly descended into a mire of unbridled emotional confrontations across multiple social channels, following a tweet from John Blackbourn that <a href=\"https://wptavern.com/developers-raise-concerns-about-wordpress-com-plugin-listings-outranking-wordpress-org-on-google\">raised concerns about WordPress.com plugin listings outranking WordPress.org on Google Search</a>.</p>\n\n\n\n<p>Developers expressed concerns about the SEO impact of the practice of cloning WordPress.org&#8217;s plugin directory for use on WordPress.com, with no backlinks to the original plugin. Another concern is that it perpetuates the longstanding confusion between WordPress.org and WordPress.com.</p>\n\n\n\n<p>&#8220;I don&#8217;t think the SEO concern is real, and by that I mean that besides John&#8217;s screenshot, which I think is related to the .org en-gb subdomain decision/bug,&#8221; Matt Mullenweg told the Tavern when asked whether WordPress.com is considering not indexing these pages that duplicate content from WordPress.org. </p>\n\n\n\n<p>&#8220;For general searches I&#8217;m seeing .com 5 pages down,&#8221; he said. &#8220;Just looking at traffic to those pages, they don&#8217;t seem to be getting much if any from search engines! So I&#8217;m not really concerned about SEO of those pages.</p>\n\n\n\n<p>&#8220;The vast majority of the traffic to those is to logged in users. When they click &#8216;manage&#8217; they can easily install it across multiple sites or see where it&#8217;s already installed, which actually works across .com and Jetpack sites.&#8221;</p>\n\n\n\n<p>He offered a similar explanation to Freemius founder Vova Feldman on X, who claimed that WordPress.com has an SEO advantage over independent plugins.</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">I think you\'re built on an assumption which is easily testable and false in my tests so far: \"DOT com has an SEO advantage&#8230;\"<br /><br />As an easy one to look at, I did a logged-out search for [seo plugin for wordpress]. First page of results is now ads, from WP Engine, SEMRush, AIOSEO,…</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1702346538339459518?ref_src=twsrc%5Etfw\">September 14, 2023</a></blockquote>\n</div>\n\n\n\n<p>Plugin developers also expressed concerns about new users arriving to a plugin&#8217;s duplicated page on WordPress.com and seeing that the plugin is Free only on the (paid) Business plan. This gives the visitor the impression that the plugin isn&#8217;t available for free elsewhere, because there is no link back to WordPress.org with an explanation.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"2402\" height=\"1118\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-15-at-10.26.00-AM.png\" alt=\"\" class=\"wp-image-148876\" />\n\n\n\n<p>Many WordPress.org plugin authors were not aware until recently that their plugin pages are being scraped for use on WordPress.com. Yesterday, <a href=\"https://patchstack.com/articles/patchstack-is-free-on-the-official-wordpress-repository/\">Patchstack updated its readme file</a> to ensure that WordPress.com users and visitors are made aware that the plugin is available for free in the official WordPress plugin repository, using the following text: </p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p>This plugin can be downloaded for free without any paid subscription from&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/\" target=\"_blank\">the official WordPress repository.</a></p>\n</blockquote>\n\n\n\n<p>&#8220;I was at a Python conference last week and a guy came to our booth and said he has a WordPress site but he hasen’t been able to purchase any plugins yet,&#8221; Patchstack CEO Oliver Sild said. &#8220;I told him that they are all free, and then it turned out he had a WordPress.com site where he has to pay to install any plugins. These people think that THIS IS the WordPress.&#8221;</p>\n\n\n\n<p>When asked if WordPress.com could at least link back to the .org plugin for logged-out views to eliminate some of the confusion, Mullenweg confirmed that he told Sild that WordPress.com would work on adding links to the .org equivalent page this week.</p>\n\n\n\n<p>&#8220;But that confusion that people claim is causing huge issues for WordPress isn&#8217;t supported by the numbers or growth of non-.com solutions over 17 years now,&#8221; Mullenweg said. </p>\n\n\n\n<p>&#8220;So at some point we should stop accepting it as within our top 100 issues for WordPress.</p>\n\n\n\n<p>&#8220;It&#8217;s much more likely like a road bump for some newbies, than an actual blocker, not unlike learning the difference between categories and tags, or how to identify a normal-looking comment that&#8217;s actually spam.&#8221;</p>\n\n\n\n<p>In <a href=\"https://twitter.com/photomatt/status/1702391616764289222\">response</a> to WordPress developer Daniel Schutzsmith saying that WordPress.com is causing confusion for OSS, Mullenweg contended that it &#8220;creates a false dichotomy between WP on .com and &#8216;open source software.&#8217; Every site on .com is part of the OSS community as much as on any other host. </p>\n\n\n\n<p>&#8220;When there is confusion, it assumes that it&#8217;s a top issue for WordPress. Nothing about WP&#8217;s growth, including vis a vis other projects, indicates that the existence of a .com and .org with the same name has held us back.&#8221;</p>\n\n\n\n<p>In support of his claims about the growth of non-WordPress.com solutions, he cited a W3Techs report on hosting company usage stats with extrapolated revenue on <a href=\"https://poststatus.com/\">Post Status</a> Slack.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1226\" height=\"1634\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/image.png\" alt=\"\" class=\"wp-image-148881\" />\n\n\n\n<p>&#8220;On revenue: If you extrapolate out public domain numbers with plan pricing, and look at public filings like the amount GoDaddy makes from hosting and what % of that hosting is WP-powered, you pretty quickly see that GoDaddy, Newfold/Bluehost, Siteground, Hostinger, and WP Engine make more than .com from WordPress hosting.,&#8221; Mullenweg said. &#8220;You can check out those companies on the&nbsp;<a rel=\"noreferrer noopener\" href=\"https://wordpress.org/five-for-the-future/pledges/?order=hours\" target=\"_blank\">five for the future page</a>.&#8221;</p>\n\n\n\n<p>Mullenweg has <a href=\"https://wptavern.com/matt-mullenweg-identifies-godaddy-as-a-parasitic-company-and-an-existential-threat-to-wordpress-future\">previously criticized large hosting companies</a> for what he perceives to be a lack of support for the open source WordPress and WooCommerce projects in proportion to how much they benefit from the use of these platforms. His comments in Post Status yesterday indicate that while he is still unsatisfied with their core contributions, he acknowledges these companies as important to WordPress&#8217; overall growth.</p>\n\n\n\n<p>&#8220;By the way, despite not looking great for core contributions, I think each of those companies has been&nbsp;<em>essential</em>&nbsp;for the growth of WordPress, and particularly the work they invest into upgrade PHP, MySQL, core auto-updates, plugin auto-updates, and security are crucial for the health of our ecosystem,&#8221; Mullenweg said.  </p>\n\n\n\n<p>&#8220;It&#8217;s &#8216;cynically cool&#8217; to hate on some of the bigger ones, but it&#8217;s a free and open market, none of their WP users are locked in and could easily switch to other hosts if they weren&#8217;t happy with the price and value they were getting. In fact by that measure, you could argue they&#8217;ve all done a much better job than .com at connecting with customers. Maybe I spend too much of .com&#8217;s engineering and investment on things like 2fa/passkeys, reader/notifications, stats, the mobile apps, Gutenberg, and Calypso and not enough on marketing or paying off affiliate host review sites.&#8221;</p>\n\n\n\n<h3 class=\"wp-block-heading\">The Damaging Community Impact of Public Confrontations</h3>\n\n\n\n<p>Mullenweg continued to be active on Post Status Slack and X (Twitter) throughout the day, attempting to <a href=\"https://twitter.com/photomatt/status/1702341579850055809\">debunk claims</a> that Automattic is exploiting open source contributors for profit. These interactions included <a href=\"https://twitter.com/photomatt/status/1702403896562352285\">personal attacks</a> which followed after Mullenweg blocked WordPress Marketing Team co-rep Sé Reed who <a href=\"https://twitter.com/sereedmedia/status/1702032589287211305\">claimed</a> that he is standing in the way of contributors improving the open source project and that he was &#8220;vilifying, dismissing, and insulting&#8221; the WordPress community. </p>\n\n\n\n<p>Some perceived him blocking Reed as him shutting down criticism, despite the fact that he said this is the first person he has ever blocked on Twitter. Although her comments were tangential to the original issue (the impact of the WordPress.com plugin listings), they became a focal point after Mullenweg lashed out at developer and product owner Dan Cameron who accused him of &#8220;actively doing more harm than good.&#8221;</p>\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p lang=\"en\" dir=\"ltr\">Dan, you\'ve built the Search Everything plugin which was popular early on, at some point got sold to Zemanta and abandoned. Hasn\'t been updated in 6 years.<br /><br />You did \"Smart eCart\" for five years which lost to WP-eCommerce and Woo.<br /><br />You did Sprout Apps / Invoices which has 2k…</p>&mdash; Matt Mullenweg (@photomatt) <a href=\"https://twitter.com/photomatt/status/1702403896562352285?ref_src=twsrc%5Etfw\">September 14, 2023</a></blockquote>\n</div>\n\n\n\n<p>I reached out to Automattic-sponsored WordPress Executive Director Josepha Haden-Chomphosy who said she did not have additional comments about what has happened with the recent confrontational exchanges, nor the impact on the community. </p>\n\n\n\n<p>&#8220;I find it kinda refreshing to see Matt throw an elbow or two and stick up for himself,&#8221; WP All Import Product Manager Joe Guilmette said in Post Status Slack.</p>\n\n\n\n<p>&#8220;It’s not the greatest look, but that’s for his PR people to sort out. I don’t have any idea how I’d handle being criticized so heavily for years by the people who built businesses and careers on a project that I helped bring in to the world, but it probably would be a lot worse than calling a few people out on Twitter.&#8221;</p>\n\n\n\n<p>Others who gathered in various Slack instances, watching things play out on Twitter, felt collectively traumatized by witnessing the interactions between Mullenweg and different community members.</p>\n\n\n\n<p>&#8220;I think Matt did way more damage this time than ever before,&#8221; one prominent WordPress consultant said, requesting to remain anonymous.  &#8220;It generated good but quite wearied and sad expressions of grief and anguish in my company Slack and no doubt many others.</p>\n\n\n\n<p>&#8220;The instantly and deeply (however crudely researched) personal nature of Matt’s attacks leads people to paranoid fears that he has a shitlist of enemies who are just regular people, not giant companies etc. It’s a fearsome kind of punching down where the community gets stuck in the psychological position of the children of an abusive parent. Different personalities and different perspectives based on our own experiences lead us to different coping responses. But it’s very ugly now to have the paranoia confirmed as Matt basically taunted the fact that he feeds on what he’s told second or third hand about things others say about him in private.&#8221;</p>\n\n\n\n<p>Matt Cromwell, Senior Director of Customer Experience at StellarWP, said that discussions that start and stay on X/Twitter generally have very little fruit, especially when resolving something as complicated as the WordPress.com plugins SEO issue. </p>\n\n\n\n<p>&#8220;The community keeps leaning on this platform for these discussions but things like the impact of duplicate content on two sites both called &#8216;WordPress&#8217; requires more nuanced and trusting conversations which Twitter can&#8217;t provide,&#8221; Cromwell said. </p>\n\n\n\n<p>&#8220;Mullenweg used the whole thing as an excuse to make so many of the plugin owners that drive WP adoption feel small. It was extremely hurtful to the trust product owners put into the leadership of the WP project. I expect to see more product owners prefer to build SaaS integrations with WP rather than dedicated products because they don&#8217;t trust that Mullenweg has their mutual interest in mind at all anymore – and I don&#8217;t see a way for him to ever put that genie back in the bottle after this behavior both on Twitter and in Post Status Slack.&#8221;</p>\n\n\n\n<p>WordPress developer and contributor Alex Standiford said Mullenweg&#8217;s public confrontations yesterday are &#8220;a bad look for WordPress, and deflate the passionate contributors who genuinely believe in WordPress.&#8221; Despite recent events, he continues to believe in the larger impact of people building open source software together.</p>\n\n\n\n<p>&#8220;I believe that WordPress isn&#8217;t software,&#8221; Standiford <a href=\"https://alexstandiford.com/micro/2294\">wrote on his blog</a>. &#8220;It&#8217;s not community. It&#8217;s not a single person, no matter how significant that person thinks they are. I believe that WordPress is the manifestation of a belief that the web is at its best when it&#8217;s open. If I genuinely believed that forking WordPress would be good for WordPress, and the web, I&#8217;d contribute to it over the existing platform in a heartbeat.&#8221;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Sep 2023 21:34:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"Post Status: Accessibility in Site Editor, Openverse Wins an Award, What’s New for Devs in WP 6.4, Fields API Summary\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://poststatus.com/?p=154835\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://poststatus.com/openverse-wins-an-award-whats-new-for-devs-in-wp-6-4-fields-api-summary/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:18823:\"<h2 class=\"wp-block-heading alignfull\" id=\"h-this-week-at-wordpress-org-september-11-2023\">This Week at WordPress.org (September 11, 2023)</h2>\n\n\n<div class=\"has-background has-theme-palette-8-background-color wp-block-post-excerpt\"><p class=\"wp-block-post-excerpt__excerpt\">Openverse Wins the 2023 OEG Open Infrastructure Award. Get a sneak peek into the exciting developments for developers in the upcoming WordPress 6.4 release. </p></div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n<div class=\"gb-container gb-container-5e804289\">\n\n<h2 class=\"wp-block-heading\" id=\"h-news\"><a href=\"https://wordpress.org/news\">News</a></h2>\n\n</div>\n\n\n<ul>\n<li><a href=\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\">Openverse Wins the 2023 OEG Open Infrastructure Award</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community-summit-notes\"><a href=\"https://make.wordpress.org/summit\">Community Summit Notes</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/summit/2023/09/15/community-summit-discussion-notes-increasing-contributor-recognition-and-celebration/\">Community Summit Discussion Notes: Increasing contributor recognition and celebration</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/06/community-summit-discussion-notes-iterating-on-the-team-rep-role/\">Community Summit Discussion Notes: Iterating on the Team Rep role</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/04/community-summit-discussion-notes-open-source-participation-in-global-legislation/\">Community Summit Discussion Notes: Open Source participation in global legislation</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/summit/2023/09/03/community-summit-discussion-notes-communication-and-collaboration-finding-your-way-around-wordpress/\">Community Summit Discussion Notes: Communication and Collaboration – Finding Your Way Around WordPress</a></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-16 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\">WordPress 6.4</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/07/18/wordpress-6-4-whats-on-your-wishlist/\">WordPress 6.4: What’s on your wishlist?</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/06/05/wordpress-6-4-development-cycle/\">WordPress 6.4 Development Cycle</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\">Hallway Hangout: What’s new for developers in WordPress 6.4</a></li>\n</ul>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<div class=\"wp-block-embed__wrapper\">\n\n</div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-21 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-columns is-layout-flex wp-container-19 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/accessibility\">Accessibility</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/accessibility/2023/09/14/xpost-hallway-hangout-lets-chat-about-improving-accessibility-in-the-site-editor/\">X-post: Hallway Hangout: Let’s chat about improving accessibility in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-team-meeting-agenda-september-15-2023/\">Accessibility Team Meeting Agenda: September 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/accessibility/2023/09/13/accessibility-office-hours/\">Accessibility office hours</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-community\"><a href=\"https://make.wordpress.org/community\">Community</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/community/2023/09/13/report-wpdiversity-inclusion-and-diverse-speaker-workshops-july-to-august-2023/\">Report: #WPDiversity Inclusion and Diverse Speaker Workshops July to August 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/11/report-wpdiversity-inclusion-workshops-april-to-june-2023/\">Report: #WPDiversity Inclusion Workshops April to June 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/07/resource-and-handbook-updates-in-q3/\">Resource and Handbook Updates in Q3</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/community/2023/09/06/community-team-meeting-agenda-for-7-september-2023/\">Community Team Meeting Agenda for 7 September, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-core\"><a href=\"https://make.wordpress.org/core\">Core</a> </h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/14/hallway-hangout-whats-new-for-developers-in-wordpress-6-4/\">Hallway Hangout: What’s new for developers in WordPress 6.4</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-developer-blog\"><a href=\"https://developer.wordpress.org/news/\">Developer Blog</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://developer.wordpress.org/news/2023/09/understanding-block-attributes/\">Understanding block attributes</a></li>\n\n\n\n<li><a href=\"https://developer.wordpress.org/news/2023/09/whats-new-for-developers-september-2023/\">What’s new for developers? (September 2023)</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-meetings\">Meetings</h3>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/14/fields-api-progress-summary-wcus-contributor-day-2023-2/\">Fields API Chat Summary: September 13, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/12/default-theme-chat-agenda-september-13th-2023/\">Default Theme Chat Agenda: September 13th, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/12/dev-chat-agenda-september-13-2023/\">Dev Chat agenda, September 13, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/12/dev-chat-summary-september-06-2023/\">Dev Chat Summary, September 06, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2023/09/12/editor-chat-agenda-september-13th-2023/\">Editor Chat Agenda: September 13th 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/design\">Design</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/design/2023/08/28/design-share-aug-14-aug-25/\">Design Share: Aug 14-Aug 25</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/18/design-specific-triage/\">Bringing Back the Weekly Design Triage</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/design/2023/08/10/admin-design-kickoff/\">Admin Design Kickoff</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/docs\">Docs</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/updates/2023/09/11/documentation-team-update-september-11-2023/\">Documentation Team Update – September 11, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/meta\">Meta</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/meta/2023/08/23/introducing-the-wordpress-org-github-invite-tool/\">Introducing the WordPress.org GitHub Invite tool</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-openverse\"><a href=\"https://make.wordpress.org/openverse\">Openverse</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/15/openverse-2024-planning-we-want-your-ideas/\">Openverse 2024 Planning: We Want Your Ideas!</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/13/openverse-wins-open-infrastructure-award-from-oe-global/\">Openverse wins Open Infrastructure award from OE Global</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/openverse/2023/09/12/community-meeting-recap-2023-09-12/\">Community Meeting Recap (2023-09-12)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-performance\"><a href=\"https://make.wordpress.org/performance/\">Performance</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/core/2023/09/12/performance-chat-summary-12-september-2023/\">Performance Chat Summary: 12 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-photos\"><a href=\"https://make.wordpress.org/photos\">Photos</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/photos/2023/08/28/august-photo-directory-update/\">August Photo Directory Update</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plugins\"><a href=\"https://make.wordpress.org/plugins\">Plugins</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/plugins/2023/08/21/xpost-wordpresscs-3-0-0-is-now-available/\">WordPressCS 3.0.0 is now available</a></li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading\" id=\"h-polyglots\"><a href=\"https://make.wordpress.org/polyglots\">Polyglots</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/polyglots/2023/09/13/agenda-weekly-polyglots-chat-september-13-2023-1300-utc/\">Agenda: Weekly Polyglots Chat – September 13, 2023 (13:00 UTC)</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-project\">Project</h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/project/2023/09/06/documentation-translation-localization/\">Proposal: Documentation translation/localization</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-support\"><a href=\"https://make.wordpress.org/support\">Support</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/support/2023/09/agenda-for-september-14th-support-meeting-2/\">Agenda for September 14th Support Meeting</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/support/2023/08/proposal-for-updated-support-guidelines/\">Proposal for updated support guidelines</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/sustainability\">Sustainability</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/15/sustainability-chat-summary-september-15-2023/\">Sustainability Chat Summary, September 15, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/sustainability/2023/09/13/sustainability-team-in-the-wordpress-community-summit-2023/\">Sustainability Team in the WordPress Community Summit 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-test\"><a href=\"https://make.wordpress.org/test\">Test</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/test/2023/09/14/hallway-hangout-lets-chat-about-improving-accessibility-in-the-site-editor/\">Hallway Hangout: Let’s chat about improving accessibility in the Site Editor</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/test/2023/09/13/hallway-hangout-lets-chat-about-the-wordpress-6-4-evolving-the-fse-outreach-program/\">Hallway Hangout: Let’s chat about the WordPress 6.4 &amp; Evolving the FSE Outreach Program</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/11/test-team-update-11-september-2023/\">Test Team Update: 11 September 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-theme\"><a href=\"https://make.wordpress.org/theme\">Theme</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/themes/2023/09/13/themes-team-meeting-notes-september-12-2023/\">Themes Team Meeting Notes –&nbsp;September 12, 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/updates/2023/09/13/themes-team-update-september-13-2023/\">Themes team update September 13, 2023</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-training\"><a href=\"https://make.wordpress.org/training\">Training</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/training/2023/09/11/training-team-meeting-recap-5th-september-2023/\">Training Team Meeting Recap – 5th September 2023</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/05/wordcamp-us-2023-contributor-day-recap/\">WordCamp US 2023 Contributor Day Recap</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/09/05/lets-share-our-notes-from-the-community-summit/\">Let’s share our notes from the Community Summit</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/24/information-sources-for-wordpress-6-4/\">Information Sources for WordPress 6.4</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/training/2023/08/24/looking-for-feedback-learning-pathway-outlines/\">Looking for feedback: Learning pathway outlines</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-tutorials\"><a href=\"https://learn.wordpress.org/tutorials\">Tutorials</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/tutorial/the-wordpress-database/\">The WordPress Database</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/creating-your-own-custom-synced-or-non-synced-patterns/\">Creating your own custom synced or non-synced patterns</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/tutorial/scheduling-posts-and-pages/\">Scheduling posts and pages</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-online-workshops\">Online Workshops</h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/?meeting=common-apis-options\">Common APIs – Options</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=hallway-hangout-whats-new-for-developers-in-wordpress-6-4\">Hallway Hangout: What’s new for developers in WordPress 6.4</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=common-wordpress-apis-http-request-api\">Common WordPress APIs – HTTP Request API</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=apac-creating-custom-patterns-synced-or-non-synced\">APAC: Creating custom patterns: synced or non-synced</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=creating-custom-patterns-synced-or-non-synced\">Creating custom patterns: synced or non-synced</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-a-wordpress-org-account-4\">Getting Started with a WordPress.org Account</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=getting-started-with-a-wordpress-org-account-3\">Getting Started with a WordPress.org Account</a></li>\n\n\n\n<li><a href=\"https://learn.wordpress.org/?meeting=how-to-contribute-to-wordpress-by-just-being-helpful\">How to contribute to WordPress by just being helpful</a></li>\n</ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-courses\"><a href=\"https://learn.wordpress.org/courses\">Courses</a></h3>\n\n\n\n<ul>\n<li><a href=\"https://learn.wordpress.org/course/wordpress-community-team-supporter-basics/\">WordPress Community Team Supporter Basics</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"https://make.wordpress.org/tv\">WordPress TV</a></h2>\n\n\n\n<ul>\n<li><a href=\"https://make.wordpress.org/tv/2023/06/15/enhancing-slide-management-for-video-publications/\">Enhancing Slide Management for Video Publications</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-wptv\">WPTV</h2>\n\n\n\n<ul>\n<li><a href=\"https://wordpress.tv/category/year/2022/\">Latest WordPress TV videos</a></li>\n</ul>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-related-news\">Related News:</h2>\n\n\n\n<ul>\n<li><a href=\"https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/\">jQuery 3.7.1 Released: Reliable Table Row Dimensions</a></li>\n\n\n\n<li><a href=\"https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V20.md#20.6.1\">Node v20.6.1released</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-09-14-1\">PHP 8.3.0 RC 2 available for testing</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-2\">PHP 8.2.10 Released!</a></li>\n\n\n\n<li><a href=\"https://www.php.net/archive/2023.php#2023-08-31-3\">PHP 8.1.23 Released!</a></li>\n\n\n\n<li><a href=\"https://github.com/PHPMailer/PHPMailer/releases/tag/v6.8.1\">PHPMailer 6.8.1</a></li>\n\n\n\n<li><a href=\"https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-35.html\">Changes in MySQL 8.0.35 (Not yet released, General Availability)</a></li>\n\n\n\n<li><a href=\"https://262.ecma-international.org/\">TC39</a></li>\n\n\n\n<li><a href=\"https://github.com/composer/composer/releases\">Composer <a href=\"https://github.com/composer/composer/releases/tag/2.6.3\">2.6.3</a></a></li>\n</ul>\n\n\n\n<p class=\"has-theme-palette-7-background-color has-background\">Thanks for reading our WP dot .org roundup! Each week we are highlighting the news and discussions coming from the good folks making WordPress possible. If you or your company create products or services that use WordPress, you need to be engaged with them and their work. Be sure to share this resource with your product and project managers. <br /><br /><strong>Are you interested in giving back and contributing your time and skills to WordPress.org?</strong>   <a href=\"https://wordpress.org/support/article/contributing-to-wordpress/\">Start Here ›</a><br /><br /><strong>Get our weekly WordPress community news digest</strong> — Post Status&#8217; <a href=\"https://poststatus.com/news/week-in-review/\">Week in Review</a> — covering the WP/Woo news plus significant writing and podcasts. It&#8217;s also available in <a href=\"https://poststatus.com/newsletter\">our newsletter</a>.  </p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile has-background\"><a href=\"https://poststatus.com/\"><img src=\"https://poststatus.com/wp-content/uploads/2021/09/vertical-post-status-logo-250.png\" alt=\"Post Status\" class=\"wp-image-85823 size-full\" /></a><div class=\"wp-block-media-text__content\">\n<p class=\"has-text-align-left has-normal-font-size\" id=\"h-get-ready-for-remote-work\">You — and your whole team can <a href=\"https://poststatus.com/join/\">join Post Status</a> too!</p>\n\n\n\n<p class=\"has-text-align-left has-small-font-size\"><strong>Build your network. Learn with others. Find your next job — or your next hire.</strong> Read the <strong>Post Status</strong> <a href=\"https://poststatus.com/newsletter/\">newsletter</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/2709.png\" alt=\"✉\" class=\"wp-smiley\" /> Listen to <a href=\"https://poststatus.com/podcasts/\">podcasts</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f399.png\" alt=\"?\" class=\"wp-smiley\" /> Follow <a href=\"https://twitter.com/post_status/\">@Post_Status</a> <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f426.png\" alt=\"?\" class=\"wp-smiley\" /> and <a href=\"https://www.linkedin.com/company/post-status-llc/\">LinkedIn</a>. <img src=\"https://s.w.org/images/core/emoji/14.0.0/72x72/1f4bc.png\" alt=\"?\" class=\"wp-smiley\" /></p>\n</div></div>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n<p>This article was published at Post Status — the community for WordPress professionals.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Sep 2023 18:54:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Courtney Robertson\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Do The Woo Community: WooBits, the First Look into the Do the Woo Network and WooSesh is Live\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76541\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://dothewoo.io/first-look-at-do-the-woo-network-and-woosesh/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:428:\"<p>This week I focus on giving you a bit more news around our new Do the Woo network and our partnership with WooSesh.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/first-look-at-do-the-woo-network-and-woosesh/\">WooBits, the First Look into the Do the Woo Network and WooSesh is Live</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Sep 2023 14:00:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WooSesh 2023 Publishes Speaker Lineup, Launches Seshies Awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148773\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://wptavern.com/woosesh-2023-publishes-speaker-lineup-launches-seshies-awards\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2446:\"<p><a href=\"https://woosesh.com/\">WooSesh 2023</a>, the virtual conference for WooCommerce store builders, will be broadcast live on October 10-12. This year&#8217;s theme is &#8220;Next Generation Commerce.&#8221; Registration is not yet open, but the speaker lineup and broadcast schedule have just been published. Over the course of three days, WooSesh will feature 31 speakers across 23 sessions.</p>\n\n\n\n<p>The event will kick off with the State of the Woo address, delivered by WooCommerce CEO Paul Maiorana and other product leaders from the company. Speakers will cover a wide range of topics like complexities of sales tax and product taxability, accessibility, block themes, security, AI tools, and automation, with case studies and workshops mixed in.</p>\n\n\n\n<h2 class=\"wp-block-heading\">New in 2023: The Seshies</h2>\n\n\n\n<p>WooSesh organizer Brian Richards is launching &#8220;<a href=\"https://woosesh.com/seshies\">The Seshies</a>&#8221; this year, a community awards ceremony that will recognize the best examples of the WooCommerce ecosystem across six categories: Innovation, Store, Extension, Agency, Developer, and Community Advocate.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1414\" height=\"596\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-14-at-11.00.46-PM.png\" alt=\"\" class=\"wp-image-148855\" />\n\n\n\n<p><br />The Seshies will include a community awards ceremony that will celebrate the winners. Anyone can <a href=\"https://docs.google.com/forms/d/e/1FAIpQLSfobtJGqOszioOSTM4IMkdDbiIi44OhTZgFg1PXidnwWksEsQ/viewform\">nominate</a> candidates for the awards, and participants can even nominate themselves and their own WooCommerce projects. </p>\n\n\n\n<p>&#8220;These awards are something that have been on my heart for quite some time,&#8221; Richards said. &#8220;And now, after 6 years of hosting WooSesh and 10 years of running WPSessions, I think I&#8217;ve amassed enough authority and (critically) a wide enough reach to deliver awards, on your behalf, that have real meaning.&#8221;</p>\n\n\n\n<p>The week before the event, Richards plans to publish the top three nominees in each category. The community will vote throughout the first two days of WooSesh and the winners will be announced on the final day. Winners will receive a digital badge of recognition and Richards said he is also working on producing physical awards to ship to winners anywhere in the world.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 15 Sep 2023 03:34:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"WPTavern: ActivityPub 1.0.0 Released, Introducing Blog-Wide Accounts and New Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=148817\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://wptavern.com/activitypub-1-0-0-released-introducing-blog-wide-accounts-and-new-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3149:\"<p>Version 1.0.0 of the <a href=\"https://wordpress.org/plugins/activitypub/\">ActivityPub plugin</a> was released this week with major updates that make it possible to have a blog-wide account, instead of just individual author accounts, where followers receive updates from all authors. This new feature allows people to follow blogs on decentralized platforms like Mastodon (and many others) with replies automatically published back to the blog as comments. </p>\n\n\n\n<p>In the ActivityPub plugin settings, users can check &#8220;Enable blog&#8221; to have the blog become an ActivityPub profile. Authors can be enabled at the same time as a blog-wide profile.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1662\" height=\"914\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-14-at-3.15.41-PM.png\" alt=\"\" class=\"wp-image-148831\" />\n\n\n\n<p>Activities originating from a Blog profile can be further customized through the existing post content and image settings. Users can also set the activity object type to default, article, or WordPress post format which maps the post format to the ActivityPub object type. Supported post types include posts, pages, and media. Note that the blog-wide profile only works with sites that have rewrite rules enabled. </p>\n\n\n\n<img width=\"1590\" height=\"920\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-14-at-3.33.58-PM.png\" alt=\"\" class=\"wp-image-148832\" />\n\n\n\n<p>An experimental hashtags setting is also available, which adds hashtags in the content as native tags and replaces the #tag with the tag link. Users should be aware that it may still produce HTML or CSS errors.</p>\n\n\n\n<p>ActivityPub 1.0.0 introduces two new blocks &#8211; one for displaying Fediverse Followers and the other for displaying a &#8220;Follow&#8221; button to allow people to follow the blog or author on the Fediverse. The Follower system has also gotten a complete rewrite based on Custom Post Types.</p>\n\n\n\n<div class=\"wp-block-spacer\"></div>\n\n\n\n<img width=\"1096\" height=\"782\" src=\"https://149611589.v2.pressablecdn.com/wp-content/uploads/2023/09/Screen-Shot-2023-09-14-at-3.57.41-PM.png\" alt=\"\" class=\"wp-image-148835\" />\n\n\n\n<p>Other notable updates in this release include the following: </p>\n\n\n\n<ul>\n<li>Signature Verification: https://docs.joinmastodon.org/spec/security/</li>\n\n\n\n<li>Simple caching</li>\n\n\n\n<li>Collection endpoints for Featured Tags and Featured Posts</li>\n\n\n\n<li>Better handling of Hashtags in mobile apps</li>\n\n\n\n<li>Update: Improved linter (PHPCS)</li>\n\n\n\n<li>Fixed: Load the plugin later in the WordPress code lifecycle to avoid errors in some requests</li>\n\n\n\n<li>Fixed: Updating posts</li>\n\n\n\n<li>Fixed: Hashtag now support CamelCase and UTF-8</li>\n</ul>\n\n\n\n<p>Automattic acquired the plugin in March 2023 from German developer <a href=\"https://profiles.wordpress.org/pfefferle/\">Matthias Pfefferle</a>, who joined the company to continue improving support for federated platforms. Next on the roadmap for the ActivityPub plugin is threaded comments support and replacing shortcodes with blocks for layout.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 22:43:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.org blog: Openverse Wins the 2023 OEG Open Infrastructure Award\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=15967\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://wordpress.org/news/2023/09/openverse-wins-the-2023-oeg-open-infrastructure-award/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2336:\"<img width=\"1800\" height=\"1013\" src=\"https://i0.wp.com/wordpress.org/news/files/2023/09/openverse-image.png?resize=1800%2C1013&ssl=1\" alt=\"\" class=\"wp-image-15959\" />\n\n\n\n<p>WordPress is excited to announce that <a href=\"https://openverse.org/\">Openverse</a> has been awarded the <a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\"><strong>2023 Open Education Award for Excellence</strong></a> in the <strong>Open Infrastructure</strong> category!</p>\n\n\n\n<p>The Open Education Awards for Excellence, organized by the non-profit organization <a href=\"https://www.oeglobal.org/\">Open Education Global (OEG)</a>, celebrate people, resources, and initiatives that have significantly contributed to the open education field and community. This year, they received 172 nominations across 16 award categories, representing individuals and projects from 38 countries.</p>\n\n\n\n<p>This award honors Openverse&#8217;s work to make it easy for everyone to discover and use open educational resources. The award reviewers were particularly impressed by <strong>Openverse&#8217;s <a href=\"https://twitter.com/WordPress/status/1514349743144685577\">one-click attribution feature</a></strong>. Moreover, they highlighted the tool’s ability to filter searches by source collections and other parameters, such as image orientation and specific license, which they noted “provides seekers of open content important affordances to find clearly licensed media they can reuse.”&nbsp;</p>\n\n\n\n<blockquote class=\"wp-block-quote\">\n<p><em>“This is an exceptional search engine for the open education community. The one click attribution copy for images makes attribution very straight-forward and easy, even for novice users. The design is excellent; the results are returned fast.”</em> </p>\n<cite>Award reviewer for the 2023 OEG Award for Open Infrastructure </cite></blockquote>\n\n\n\n<p>This recognition not only underscores Openverse and WordPress&#8217;s commitment to open content but also celebrates the work of their dedicated contributors, community, and partners in advancing open education and creative works.</p>\n\n\n\n<p><a href=\"https://awards.oeglobal.org/awards/2023/open-infrastructure/openverse/\">Learn more about this Openverse award on the OEG page</a>.</p>\n\n\n\n<p><strong>Congratulations, Openverse!</strong></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 18:04:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Madison Swain-Bowden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Do The Woo Community: Always Practicing and Learning with Artemy Kaydash\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76517\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://dothewoo.io/always-practicing-and-learning-with-artemy-kaydash/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"<p>Backend WordPress and WooCommerce developer, Artemy Kaydash, shares his dev story and the importance of always learning.</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/always-practicing-and-learning-with-artemy-kaydash/\">Always Practicing and Learning with Artemy Kaydash</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 13:05:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: A WCUS Recap with Topher DeRosia, Raquel Manriquez and Cory Miller\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://dothewoo.io/?p=76507\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://dothewoo.io/wcus-2023-recap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"<p>Our final recap of WordCamp US with Topher DeRosia, Raquel Manriquez and Cory Miller</p>\n<p>&gt;&gt; The post <a rel=\"nofollow\" href=\"https://dothewoo.io/wcus-2023-recap/\">A WCUS Recap with Topher DeRosia, Raquel Manriquez and Cory Miller</a> appeared first on <a rel=\"nofollow\" href=\"https://dothewoo.io\">Do the Woo - a WooCommerce Builder Community</a>	.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 14 Sep 2023 07:15:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"BobWP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Tue, 03 Oct 2023 11:32:33 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Tue, 03 Oct 2023 11:30:31 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20230620070633\";}','no'),(573,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1696375954','no'),(574,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1696332754','no'),(580,'_transient_timeout_elementor_remote_info_api_data_3.16.4','1696440683','no'),(581,'_transient_elementor_remote_info_api_data_3.16.4','a:4:{s:9:\"timestamp\";s:10:\"1696396862\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.3.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(706,'_transient_timeout_elementor_remote_info_api_data_3.18.3','1705896198','no'),(707,'_transient_elementor_remote_info_api_data_3.18.3','a:4:{s:9:\"timestamp\";s:10:\"1705851028\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(740,'_transient_timeout_elementor_remote_info_api_data_3.19.2','1708502052','no'),(741,'_transient_elementor_remote_info_api_data_3.19.2','a:4:{s:9:\"timestamp\";s:10:\"1708457135\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(778,'_transient_timeout_elementor_remote_info_api_data_3.20.2','1711094699','no'),(779,'_transient_elementor_remote_info_api_data_3.20.2','a:4:{s:9:\"timestamp\";s:10:\"1711050035\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.4.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(813,'_transient_timeout_elementor_remote_info_api_data_3.21.1','1713687878','no'),(814,'_transient_elementor_remote_info_api_data_3.21.1','a:4:{s:9:\"timestamp\";s:10:\"1713644015\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.5.2\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(843,'_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.5.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.5.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.5.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.5.3-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.5.3\";s:7:\"version\";s:5:\"6.5.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:1717189076;s:15:\"version_checked\";s:5:\"6.5.3\";s:12:\"translations\";a:0:{}}','no'),(865,'_transient_timeout_elementor_remote_info_api_data_3.21.6','1716283956','no'),(866,'_transient_elementor_remote_info_api_data_3.21.6','a:4:{s:9:\"timestamp\";s:10:\"1716238451\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:75:{i:0;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:3;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:6;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:8;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:9;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:10;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:11;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:12;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:14;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:25;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:26;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:27;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:33;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:34;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:35;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:36;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:37;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:38;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:39;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:40;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:41;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:43;a:4:{s:4:\"name\";s:11:\"search-form\";s:5:\"title\";s:11:\"Search Form\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:51;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:52;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:53;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:54;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:55;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:57;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.5.3\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}','no'),(876,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1717189078;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:10:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.2\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.2.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:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:4:\"7.82\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.82.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=2990457\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=2990457\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.21.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=2597493\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3005087\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3005087\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:6:\"1.6.35\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/header-footer-elementor.1.6.35.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";s:3:\"svg\";s:68:\"https://ps.w.org/header-footer-elementor/assets/icon.svg?rev=2813167\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.jpg?rev=2813167\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.jpg?rev=2813167\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:37:\"elementskit-lite/elementskit-lite.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:30:\"w.org/plugins/elementskit-lite\";s:4:\"slug\";s:16:\"elementskit-lite\";s:6:\"plugin\";s:37:\"elementskit-lite/elementskit-lite.php\";s:11:\"new_version\";s:5:\"3.1.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/elementskit-lite/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/elementskit-lite.3.1.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175\";s:2:\"1x\";s:69:\"https://ps.w.org/elementskit-lite/assets/icon-128x128.gif?rev=2518175\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/elementskit-lite/assets/banner-1544x500.png?rev=2118488\";s:2:\"1x\";s:71:\"https://ps.w.org/elementskit-lite/assets/banner-772x250.png?rev=2118488\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:49:\"w.org/plugins/essential-addons-for-elementor-lite\";s:4:\"slug\";s:35:\"essential-addons-for-elementor-lite\";s:6:\"plugin\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:11:\"new_version\";s:6:\"5.9.22\";s:3:\"url\";s:66:\"https://wordpress.org/plugins/essential-addons-for-elementor-lite/\";s:7:\"package\";s:85:\"https://downloads.wordpress.org/plugin/essential-addons-for-elementor-lite.5.9.22.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-256x256.png?rev=2598498\";s:2:\"1x\";s:88:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/icon-128x128.png?rev=2598498\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:91:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-1544x500.gif?rev=3029978\";s:2:\"1x\";s:90:\"https://ps.w.org/essential-addons-for-elementor-lite/assets/banner-772x250.gif?rev=3029978\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}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:19:\"metform/metform.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/metform\";s:4:\"slug\";s:7:\"metform\";s:6:\"plugin\";s:19:\"metform/metform.php\";s:11:\"new_version\";s:5:\"3.8.8\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/metform/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/metform.3.8.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/metform/assets/icon-256x256.png?rev=2544152\";s:2:\"1x\";s:60:\"https://ps.w.org/metform/assets/icon-128x128.png?rev=2544152\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/metform/assets/banner-1544x500.png?rev=2544152\";s:2:\"1x\";s:62:\"https://ps.w.org/metform/assets/banner-772x250.png?rev=2544152\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:30:\"salon-booking-system/salon.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/salon-booking-system\";s:4:\"slug\";s:20:\"salon-booking-system\";s:6:\"plugin\";s:30:\"salon-booking-system/salon.php\";s:11:\"new_version\";s:3:\"9.9\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/salon-booking-system/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/salon-booking-system.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/salon-booking-system/assets/icon-256x256.png?rev=2652617\";s:2:\"1x\";s:73:\"https://ps.w.org/salon-booking-system/assets/icon-128x128.png?rev=2652617\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/salon-booking-system/assets/banner-1544x500.png?rev=3094399\";s:2:\"1x\";s:75:\"https://ps.w.org/salon-booking-system/assets/banner-772x250.png?rev=2652610\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";}s:43:\"template-kit-import/template-kit-import.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/template-kit-import\";s:4:\"slug\";s:19:\"template-kit-import\";s:6:\"plugin\";s:43:\"template-kit-import/template-kit-import.php\";s:11:\"new_version\";s:6:\"1.0.15\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/template-kit-import/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/template-kit-import.1.0.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-256x256.png?rev=2228216\";s:2:\"1x\";s:72:\"https://ps.w.org/template-kit-import/assets/icon-128x128.png?rev=2228216\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}}s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"5.3.2\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.82\";s:91:\"all-in-one-wp-migration-unlimited-extension/all-in-one-wp-migration-unlimited-extension.php\";s:4:\"2.53\";s:23:\"elementor/elementor.php\";s:6:\"3.21.8\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"1.6.35\";s:37:\"elementskit-lite/elementskit-lite.php\";s:5:\"3.1.4\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:6:\"5.9.22\";s:9:\"hello.php\";s:5:\"1.7.2\";s:19:\"metform/metform.php\";s:5:\"3.8.8\";s:30:\"salon-booking-system/salon.php\";s:3:\"9.9\";s:43:\"template-kit-import/template-kit-import.php\";s:6:\"1.0.15\";}}','no'),(877,'_site_transient_timeout_theme_roots','1717104421','no'),(878,'_site_transient_theme_roots','a:4:{s:15:\"hello-elementor\";s:7:\"/themes\";s:16:\"twentytwentyfour\";s:7:\"/themes\";s:17:\"twentytwentythree\";s:7:\"/themes\";s:15:\"twentytwentytwo\";s:7:\"/themes\";}','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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=1322 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'),(3,5,'_elementor_edit_mode','builder'),(4,5,'_elementor_template_type','kit'),(5,6,'_wp_attached_file','2023/06/pur-wellness-spa-wordpress-theme-2023-05-10-12-24-18-utc.zip'),(6,6,'_wp_attachment_context','upgrader'),(9,8,'envato_tk_manifest','a:7:{s:16:\"manifest_version\";s:6:\"1.0.20\";s:5:\"title\";s:7:\"Esseine\";s:12:\"page_builder\";s:9:\"elementor\";s:11:\"kit_version\";s:5:\"1.0.1\";s:9:\"templates\";a:17:{i:0;a:9:{s:4:\"name\";s:17:\"Global Kit Styles\";s:10:\"screenshot\";s:33:\"screenshots/global-kit-styles.jpg\";s:6:\"source\";s:21:\"templates/global.json\";s:11:\"preview_url\";s:19:\"https://kitpro.site\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:4:{s:13:\"template_type\";s:13:\"global-styles\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;s:31:\"additional_template_information\";a:1:{i:0;s:85:\"These are the global theme styles configured through the Elementor Theme Styles area.\";}}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:9;}}}i:1;a:9:{s:4:\"name\";s:4:\"Home\";s:10:\"screenshot\";s:20:\"screenshots/home.jpg\";s:6:\"source\";s:19:\"templates/home.json\";s:11:\"preview_url\";s:46:\"https://kitpro.site/esseine/template-kit/home/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-home\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:132;}}}i:2;a:9:{s:4:\"name\";s:4:\"Team\";s:10:\"screenshot\";s:20:\"screenshots/team.jpg\";s:6:\"source\";s:19:\"templates/team.json\";s:11:\"preview_url\";s:46:\"https://kitpro.site/esseine/template-kit/team/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:135;}}}i:3;a:9:{s:4:\"name\";s:8:\"About Us\";s:10:\"screenshot\";s:24:\"screenshots/about-us.jpg\";s:6:\"source\";s:23:\"templates/about-us.json\";s:11:\"preview_url\";s:50:\"https://kitpro.site/esseine/template-kit/about-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:119;}}}i:4;a:9:{s:4:\"name\";s:10:\"Contact Us\";s:10:\"screenshot\";s:26:\"screenshots/contact-us.jpg\";s:6:\"source\";s:25:\"templates/contact-us.json\";s:11:\"preview_url\";s:52:\"https://kitpro.site/esseine/template-kit/contact-us/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:32;}}}i:5;a:9:{s:4:\"name\";s:8:\"Services\";s:10:\"screenshot\";s:24:\"screenshots/services.jpg\";s:6:\"source\";s:23:\"templates/services.json\";s:11:\"preview_url\";s:50:\"https://kitpro.site/esseine/template-kit/services/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:113;}}}i:6;a:9:{s:4:\"name\";s:4:\"FAQs\";s:10:\"screenshot\";s:20:\"screenshots/faqs.jpg\";s:6:\"source\";s:19:\"templates/faqs.json\";s:11:\"preview_url\";s:46:\"https://kitpro.site/esseine/template-kit/faqs/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:54;}}}i:7;a:9:{s:4:\"name\";s:17:\"Treatment Package\";s:10:\"screenshot\";s:33:\"screenshots/treatment-package.jpg\";s:6:\"source\";s:32:\"templates/treatment-package.json\";s:11:\"preview_url\";s:59:\"https://kitpro.site/esseine/template-kit/treatment-package/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:124;}}}i:8;a:9:{s:4:\"name\";s:7:\"Pricing\";s:10:\"screenshot\";s:23:\"screenshots/pricing.jpg\";s:6:\"source\";s:22:\"templates/pricing.json\";s:11:\"preview_url\";s:49:\"https://kitpro.site/esseine/template-kit/pricing/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:100;}}}i:9;a:8:{s:4:\"name\";s:4:\"Blog\";s:10:\"screenshot\";s:20:\"screenshots/blog.jpg\";s:6:\"source\";s:19:\"templates/blog.json\";s:11:\"preview_url\";s:46:\"https://kitpro.site/esseine/template-kit/blog/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:10;a:9:{s:4:\"name\";s:7:\"Gallery\";s:10:\"screenshot\";s:23:\"screenshots/gallery.jpg\";s:6:\"source\";s:22:\"templates/gallery.json\";s:11:\"preview_url\";s:49:\"https://kitpro.site/esseine/template-kit/gallery/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:106;}}}i:11;a:9:{s:4:\"name\";s:3:\"404\";s:10:\"screenshot\";s:19:\"screenshots/404.jpg\";s:6:\"source\";s:18:\"templates/404.json\";s:11:\"preview_url\";s:45:\"https://kitpro.site/esseine/template-kit/404/\";s:4:\"type\";s:4:\"page\";s:8:\"category\";s:4:\"page\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:11:\"single-page\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:79;}}}i:12;a:8:{s:4:\"name\";s:12:\"Contact Form\";s:10:\"screenshot\";s:28:\"screenshots/contact-form.jpg\";s:6:\"source\";s:27:\"templates/contact-form.json\";s:11:\"preview_url\";s:54:\"https://kitpro.site/esseine/template-kit/contact-form/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:13;a:9:{s:4:\"name\";s:15:\"Newsletter Form\";s:10:\"screenshot\";s:31:\"screenshots/newsletter-form.jpg\";s:6:\"source\";s:30:\"templates/newsletter-form.json\";s:11:\"preview_url\";s:57:\"https://kitpro.site/esseine/template-kit/newsletter-form/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:13:\"section-other\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:47;}}}i:14;a:8:{s:4:\"name\";s:12:\"Header White\";s:10:\"screenshot\";s:28:\"screenshots/header-white.jpg\";s:6:\"source\";s:27:\"templates/header-white.json\";s:11:\"preview_url\";s:54:\"https://kitpro.site/esseine/template-kit/header-white/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:15;a:8:{s:4:\"name\";s:17:\"Header Background\";s:10:\"screenshot\";s:33:\"screenshots/header-background.jpg\";s:6:\"source\";s:32:\"templates/header-background.json\";s:11:\"preview_url\";s:59:\"https://kitpro.site/esseine/template-kit/header-background/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-header\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;}i:16;a:9:{s:4:\"name\";s:6:\"Footer\";s:10:\"screenshot\";s:22:\"screenshots/footer.jpg\";s:6:\"source\";s:21:\"templates/footer.json\";s:11:\"preview_url\";s:48:\"https://kitpro.site/esseine/template-kit/footer/\";s:4:\"type\";s:7:\"section\";s:8:\"category\";s:7:\"section\";s:8:\"metadata\";a:3:{s:13:\"template_type\";s:14:\"section-footer\";s:14:\"include_in_zip\";s:1:\"1\";s:22:\"elementor_pro_required\";N;}s:22:\"elementor_pro_required\";b:0;s:7:\"imports\";a:1:{i:0;a:1:{s:20:\"imported_template_id\";i:68;}}}}s:16:\"required_plugins\";a:4:{i:0;a:4:{s:4:\"name\";s:30:\"Essential Addons for Elementor\";s:7:\"version\";s:5:\"4.9.1\";s:4:\"file\";s:65:\"essential-addons-for-elementor-lite/essential_adons_elementor.php\";s:6:\"author\";s:11:\"WPDeveloper\";}i:1;a:4:{s:4:\"name\";s:33:\"Elementor Header & Footer Builder\";s:7:\"version\";s:5:\"1.6.4\";s:4:\"file\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:6:\"author\";s:31:\"Brainstorm Force, Nikhil Chavan\";}i:2;a:4:{s:4:\"name\";s:7:\"MetForm\";s:7:\"version\";s:5:\"1.5.4\";s:4:\"file\";s:19:\"metform/metform.php\";s:6:\"author\";s:5:\"Wpmet\";}i:3;a:4:{s:4:\"name\";s:9:\"Elementor\";s:7:\"version\";s:5:\"3.4.4\";s:4:\"file\";s:23:\"elementor/elementor.php\";s:6:\"author\";s:13:\"Elementor.com\";}}s:6:\"images\";a:73:{i:0;a:8:{s:8:\"filename\";s:39:\"jasmine-flowers-white-1.1-Converted.png\";s:13:\"thumbnail_url\";s:111:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-1.1-Converted-800x764.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:60263;s:10:\"dimensions\";a:2:{i:0;i:896;i:1;i:856;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:1;a:8:{s:8:\"filename\";s:81:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\";s:13:\"thumbnail_url\";s:145:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:61923;s:10:\"dimensions\";a:2:{i:0;i:674;i:1;i:620;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:2;a:8:{s:8:\"filename\";s:62:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:216807;s:10:\"dimensions\";a:2:{i:0;i:700;i:1;i:886;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7ACXDQG\";}i:3;a:8:{s:8:\"filename\";s:64:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\";s:13:\"thumbnail_url\";s:128:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:185744;s:10:\"dimensions\";a:2:{i:0;i:700;i:1;i:886;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7ACXDQG\";}i:4;a:8:{s:8:\"filename\";s:33:\"spa-in-the-background-4BT6SD5.jpg\";s:13:\"thumbnail_url\";s:105:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spa-in-the-background-4BT6SD5-800x534.jpg\";s:9:\"templates\";a:6:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:3;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}i:4;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:5;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:235168;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1281;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-4BT6SD5\";}i:5;a:8:{s:8:\"filename\";s:18:\"4607-Massage-1.png\";s:13:\"thumbnail_url\";s:82:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/4607-Massage-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:9653;s:10:\"dimensions\";a:2:{i:0;i:368;i:1;i:370;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:6;a:8:{s:8:\"filename\";s:23:\"4606-Mask-on-Face-1.png\";s:13:\"thumbnail_url\";s:87:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/4606-Mask-on-Face-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}}s:8:\"filesize\";i:12354;s:10:\"dimensions\";a:2:{i:0;i:333;i:1;i:360;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:7;a:8:{s:8:\"filename\";s:25:\"4625-Floating-Flowers.png\";s:13:\"thumbnail_url\";s:89:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/4625-Floating-Flowers.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:9156;s:10:\"dimensions\";a:2:{i:0;i:370;i:1;i:294;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:8;a:8:{s:8:\"filename\";s:39:\"jasmine-flowers-white-1.2-Converted.png\";s:13:\"thumbnail_url\";s:103:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-1.2-Converted.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:2;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:39337;s:10:\"dimensions\";a:2:{i:0;i:437;i:1;i:700;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:9;a:8:{s:8:\"filename\";s:36:\"spa-massage-in-spa-salon-SDSUDMU.jpg\";s:13:\"thumbnail_url\";s:108:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spa-massage-in-spa-salon-SDSUDMU-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:3;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}}s:8:\"filesize\";i:242034;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:1280;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-SDSUDMU\";}i:10;a:8:{s:8:\"filename\";s:43:\"spa-settings-on-pink-background-PNTV8L5.jpg\";s:13:\"thumbnail_url\";s:115:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spa-settings-on-pink-background-PNTV8L5-800x391.jpg\";s:9:\"templates\";a:10:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:4;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:5;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:6;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}i:7;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:8;a:2:{s:6:\"source\";s:19:\"templates/blog.json\";s:4:\"name\";s:4:\"Blog\";}i:9;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:227631;s:10:\"dimensions\";a:2:{i:0;i:1920;i:1;i:938;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PNTV8L5\";}i:11;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:37170;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:12;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:53322;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:13;a:8:{s:8:\"filename\";s:60:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\";s:13:\"thumbnail_url\";s:124:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:48568;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:14;a:8:{s:8:\"filename\";s:57:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\";s:13:\"thumbnail_url\";s:129:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-800x722.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:219640;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:902;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-M9ZAHJY\";}i:15;a:8:{s:8:\"filename\";s:59:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png\";s:13:\"thumbnail_url\";s:131:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-800x722.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:185097;s:10:\"dimensions\";a:2:{i:0;i:1000;i:1;i:902;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-M9ZAHJY\";}i:16;a:8:{s:8:\"filename\";s:39:\"jasmine-flowers-white-4.1-Converted.png\";s:13:\"thumbnail_url\";s:103:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-4.1-Converted.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:47292;s:10:\"dimensions\";a:2:{i:0;i:448;i:1;i:950;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:17;a:8:{s:8:\"filename\";s:23:\"spa-setting-GTFJWQ4.jpg\";s:13:\"thumbnail_url\";s:95:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spa-setting-GTFJWQ4-800x533.jpg\";s:9:\"templates\";a:4:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:3;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:235733;s:10:\"dimensions\";a:2:{i:0;i:1420;i:1;i:946;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-GTFJWQ4\";}i:18;a:8:{s:8:\"filename\";s:55:\"woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\";s:13:\"thumbnail_url\";s:127:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:140270;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PXUH8BP\";}i:19;a:8:{s:8:\"filename\";s:62:\"relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:78826;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-972WAYB\";}i:20;a:8:{s:8:\"filename\";s:62:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-800x533.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:82055;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MD2CY8D\";}i:21;a:8:{s:8:\"filename\";s:9:\"petik.png\";s:13:\"thumbnail_url\";s:73:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/petik.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:18273;s:10:\"dimensions\";a:2:{i:0;i:700;i:1;i:568;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:22;a:8:{s:8:\"filename\";s:26:\"beauty-sleep-7DRHLVJ-1.jpg\";s:13:\"thumbnail_url\";s:90:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beauty-sleep-7DRHLVJ-1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:61508;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-7DRHLVJ\";}i:23;a:8:{s:8:\"filename\";s:64:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\";s:13:\"thumbnail_url\";s:128:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:67529;s:10:\"dimensions\";a:2:{i:0;i:500;i:1;i:500;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-MD2CY8D\";}i:24;a:8:{s:8:\"filename\";s:59:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\";s:13:\"thumbnail_url\";s:131:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-800x931.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:132153;s:10:\"dimensions\";a:2:{i:0;i:859;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FNHBX4M\";}i:25;a:8:{s:8:\"filename\";s:34:\"relaxing-spa-procedure-YWFXDHM.jpg\";s:13:\"thumbnail_url\";s:106:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/relaxing-spa-procedure-YWFXDHM-800x931.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:166665;s:10:\"dimensions\";a:2:{i:0;i:859;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-YWFXDHM\";}i:26;a:8:{s:8:\"filename\";s:62:\"beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC-800x931.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:74951;s:10:\"dimensions\";a:2:{i:0;i:859;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-35YDXGC\";}i:27;a:8:{s:8:\"filename\";s:35:\"beauty-treatment-in-spa-8KRHVMY.jpg\";s:13:\"thumbnail_url\";s:107:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beauty-treatment-in-spa-8KRHVMY-800x931.jpg\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:19:\"templates/home.json\";s:4:\"name\";s:4:\"Home\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:143158;s:10:\"dimensions\";a:2:{i:0;i:859;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8KRHVMY\";}i:28;a:8:{s:8:\"filename\";s:42:\"beautiful-woman-at-spring-park-P4PZ4CT.jpg\";s:13:\"thumbnail_url\";s:114:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-woman-at-spring-park-P4PZ4CT-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:242849;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-P4PZ4CT\";}i:29;a:8:{s:8:\"filename\";s:58:\"beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg\";s:13:\"thumbnail_url\";s:130:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:104817;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-2YCKZQV\";}i:30;a:8:{s:8:\"filename\";s:62:\"happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:118121;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-DY6CFT2\";}i:31;a:8:{s:8:\"filename\";s:62:\"cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg\";s:13:\"thumbnail_url\";s:134:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-800x533.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:101445;s:10:\"dimensions\";a:2:{i:0;i:1501;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-3VX78XN\";}i:32;a:8:{s:8:\"filename\";s:41:\"elements-eye-logo-VXUKND-2018-11-20-1.png\";s:13:\"thumbnail_url\";s:105:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-eye-logo-VXUKND-2018-11-20-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:26400;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:43:\"https://elements.envato.com/eye-logo-VXUKND\";}i:33;a:8:{s:8:\"filename\";s:59:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\";s:13:\"thumbnail_url\";s:123:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:54366;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/relax-resort-logo-template-GF6XU7\";}i:34;a:8:{s:8:\"filename\";s:49:\"elements-rose-flower-logo-Q83854-2017-10-29-1.png\";s:13:\"thumbnail_url\";s:113:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-rose-flower-logo-Q83854-2017-10-29-1.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:20639;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:51:\"https://elements.envato.com/rose-flower-logo-Q83854\";}i:35;a:8:{s:8:\"filename\";s:56:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\";s:13:\"thumbnail_url\";s:120:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:19:\"templates/team.json\";s:4:\"name\";s:4:\"Team\";}}s:8:\"filesize\";i:28619;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/wellness-logo-template-XG9DU8Z\";}i:36;a:8:{s:8:\"filename\";s:26:\"jasmine-flowers-white2.png\";s:13:\"thumbnail_url\";s:90:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white2.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:39498;s:10:\"dimensions\";a:2:{i:0;i:437;i:1;i:418;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:37;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:57002;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:38;a:8:{s:8:\"filename\";s:63:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\";s:13:\"thumbnail_url\";s:127:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:52236;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:39;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:30510;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:40;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}i:1;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}i:2;a:2:{s:6:\"source\";s:32:\"templates/treatment-package.json\";s:4:\"name\";s:17:\"Treatment Package\";}}s:8:\"filesize\";i:64974;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:41;a:8:{s:8:\"filename\";s:63:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\";s:13:\"thumbnail_url\";s:127:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:32427;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:42;a:8:{s:8:\"filename\";s:63:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\";s:13:\"thumbnail_url\";s:127:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/about-us.json\";s:4:\"name\";s:8:\"About Us\";}}s:8:\"filesize\";i:45856;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:43;a:8:{s:8:\"filename\";s:15:\"Artboard-24.png\";s:13:\"thumbnail_url\";s:79:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/Artboard-24.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:18453;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/40-contact-us-icons-set-line-YULPXTY\";}i:44;a:8:{s:8:\"filename\";s:14:\"Artboard-8.png\";s:13:\"thumbnail_url\";s:78:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/Artboard-8.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:21796;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/40-contact-us-icons-set-line-YULPXTY\";}i:45;a:8:{s:8:\"filename\";s:15:\"Artboard-22.png\";s:13:\"thumbnail_url\";s:79:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/Artboard-22.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}}s:8:\"filesize\";i:17448;s:10:\"dimensions\";a:2:{i:0;i:512;i:1;i:512;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/40-contact-us-icons-set-line-YULPXTY\";}i:46;a:8:{s:8:\"filename\";s:81:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\";s:13:\"thumbnail_url\";s:145:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\";s:9:\"templates\";a:3:{i:0;a:2:{s:6:\"source\";s:25:\"templates/contact-us.json\";s:4:\"name\";s:10:\"Contact Us\";}i:1;a:2:{s:6:\"source\";s:19:\"templates/faqs.json\";s:4:\"name\";s:4:\"FAQs\";}i:2;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:38198;s:10:\"dimensions\";a:2:{i:0;i:628;i:1;i:602;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:47;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:53940;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:48;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:54241;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:49;a:8:{s:8:\"filename\";s:62:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:32235;s:10:\"dimensions\";a:2:{i:0;i:600;i:1;i:600;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:64:\"https://elements.envato.com/50-spa-line-green-black-icons-EGVMGU\";}i:50;a:8:{s:8:\"filename\";s:30:\"spring-spa-setting-PQSX3EK.png\";s:13:\"thumbnail_url\";s:94:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spring-spa-setting-PQSX3EK.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:209317;s:10:\"dimensions\";a:2:{i:0;i:570;i:1;i:344;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQSX3EK\";}i:51;a:8:{s:8:\"filename\";s:37:\"jasmine-flowers-white-1-Converted.png\";s:13:\"thumbnail_url\";s:109:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-1-Converted-800x764.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:60404;s:10:\"dimensions\";a:2:{i:0;i:896;i:1;i:856;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:52;a:8:{s:8:\"filename\";s:39:\"elements-eye-logo-VXUKND-2018-11-20.png\";s:13:\"thumbnail_url\";s:103:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-eye-logo-VXUKND-2018-11-20.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:26525;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:43:\"https://elements.envato.com/eye-logo-VXUKND\";}i:53;a:8:{s:8:\"filename\";s:57:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\";s:13:\"thumbnail_url\";s:121:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:62742;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:61:\"https://elements.envato.com/relax-resort-logo-template-GF6XU7\";}i:54;a:8:{s:8:\"filename\";s:47:\"elements-rose-flower-logo-Q83854-2017-10-29.png\";s:13:\"thumbnail_url\";s:111:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-rose-flower-logo-Q83854-2017-10-29.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:24202;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:51:\"https://elements.envato.com/rose-flower-logo-Q83854\";}i:55;a:8:{s:8:\"filename\";s:54:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\";s:13:\"thumbnail_url\";s:118:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:23:\"templates/services.json\";s:4:\"name\";s:8:\"Services\";}}s:8:\"filesize\";i:100555;s:10:\"dimensions\";a:2:{i:0;i:568;i:1;i:508;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:58:\"https://elements.envato.com/wellness-logo-template-XG9DU8Z\";}i:56;a:8:{s:8:\"filename\";s:61:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\";s:13:\"thumbnail_url\";s:125:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:105868;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-FNHBX4M\";}i:57;a:8:{s:8:\"filename\";s:56:\"afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\";s:13:\"thumbnail_url\";s:120:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:114145;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-8K5XAQM\";}i:58;a:8:{s:8:\"filename\";s:59:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\";s:13:\"thumbnail_url\";s:123:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:98294;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PA3ZZD3\";}i:59;a:8:{s:8:\"filename\";s:62:\"massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:77625;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-XFTM49X\";}i:60;a:8:{s:8:\"filename\";s:43:\"beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\";s:13:\"thumbnail_url\";s:107:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}}s:8:\"filesize\";i:84203;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PGVT9EK\";}i:61;a:8:{s:8:\"filename\";s:30:\"spring-spa-setting-PQSX3EK.jpg\";s:13:\"thumbnail_url\";s:94:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spring-spa-setting-PQSX3EK.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:118440;s:10:\"dimensions\";a:2:{i:0;i:800;i:1;i:800;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PQSX3EK\";}i:62;a:8:{s:8:\"filename\";s:57:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\";s:13:\"thumbnail_url\";s:129:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-800x534.jpg\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:22:\"templates/pricing.json\";s:4:\"name\";s:7:\"Pricing\";}i:1;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:142978;s:10:\"dimensions\";a:2:{i:0;i:1420;i:1;i:948;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PA3ZZD3\";}i:63;a:8:{s:8:\"filename\";s:37:\"jasmine-flowers-white-2-Converted.png\";s:13:\"thumbnail_url\";s:101:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-2-Converted.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:68610;s:10:\"dimensions\";a:2:{i:0;i:691;i:1;i:917;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:64;a:8:{s:8:\"filename\";s:15:\"spa-Y2EBL9H.jpg\";s:13:\"thumbnail_url\";s:79:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/spa-Y2EBL9H.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:78446;s:10:\"dimensions\";a:2:{i:0;i:666;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-Y2EBL9H\";}i:65;a:8:{s:8:\"filename\";s:62:\"two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\";s:13:\"thumbnail_url\";s:126:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:113083;s:10:\"dimensions\";a:2:{i:0;i:666;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-R9WC5FN\";}i:66;a:8:{s:8:\"filename\";s:48:\"beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\";s:13:\"thumbnail_url\";s:112:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:122432;s:10:\"dimensions\";a:2:{i:0;i:666;i:1;i:1000;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PCXQB3L\";}i:67;a:8:{s:8:\"filename\";s:45:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg\";s:13:\"thumbnail_url\";s:117:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-800x534.jpg\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:22:\"templates/gallery.json\";s:4:\"name\";s:7:\"Gallery\";}}s:8:\"filesize\";i:142627;s:10:\"dimensions\";a:2:{i:0;i:1420;i:1;i:947;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:3:\"yes\";s:10:\"image_urls\";s:41:\"https://elements.envato.com/image-PGVT9EK\";}i:68;a:8:{s:8:\"filename\";s:28:\"jasmine-flowers-white-23.png\";s:13:\"thumbnail_url\";s:92:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-23.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:33075;s:10:\"dimensions\";a:2:{i:0;i:618;i:1;i:339;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:69;a:8:{s:8:\"filename\";s:25:\"jasmine-branch-white1.png\";s:13:\"thumbnail_url\";s:97:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-branch-white1-800x554.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:25165;s:10:\"dimensions\";a:2:{i:0;i:855;i:1;i:592;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:70;a:8:{s:8:\"filename\";s:39:\"jasmine-flowers-white-3.1-Converted.png\";s:13:\"thumbnail_url\";s:111:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/jasmine-flowers-white-3.1-Converted-800x784.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:18:\"templates/404.json\";s:4:\"name\";s:3:\"404\";}}s:8:\"filesize\";i:71859;s:10:\"dimensions\";a:2:{i:0;i:970;i:1;i:950;}s:12:\"image_source\";s:15:\"envato_elements\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:83:\"https://elements.envato.com/line-drawing-white-jasmine-flower-illustrations-FF57E82\";}i:71;a:8:{s:8:\"filename\";s:16:\"Logo-Esseine.png\";s:13:\"thumbnail_url\";s:88:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/Logo-Esseine-800x283.png\";s:9:\"templates\";a:1:{i:0;a:2:{s:6:\"source\";s:27:\"templates/header-white.json\";s:4:\"name\";s:12:\"Header White\";}}s:8:\"filesize\";i:22785;s:10:\"dimensions\";a:2:{i:0;i:985;i:1;i:348;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}i:72;a:8:{s:8:\"filename\";s:22:\"Logo-Esseine-White.png\";s:13:\"thumbnail_url\";s:94:\"https://kitpro.site/esseine/wp-content/uploads/sites/39/2021/09/Logo-Esseine-White-800x283.png\";s:9:\"templates\";a:2:{i:0;a:2:{s:6:\"source\";s:32:\"templates/header-background.json\";s:4:\"name\";s:17:\"Header Background\";}i:1;a:2:{s:6:\"source\";s:21:\"templates/footer.json\";s:4:\"name\";s:6:\"Footer\";}}s:8:\"filesize\";i:17999;s:10:\"dimensions\";a:2:{i:0;i:985;i:1;i:348;}s:12:\"image_source\";s:12:\"self_created\";s:15:\"person_or_place\";s:2:\"no\";s:10:\"image_urls\";s:0:\"\";}}}'),(10,8,'envato_tk_folder_name','defb5b9aae28a3c3c663dea491290f7a'),(11,8,'envato_tk_builder','elementor'),(12,8,'envato_tk_source_zip_url','https://noha.in8.cdn-alpha.com/wp-content/uploads/template-kits/defb5b9aae28a3c3c663dea491290f7a/source-8.zip'),(13,9,'_elementor_edit_mode','builder'),(14,9,'_elementor_template_type','kit'),(15,9,'_elementor_version','3.14.0'),(16,10,'_elementor_edit_mode','builder'),(17,10,'_elementor_template_type','section'),(18,10,'_elementor_version','3.14.0'),(19,9,'_wp_page_template','default'),(20,9,'_elementor_page_settings','a:79:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#5E0826\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#D59999\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFF0F3\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"30e5369\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"b82d03e\";s:5:\"title\";s:10:\"WhiteTrans\";s:5:\"color\";s:9:\"#FFFFFF82\";}i:2;a:3:{s:5:\"title\";s:11:\"transparant\";s:3:\"_id\";s:7:\"cfd96a7\";s:5:\"color\";s:9:\"#02010100\";}i:3;a:3:{s:3:\"_id\";s:7:\"158c32f\";s:5:\"title\";s:10:\"transpink1\";s:5:\"color\";s:9:\"#D5999940\";}i:4;a:3:{s:3:\"_id\";s:7:\"233c4a0\";s:5:\"title\";s:10:\"transpink2\";s:5:\"color\";s:9:\"#D599999E\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:2:\"H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:2:\"H2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:9:{i:0;a:6:{s:3:\"_id\";s:7:\"d6ab604\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"8a8bed2\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"c3b6dfb\";s:5:\"title\";s:2:\"H6\";}i:3;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.7000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"ba88d83\";s:5:\"title\";s:6:\"Number\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"aa5b00b\";s:5:\"title\";s:6:\"price2\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.3999999999999999;s:5:\"sizes\";a:0:{}}}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.90000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"897f75f\";s:5:\"title\";s:2:\"cr\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"1473676\";s:5:\"title\";s:5:\"about\";}i:7;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3999999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"4bccb1c\";s:5:\"title\";s:4:\"Team\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:8.5999999999999996;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"46a8498\";s:5:\"title\";s:4:\"4040\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:21:{s:8:\"h1_color\";s:0:\"\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:24:\"h3_typography_typography\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:24:\"h4_typography_typography\";s:0:\"\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"button_text_color\";s:25:\"globals/colors?id=30e5369\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:19:\"button_border_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=cfd96a7\";s:25:\"button_hover_border_color\";s:27:\"globals/colors?id=secondary\";s:26:\"body_typography_typography\";s:0:\"\";s:10:\"body_color\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:24:\"h5_typography_typography\";s:0:\"\";s:24:\"h6_typography_typography\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Sarabun\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#5E0826\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:9:\"Marcellus\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"500\";s:8:\"h2_color\";s:7:\"#5E0826\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:9:\"Marcellus\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:8:\"h3_color\";s:7:\"#5E0826\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:9:\"Marcellus\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:8:\"h4_color\";s:7:\"#5E0826\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:9:\"Marcellus\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#5E0826\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:9:\"Marcellus\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#5E0826\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:9:\"Marcellus\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Sarabun\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#D59999\";s:19:\"button_border_color\";s:7:\"#D59999\";s:23:\"button_hover_text_color\";s:7:\"#D59999\";s:29:\"button_hover_background_color\";s:9:\"#02010100\";s:25:\"button_hover_border_color\";s:7:\"#D59999\";s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:18:\"Noha International\";s:9:\"site_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}s:12:\"site_favicon\";a:5:{s:3:\"url\";s:85:\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-Icon.png\";s:2:\"id\";i:165;s:4:\"size\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:6:\"source\";s:7:\"library\";}}'),(21,9,'_elementor_data','[]'),(22,11,'_elementor_edit_mode','builder'),(23,11,'_elementor_template_type','section'),(24,11,'_elementor_version','3.14.0'),(25,11,'_wp_page_template','default'),(26,11,'_elementor_page_settings','a:76:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#5E0826\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#D59999\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFF0F3\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"30e5369\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"b82d03e\";s:5:\"title\";s:10:\"WhiteTrans\";s:5:\"color\";s:9:\"#FFFFFF82\";}i:2;a:3:{s:5:\"title\";s:11:\"transparant\";s:3:\"_id\";s:7:\"cfd96a7\";s:5:\"color\";s:9:\"#02010100\";}i:3;a:3:{s:3:\"_id\";s:7:\"158c32f\";s:5:\"title\";s:10:\"transpink1\";s:5:\"color\";s:9:\"#D5999940\";}i:4;a:3:{s:3:\"_id\";s:7:\"233c4a0\";s:5:\"title\";s:10:\"transpink2\";s:5:\"color\";s:9:\"#D599999E\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:2:\"H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:2:\"H2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:9:{i:0;a:6:{s:3:\"_id\";s:7:\"d6ab604\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"8a8bed2\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"c3b6dfb\";s:5:\"title\";s:2:\"H6\";}i:3;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.7000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"ba88d83\";s:5:\"title\";s:6:\"Number\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"aa5b00b\";s:5:\"title\";s:6:\"price2\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.3999999999999999;s:5:\"sizes\";a:0:{}}}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.90000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"897f75f\";s:5:\"title\";s:2:\"cr\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"1473676\";s:5:\"title\";s:5:\"about\";}i:7;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3999999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"4bccb1c\";s:5:\"title\";s:4:\"Team\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:8.5999999999999996;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"46a8498\";s:5:\"title\";s:4:\"4040\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:21:{s:8:\"h1_color\";s:0:\"\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:24:\"h3_typography_typography\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:24:\"h4_typography_typography\";s:0:\"\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"button_text_color\";s:25:\"globals/colors?id=30e5369\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:19:\"button_border_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=cfd96a7\";s:25:\"button_hover_border_color\";s:27:\"globals/colors?id=secondary\";s:26:\"body_typography_typography\";s:0:\"\";s:10:\"body_color\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:24:\"h5_typography_typography\";s:0:\"\";s:24:\"h6_typography_typography\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Sarabun\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#5E0826\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:9:\"Marcellus\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"500\";s:8:\"h2_color\";s:7:\"#5E0826\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:9:\"Marcellus\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:8:\"h3_color\";s:7:\"#5E0826\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:9:\"Marcellus\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:8:\"h4_color\";s:7:\"#5E0826\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:9:\"Marcellus\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#5E0826\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:9:\"Marcellus\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#5E0826\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:9:\"Marcellus\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Sarabun\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#D59999\";s:19:\"button_border_color\";s:7:\"#D59999\";s:23:\"button_hover_text_color\";s:7:\"#D59999\";s:29:\"button_hover_background_color\";s:9:\"#02010100\";s:25:\"button_hover_border_color\";s:7:\"#D59999\";s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}'),(27,11,'_elementor_data','[]'),(28,9,'_elementor_page_assets','a:0:{}'),(29,9,'_eael_custom_js',''),(30,9,'envato_tk_source_kit','8'),(31,9,'envato_tk_source_index','0'),(32,12,'_elementor_edit_mode','builder'),(33,12,'_elementor_template_type','kit'),(34,12,'_elementor_version','3.14.0'),(35,12,'_wp_page_template','default'),(36,12,'_elementor_page_settings','a:76:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#5E0826\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#D59999\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFF0F3\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"30e5369\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"b82d03e\";s:5:\"title\";s:10:\"WhiteTrans\";s:5:\"color\";s:9:\"#FFFFFF82\";}i:2;a:3:{s:5:\"title\";s:11:\"transparant\";s:3:\"_id\";s:7:\"cfd96a7\";s:5:\"color\";s:9:\"#02010100\";}i:3;a:3:{s:3:\"_id\";s:7:\"158c32f\";s:5:\"title\";s:10:\"transpink1\";s:5:\"color\";s:9:\"#D5999940\";}i:4;a:3:{s:3:\"_id\";s:7:\"233c4a0\";s:5:\"title\";s:10:\"transpink2\";s:5:\"color\";s:9:\"#D599999E\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:2:\"H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:2:\"H2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:9:{i:0;a:6:{s:3:\"_id\";s:7:\"d6ab604\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"8a8bed2\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"c3b6dfb\";s:5:\"title\";s:2:\"H6\";}i:3;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.7000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"ba88d83\";s:5:\"title\";s:6:\"Number\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"aa5b00b\";s:5:\"title\";s:6:\"price2\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.3999999999999999;s:5:\"sizes\";a:0:{}}}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.90000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"897f75f\";s:5:\"title\";s:2:\"cr\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"1473676\";s:5:\"title\";s:5:\"about\";}i:7;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3999999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"4bccb1c\";s:5:\"title\";s:4:\"Team\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:8.5999999999999996;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"46a8498\";s:5:\"title\";s:4:\"4040\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:21:{s:8:\"h1_color\";s:0:\"\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:24:\"h3_typography_typography\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:24:\"h4_typography_typography\";s:0:\"\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"button_text_color\";s:25:\"globals/colors?id=30e5369\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:19:\"button_border_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=cfd96a7\";s:25:\"button_hover_border_color\";s:27:\"globals/colors?id=secondary\";s:26:\"body_typography_typography\";s:0:\"\";s:10:\"body_color\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:24:\"h5_typography_typography\";s:0:\"\";s:24:\"h6_typography_typography\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Sarabun\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#5E0826\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:9:\"Marcellus\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"500\";s:8:\"h2_color\";s:7:\"#5E0826\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:9:\"Marcellus\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:8:\"h3_color\";s:7:\"#5E0826\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:9:\"Marcellus\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:8:\"h4_color\";s:7:\"#5E0826\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:9:\"Marcellus\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#5E0826\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:9:\"Marcellus\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#5E0826\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:9:\"Marcellus\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Sarabun\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#D59999\";s:19:\"button_border_color\";s:7:\"#D59999\";s:23:\"button_hover_text_color\";s:7:\"#D59999\";s:29:\"button_hover_background_color\";s:9:\"#02010100\";s:25:\"button_hover_border_color\";s:7:\"#D59999\";s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}'),(37,12,'_elementor_data','[]'),(38,12,'_elementor_page_assets','a:0:{}'),(39,13,'_wp_attached_file','2023/06/jasmine-flowers-white-1.1-Converted.png'),(40,13,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:896;s:6:\"height\";i:856;s:4:\"file\";s:47:\"2023/06/jasmine-flowers-white-1.1-Converted.png\";s:8:\"filesize\";i:60263;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-1.1-Converted-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-1.1-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7480;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-1.1-Converted-768x734.png\";s:5:\"width\";i:768;s:6:\"height\";i:734;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78496;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(41,13,'_elementor_source_image_hash','6c93cad7a94a257bb2aeec6f128fd5d8438161db'),(42,14,'_wp_attached_file','2023/06/spa-settings-on-pink-background-PNTV8L5.jpg'),(43,14,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:938;s:4:\"file\";s:51:\"2023/06/spa-settings-on-pink-background-PNTV8L5.jpg\";s:8:\"filesize\";i:227631;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"spa-settings-on-pink-background-PNTV8L5-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33602;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"spa-settings-on-pink-background-PNTV8L5-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"spa-settings-on-pink-background-PNTV8L5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"spa-settings-on-pink-background-PNTV8L5-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66390;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"spa-settings-on-pink-background-PNTV8L5-1536x750.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160691;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:15:\"Canon EOS 5DS R\";s:7:\"caption\";s:187:\"Aromatherapy, beauty, spa background with towel, perfumed flowers water, tea pot, essencial oil and candles on pastel pink background, top view. Relaxation and zen like concept. Flat lay.\";s:17:\"created_timestamp\";s:10:\"1522866345\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"70\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:31:\"SPA settings on pink background\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:5:\"above\";i:1;s:12:\"aromatherapy\";i:2;s:10:\"background\";i:3;s:8:\"bathroom\";i:4;s:9:\"beautiful\";i:5;s:6:\"beauty\";i:6;s:4:\"body\";i:7;s:4:\"bowl\";i:8;s:6:\"candle\";i:9;s:4:\"card\";i:10;s:5:\"clean\";i:11;s:5:\"color\";i:12;s:11:\"composition\";i:13;s:8:\"cosmetic\";i:14;s:7:\"essence\";i:15;s:9:\"essential\";i:16;s:7:\"extract\";i:17;s:7:\"fashion\";i:18;s:4:\"flat\";i:19;s:6:\"flower\";i:20;s:9:\"fragrance\";i:21;s:3:\"lay\";i:22;s:7:\"massage\";i:23;s:7:\"natural\";i:24;s:3:\"oil\";i:25;s:6:\"pastel\";i:26;s:6:\"pebble\";i:27;s:7:\"perfume\";i:28;s:5:\"petal\";i:29;s:4:\"pink\";i:30;s:5:\"relax\";i:31;s:5:\"salon\";i:32;s:7:\"setting\";i:33;s:8:\"skincare\";i:34;s:3:\"spa\";i:35;s:5:\"stone\";i:36;s:8:\"supplies\";i:37;s:5:\"table\";i:38;s:3:\"tea\";i:39;s:7:\"therapy\";i:40;s:3:\"top\";i:41;s:5:\"towel\";i:42;s:9:\"treatment\";i:43;s:4:\"view\";i:44;s:5:\"water\";i:45;s:8:\"wellness\";i:46;s:5:\"woman\";i:47;s:6:\"wooden\";i:48;s:3:\"zen\";}}}'),(44,14,'_elementor_source_image_hash','6f2d0d51737cb81089ed1e538e73ee55d14be210'),(45,15,'_wp_attached_file','2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png'),(46,15,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:674;s:6:\"height\";i:620;s:4:\"file\";s:89:\"2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\";s:8:\"filesize\";i:61923;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12772;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(47,15,'_elementor_source_image_hash','1a30e43dd04c66a47d487338186c4c7d0748cee8'),(48,16,'_wp_attached_file','2023/06/Artboard-24.png'),(49,16,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2023/06/Artboard-24.png\";s:8:\"filesize\";i:18453;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Artboard-24-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14946;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Artboard-24-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7007;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(50,17,'_wp_attached_file','2023/06/spa-setting-GTFJWQ4.jpg'),(51,17,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:946;s:4:\"file\";s:31:\"2023/06/spa-setting-GTFJWQ4.jpg\";s:8:\"filesize\";i:235733;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"spa-setting-GTFJWQ4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27681;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"spa-setting-GTFJWQ4-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"spa-setting-GTFJWQ4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20170;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"spa-setting-GTFJWQ4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86745;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:2:\"11\";s:6:\"credit\";s:15:\"Lana Malamatidi\";s:6:\"camera\";s:12:\"Canon EOS 6D\";s:7:\"caption\";s:84:\"Pink Spa setting and health care items on white background. Space for text, flat lay\";s:17:\"created_timestamp\";s:10:\"1521612069\";s:9:\"copyright\";s:6:\"Lana_M\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:7:\"0.00625\";s:5:\"title\";s:16:\"Pink Spa setting\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:33:{i:0;s:3:\"spa\";i:1;s:8:\"  health\";i:2;s:9:\"  healthy\";i:3;s:8:\"  spring\";i:4;s:8:\"  summer\";i:5;s:7:\"  aroma\";i:6;s:8:\"  candle\";i:7;s:14:\"  aromatherapy\";i:8;s:7:\"  towel\";i:9;s:6:\"  bath\";i:10;s:10:\"  bathroom\";i:11;s:8:\"  beauty\";i:12;s:6:\"  body\";i:13;s:8:\"  lotion\";i:14;s:6:\"  care\";i:15;s:10:\"  cosmetic\";i:16;s:8:\"  flower\";i:17;s:6:\"  rose\";i:18;s:6:\"  soap\";i:19;s:9:\"  hygiene\";i:20;s:9:\"  massage\";i:21;s:9:\"  natural\";i:22;s:5:\"  oil\";i:23;s:6:\"  pink\";i:24;s:7:\"  relax\";i:25;s:12:\"  relaxation\";i:26;s:8:\"  shower\";i:27;s:6:\"  skin\";i:28;s:9:\"  therapy\";i:29;s:11:\"  treatment\";i:30;s:7:\"  white\";i:31;s:6:\"  salt\";i:32;s:7:\"  asian\";}}}'),(52,16,'_elementor_source_image_hash','917e1034200ebf60c40d86386df936c037506cbe'),(53,17,'_elementor_source_image_hash','71c5ac837e7fc443b779fe540bb1953b8a4fe184'),(54,18,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png'),(55,18,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\";s:8:\"filesize\";i:53940;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9202;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(56,18,'_elementor_source_image_hash','d22eba41c2fdb04a29fb3f54af4b5a484c40ec7c'),(57,19,'_wp_attached_file','2023/06/Artboard-8.png'),(58,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:22:\"2023/06/Artboard-8.png\";s:8:\"filesize\";i:21796;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Artboard-8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18050;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Artboard-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8200;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(59,19,'_elementor_source_image_hash','ff73d18d149c4814a90a4464185cba99e8827f9d'),(60,20,'_wp_attached_file','2023/06/blob-3.png'),(61,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:159;s:4:\"file\";s:18:\"2023/06/blob-3.png\";s:8:\"filesize\";i:2200;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"blob-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2008;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(62,20,'_elementor_source_image_hash','16c6cea9d8471cb77b161aaf8aabdc79610af436'),(63,21,'_wp_attached_file','2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png'),(64,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:886;s:4:\"file\";s:70:\"2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\";s:8:\"filesize\";i:216807;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72132;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26004;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,21,'_elementor_source_image_hash','6c8d927dcbdfa924716e4c48f2ce7706457ca485'),(66,22,'_wp_attached_file','2023/06/spa-in-the-background-4BT6SD5.jpg'),(67,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1281;s:4:\"file\";s:41:\"2023/06/spa-in-the-background-4BT6SD5.jpg\";s:8:\"filesize\";i:235168;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"spa-in-the-background-4BT6SD5-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14887;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"spa-in-the-background-4BT6SD5-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122217;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"spa-in-the-background-4BT6SD5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"spa-in-the-background-4BT6SD5-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74129;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"spa-in-the-background-4BT6SD5-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(68,23,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png'),(69,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\";s:8:\"filesize\";i:37170;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(70,23,'_elementor_source_image_hash','8006d19b3b80c01c3192109788680446911b99f8'),(71,22,'_elementor_source_image_hash','c5c45376e5423461d6a0fb75fc34b272804e4600'),(72,24,'_wp_attached_file','2023/06/Artboard-22.png'),(73,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:23:\"2023/06/Artboard-22.png\";s:8:\"filesize\";i:17448;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Artboard-22-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Artboard-22-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6685;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(74,24,'_elementor_source_image_hash','ae56846fdf5414cb32f512072f30c2351e22aea6'),(75,25,'_wp_attached_file','2023/06/jasmine-flowers-white-1.2-Converted.png'),(76,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:437;s:6:\"height\";i:700;s:4:\"file\";s:47:\"2023/06/jasmine-flowers-white-1.2-Converted.png\";s:8:\"filesize\";i:39337;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-1.2-Converted-187x300.png\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-1.2-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10538;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(77,25,'_elementor_source_image_hash','348d68e7b7ed342e70f6c8ef88c810ee6462d8df'),(78,26,'_wp_attached_file','2023/06/beautiful-woman-at-spring-park-P4PZ4CT.jpg'),(79,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:50:\"2023/06/beautiful-woman-at-spring-park-P4PZ4CT.jpg\";s:8:\"filesize\";i:242849;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"beautiful-woman-at-spring-park-P4PZ4CT-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30699;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"beautiful-woman-at-spring-park-P4PZ4CT-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143964;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"beautiful-woman-at-spring-park-P4PZ4CT-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"beautiful-woman-at-spring-park-P4PZ4CT-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94529;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(80,26,'_elementor_source_image_hash','a24a4cb1124906b7ef9ae244e2d554b7f2be517c'),(81,27,'_wp_attached_file','2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png'),(82,27,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:886;s:4:\"file\";s:72:\"2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\";s:8:\"filesize\";i:185744;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png\";s:5:\"width\";i:237;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(83,27,'_elementor_source_image_hash','ac47fa0b9ef1da91773d8adc0e55a0fa90716105'),(84,28,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png'),(85,28,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\";s:8:\"filesize\";i:53322;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21985;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9300;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(86,28,'_elementor_source_image_hash','37f359d42c2b02f43c8b176d70ec585e0c05e7a4'),(87,29,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png'),(88,29,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\";s:8:\"filesize\";i:64974;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12415;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(89,30,'_wp_attached_file','2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png'),(90,30,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:628;s:6:\"height\";i:602;s:4:\"file\";s:89:\"2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\";s:8:\"filesize\";i:38198;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:89:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png\";s:5:\"width\";i:300;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25463;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:89:\"elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10306;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(91,29,'_elementor_source_image_hash','e0aa499c7728909d997e92a7a444d8561534d837'),(92,31,'_wp_attached_file','2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg'),(93,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:44:\"2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg\";s:8:\"filesize\";i:242034;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"spa-massage-in-spa-salon-SDSUDMU-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34151;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108236;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"spa-massage-in-spa-salon-SDSUDMU-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26618;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"spa-massage-in-spa-salon-SDSUDMU-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76721;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184782;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"3.5\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D850\";s:7:\"caption\";s:66:\"Young beautiful woman getting spa massage on her back in spa salon\";s:17:\"created_timestamp\";s:10:\"1621957655\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"112\";s:3:\"iso\";s:3:\"320\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:24:\"Spa massage in spa salon\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:47:{i:0;s:10:\"relaxation\";i:1;s:9:\"massaging\";i:2;s:5:\"women\";i:3;s:19:\"alternative therapy\";i:4;s:5:\"towel\";i:5;s:13:\"spa treatment\";i:6;s:17:\"healthy lifestyle\";i:7;s:9:\"body care\";i:8;s:16:\"beauty treatment\";i:9;s:9:\"pampering\";i:10;s:17:\"massage therapist\";i:11;s:5:\"adult\";i:12;s:6:\"beauty\";i:13;s:9:\"wellbeing\";i:14;s:10:\"lifestyles\";i:15;s:10:\"health spa\";i:16;s:10:\"beauty spa\";i:17;s:10:\"two people\";i:18;s:6:\"luxury\";i:19;s:10:\"human hand\";i:20;s:19:\"caucasian ethnicity\";i:21;s:4:\"back\";i:22;s:13:\"massage table\";i:23;s:9:\"vacations\";i:24;s:15:\"human body part\";i:25;s:10:\"lying down\";i:26;s:4:\"care\";i:27;s:6:\"candle\";i:28;s:7:\"smiling\";i:29;s:11:\"eyes closed\";i:30;s:9:\"enjoyment\";i:31;s:13:\"serene people\";i:32;s:9:\"freshness\";i:33;s:7:\"therapy\";i:34;s:11:\"young adult\";i:35;s:9:\"happiness\";i:36;s:14:\"tourist resort\";i:37;s:12:\"aromatherapy\";i:38;s:11:\"young women\";i:39;s:6:\"nature\";i:40;s:10:\"human face\";i:41;s:20:\"alternative medicine\";i:42;s:8:\"close-up\";i:43;s:7:\"massage\";i:44;s:9:\"therapist\";i:45;s:3:\"spa\";i:46;s:9:\"spa salon\";}}}'),(94,30,'_elementor_source_image_hash','3ac2d36a2e2ecdcee2ea3c4a5665cab5eae8382d'),(95,31,'_elementor_source_image_hash','cc9721ed9284098e766478e0271ae8817cd26fb6'),(96,32,'_elementor_edit_mode','builder'),(97,32,'_elementor_template_type','page'),(98,33,'_wp_attached_file','2023/06/jasmine-flowers-white-23.png'),(99,33,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:618;s:6:\"height\";i:339;s:4:\"file\";s:36:\"2023/06/jasmine-flowers-white-23.png\";s:8:\"filesize\";i:33075;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"jasmine-flowers-white-23-300x165.png\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20530;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"jasmine-flowers-white-23-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10095;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(100,35,'_wp_attached_file','2023/06/4625-Floating-Flowers.png'),(101,34,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png'),(102,34,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\";s:8:\"filesize\";i:54241;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21065;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9065;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(103,35,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:370;s:6:\"height\";i:294;s:4:\"file\";s:33:\"2023/06/4625-Floating-Flowers.png\";s:8:\"filesize\";i:9156;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"4625-Floating-Flowers-300x238.png\";s:5:\"width\";i:300;s:6:\"height\";i:238;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11594;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"4625-Floating-Flowers-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6076;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(104,33,'_elementor_source_image_hash','08a498a63880f70cf65c300db16f30929b4fac6d'),(105,35,'_elementor_source_image_hash','764baddd6d411a55e933fea388446cb07effb44d'),(106,34,'_elementor_source_image_hash','79716bb01880840834885fff9331e2b90c504777'),(107,32,'_elementor_version','3.14.0'),(108,36,'_wp_attached_file','2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg'),(109,36,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:69:\"2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\";s:8:\"filesize\";i:105868;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-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:19502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89768;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(110,36,'_elementor_source_image_hash','de2eea3cac075a5fc5631f645a06e5c9f6d09596'),(111,37,'_elementor_edit_mode','builder'),(112,37,'_elementor_template_type','page'),(113,37,'_elementor_version','3.14.0'),(114,32,'_wp_page_template','elementor_header_footer'),(115,32,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(116,32,'_elementor_data','[{\"id\":\"361f5533\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"613d6d5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e60a857\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e3c9b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35f3488c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e982381\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"2f4c1e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31e6173d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"617ed9d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5084557\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a489e59\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3606fb85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"315a8b29\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"5a807ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d2dff2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a7e6f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"608ac087\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"573ca175\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"204***1632970867422\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(117,38,'_elementor_edit_mode','builder'),(118,38,'_elementor_template_type','page'),(119,38,'_elementor_version','3.14.0'),(120,38,'_wp_page_template','elementor_header_footer'),(121,38,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(122,38,'_elementor_data','[{\"id\":\"361f5533\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"613d6d5c\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"e60a857\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e3c9b3\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"35f3488c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e982381\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"2f4c1e85\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31e6173d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"617ed9d7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5084557\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a489e59\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3606fb85\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"315a8b29\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"5a807ffa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6d2dff2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a7e6f58\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"608ac087\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"573ca175\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"204***1632970867422\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(123,32,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(124,32,'_eael_custom_js',''),(125,32,'envato_tk_source_kit','8'),(126,32,'envato_tk_source_index','4'),(127,39,'_wp_attached_file','2023/06/4607-Massage-1.png'),(128,39,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:368;s:6:\"height\";i:370;s:4:\"file\";s:26:\"2023/06/4607-Massage-1.png\";s:8:\"filesize\";i:9653;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"4607-Massage-1-298x300.png\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"4607-Massage-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(129,39,'_elementor_source_image_hash','bac8865ff2f8c2aca5f4963e9d94b09e820d483c'),(130,40,'_wp_attached_file','2023/06/jasmine-flowers-white2.png'),(131,40,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:437;s:6:\"height\";i:418;s:4:\"file\";s:34:\"2023/06/jasmine-flowers-white2.png\";s:8:\"filesize\";i:39498;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"jasmine-flowers-white2-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26098;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"jasmine-flowers-white2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9683;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(132,40,'_elementor_source_image_hash','83b34d2f5e6c11b0807dc5bc9b34b189eca11148'),(133,41,'_wp_attached_file','2023/06/jasmine-branch-white1.png'),(134,41,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:855;s:6:\"height\";i:592;s:4:\"file\";s:33:\"2023/06/jasmine-branch-white1.png\";s:8:\"filesize\";i:25165;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"jasmine-branch-white1-300x208.png\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11323;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"jasmine-branch-white1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5173;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"jasmine-branch-white1-768x532.png\";s:5:\"width\";i:768;s:6:\"height\";i:532;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(135,42,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png'),(136,42,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\";s:8:\"filesize\";i:30510;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11331;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5387;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(137,42,'_elementor_source_image_hash','205ec61a03708469267f2056504873a355252c51'),(138,41,'_elementor_source_image_hash','5954cad0077f267716caad671157cdcdbf14c791'),(139,43,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png'),(140,43,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\";s:8:\"filesize\";i:32235;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12241;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5455;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(141,43,'_elementor_source_image_hash','f25efe81a9aa9efcae6a5b820d9ee200d339c376'),(142,44,'_wp_attached_file','2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg'),(143,44,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:948;s:4:\"file\";s:65:\"2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\";s:8:\"filesize\";i:142978;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29997;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95975;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66903;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D810\";s:7:\"caption\";s:45:\"Beautiful woman lying on massage table in Spa\";s:17:\"created_timestamp\";s:10:\"1525874663\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"62\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:9:\"0.0015625\";s:5:\"title\";s:46:\"Beautiful woman lying on massage table in Spa.\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:3:\"spa\";i:1;s:5:\"adult\";i:2;s:11:\"alternative\";i:3;s:10:\"attractive\";i:4;s:4:\"back\";i:5;s:6:\"beauty\";i:6;s:4:\"body\";i:7;s:6:\"candle\";i:8;s:4:\"care\";i:9;s:6:\"closed\";i:10;s:11:\"comfortable\";i:11;s:4:\"copy\";i:12;s:8:\"darkness\";i:13;s:7:\"day-spa\";i:14;s:6:\"dayspa\";i:15;s:4:\"down\";i:16;s:9:\"enjoyment\";i:17;s:4:\"eyes\";i:18;s:4:\"face\";i:19;s:6:\"female\";i:20;s:5:\"front\";i:21;s:5:\"green\";i:22;s:6:\"health\";i:23;s:10:\"healthcare\";i:24;s:7:\"healthy\";i:25;s:3:\"hot\";i:26;s:5:\"human\";i:27;s:7:\"indoors\";i:28;s:6:\"luxury\";i:29;s:5:\"lying\";i:30;s:8:\"medicine\";i:31;s:6:\"muscle\";i:32;s:7:\"natural\";i:33;s:3:\"one\";i:34;s:9:\"pampering\";i:35;s:10:\"procedures\";i:36;s:6:\"purity\";i:37;s:10:\"recreation\";i:38;s:8:\"relaxing\";i:39;s:6:\"resort\";i:40;s:7:\"resting\";i:41;s:5:\"salon\";i:42;s:5:\"space\";i:43;s:7:\"therapy\";i:44;s:5:\"towel\";i:45;s:9:\"treatment\";i:46;s:8:\"tropical\";i:47;s:5:\"waist\";i:48;s:9:\"wellbeing\";i:49;s:5:\"woman\";}}}'),(144,45,'_elementor_edit_mode','builder'),(145,45,'_elementor_template_type','section'),(146,46,'_wp_attached_file','2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg'),(147,46,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:64:\"2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\";s:8:\"filesize\";i:114145;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33353;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87804;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(148,46,'_elementor_source_image_hash','01de7387db3b50e999156415c65e5028659eca75'),(149,44,'_elementor_source_image_hash','46bf97103ddfad443f38cbe6d562bce82f247a77'),(150,47,'_elementor_edit_mode','builder'),(151,47,'_elementor_template_type','section'),(152,45,'_elementor_version','3.14.0'),(153,47,'_elementor_version','3.14.0'),(154,48,'_elementor_edit_mode','builder'),(155,48,'_elementor_template_type','section'),(156,48,'_elementor_version','3.14.0'),(157,45,'_wp_page_template','elementor_canvas'),(158,45,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(159,45,'_elementor_data','[{\"id\":\"3fa317ad\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21f7e34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c3f9204\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e8cf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"940e2e1\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Name\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true},{\"id\":\"36ad7ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17cfd00d\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Contact\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3be76ea5\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Roboto\",\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"3b5c856\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Textarea\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"2bc4683\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Submit Button\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_color_color\":\"#D59999\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_bg_hover_color_color\":\"#5E0826\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"mf_btn_align_mobile\":\"justify\",\"mf_btn_align_tablet\":\"justify\",\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(160,49,'_wp_attached_file','2023/06/4606-Mask-on-Face-1.png'),(161,49,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:333;s:6:\"height\";i:360;s:4:\"file\";s:31:\"2023/06/4606-Mask-on-Face-1.png\";s:8:\"filesize\";i:12354;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"4606-Mask-on-Face-1-278x300.png\";s:5:\"width\";i:278;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16154;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"4606-Mask-on-Face-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7872;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,50,'_elementor_edit_mode','builder'),(163,50,'_elementor_template_type','section'),(164,50,'_elementor_version','3.14.0'),(165,50,'_wp_page_template','default'),(166,50,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(167,50,'_elementor_data','[{\"id\":\"3fa317ad\",\"elType\":\"section\",\"settings\":{\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21f7e34e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c3f9204\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e8cf8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"940e2e1\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Name\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true},{\"id\":\"36ad7ff0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17cfd00d\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Text\",\"mf_input_name\":\"mf-text\",\"mf_input_placeholder\":\"Contact\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-text\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"3be76ea5\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_typgraphy_typography\":\"custom\",\"mf_input_typgraphy_font_family\":\"Roboto\",\"mf_input_typgraphy_font_weight\":\"400\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":50,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"},{\"id\":\"3b5c856\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Textarea\",\"mf_input_name\":\"mf-textarea\",\"mf_input_placeholder\":\"Textarea\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=text\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_color_hover\":\"globals\\/colors?id=primary\",\"mf_input_color_focus\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\",\"mf_input_border_color\":\"globals\\/colors?id=secondary\",\"mf_input_placeholder_color\":\"globals\\/colors?id=text\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-textarea\"},{\"id\":\"2bc4683\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"Submit Button\",\"mf_btn_align\":\"justify\",\"mf_hidden_input\":[],\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_color_color\":\"#D59999\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_bg_hover_color_color\":\"#5E0826\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"mf_btn_align_mobile\":\"justify\",\"mf_btn_align_tablet\":\"justify\",\"mf_btn_icon\":{\"value\":\"\",\"library\":\"\"},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":false}],\"isInner\":false}]'),(168,49,'_elementor_source_image_hash','a5ff5f9b3847cbfe2e6a1ade91a4c560f4aea1d7'),(169,45,'_elementor_page_assets','a:0:{}'),(170,45,'_eael_custom_js',''),(171,45,'envato_tk_source_kit','8'),(172,45,'envato_tk_source_index','12'),(173,51,'_elementor_edit_mode','builder'),(174,51,'_elementor_template_type','section'),(175,51,'_elementor_version','3.14.0'),(176,47,'_wp_page_template','elementor_canvas'),(177,47,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(178,47,'_elementor_data','[{\"id\":\"15a4cbf1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fa6510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8bf377\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fc7e4f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90.316999999999993,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":70,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f56a081\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mf_input_color_hover\":\"#5E0826\",\"mf_input_color_focus\":\"#5E0826\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"mf_input_placeholder_color\":\"globals\\/colors?id=primary\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true},{\"id\":\"3ee2c56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":9.6379999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fb9f7f4\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"\",\"mf_btn_align\":\"left\",\"mf_btn_icon\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"mf_hidden_input\":[],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"mf_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_btn_normal_icon_padding_left\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-22\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_btn_text_color\":\"globals\\/colors?id=30e5369\",\"mf_btn_bg_color_color\":\"globals\\/colors?id=primary\",\"mf_btn_hover_color\":\"globals\\/colors?id=30e5369\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-42\",\"isLinked\":false},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(179,52,'_elementor_edit_mode','builder'),(180,52,'_elementor_template_type','section'),(181,52,'_elementor_version','3.14.0'),(182,52,'_wp_page_template','default'),(183,52,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(184,52,'_elementor_data','[{\"id\":\"15a4cbf1\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fa6510d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8bf377\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fc7e4f2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":90.316999999999993,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":70,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"f56a081\",\"elType\":\"widget\",\"settings\":{\"mf_input_label_status\":\"\",\"mf_input_label\":\"Email\",\"mf_input_name\":\"mf-email\",\"mf_input_placeholder\":\"Email\",\"mf_input_validation_warning_message\":\"This field is required.\",\"mf_input_background_background\":\"classic\",\"mf_input_border_border\":\"solid\",\"mf_input_border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"mf_input_color_hover\":\"#5E0826\",\"mf_input_color_focus\":\"#5E0826\",\"mf_input_background_focus_background\":\"classic\",\"mf_input_background_focus_color\":\"#FFFFFF\",\"mf_input_border_radius\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"__globals__\":{\"mf_input_typgraphy_typography\":\"globals\\/typography?id=text\",\"mf_input_place_holder_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"mf_input_placeholder_color\":\"globals\\/colors?id=primary\",\"mf_input_color\":\"globals\\/colors?id=primary\",\"mf_input_background_color\":\"globals\\/colors?id=30e5369\"},\"mf_input_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_slideshow_gallery\":[],\"mf_input_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_hover_slideshow_gallery\":[],\"mf_input_background_focus_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_input_background_focus_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-email\"}],\"isInner\":true},{\"id\":\"3ee2c56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":9.6379999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fb9f7f4\",\"elType\":\"widget\",\"settings\":{\"mf_btn_text\":\"\",\"mf_btn_align\":\"left\",\"mf_btn_icon\":{\"value\":\"fas fa-search\",\"library\":\"fa-solid\"},\"mf_hidden_input\":[],\"mf_btn_text_padding\":{\"unit\":\"px\",\"top\":\"14\",\"right\":\"20\",\"bottom\":\"13\",\"left\":\"20\",\"isLinked\":false},\"mf_btn_bg_color_background\":\"classic\",\"mf_btn_bg_hover_color_background\":\"classic\",\"mf_btn_border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"0\",\"isLinked\":false},\"mf_btn_box_shadow_group_box_shadow_type\":\"yes\",\"mf_btn_box_shadow_group_box_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":0,\"spread\":0,\"color\":\"rgba(0,0,0,0.5)\"},\"mf_btn_normal_icon_font_size\":{\"unit\":\"px\",\"size\":17,\"sizes\":[]},\"mf_btn_normal_icon_padding_left\":{\"unit\":\"px\",\"size\":2,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-22\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"mf_btn_text_color\":\"globals\\/colors?id=30e5369\",\"mf_btn_bg_color_color\":\"globals\\/colors?id=primary\",\"mf_btn_hover_color\":\"globals\\/colors?id=30e5369\",\"mf_btn_bg_hover_color_color\":\"globals\\/colors?id=secondary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"-42\",\"isLinked\":false},\"mf_btn_bg_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_color_slideshow_gallery\":[],\"mf_btn_bg_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"mf_btn_bg_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"mf-button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(185,47,'_elementor_page_assets','a:0:{}'),(186,47,'_eael_custom_js',''),(187,47,'envato_tk_source_kit','8'),(188,47,'envato_tk_source_index','13'),(189,53,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png'),(190,53,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:70:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\";s:8:\"filesize\";i:57002;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23553;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10130;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(191,53,'_elementor_source_image_hash','2d8b6ba2d5a586ed86087cc065e172622a3cf1e5'),(192,54,'_elementor_edit_mode','builder'),(193,54,'_elementor_template_type','page'),(194,55,'_wp_attached_file','2023/06/jasmine-flowers-white-3.1-Converted.png'),(195,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:970;s:6:\"height\";i:950;s:4:\"file\";s:47:\"2023/06/jasmine-flowers-white-3.1-Converted.png\";s:8:\"filesize\";i:71859;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-3.1-Converted-300x294.png\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23800;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-3.1-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-3.1-Converted-768x752.png\";s:5:\"width\";i:768;s:6:\"height\";i:752;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87639;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,54,'_elementor_version','3.14.0'),(197,56,'_wp_attached_file','2023/06/Logo-Esseine.png'),(198,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:985;s:6:\"height\";i:348;s:4:\"file\";s:24:\"2023/06/Logo-Esseine.png\";s:8:\"filesize\";i:22785;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Logo-Esseine-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Logo-Esseine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6252;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Logo-Esseine-768x271.png\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(199,57,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png'),(200,57,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:68:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\";s:8:\"filesize\";i:48568;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20289;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8618;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(201,55,'_elementor_source_image_hash','fb0b5f726b18680a185855f9cfa3107b6d805622'),(202,57,'_elementor_source_image_hash','b2efc29510ccd7c87e8f112c3389ecab2dd874ab'),(203,56,'_elementor_source_image_hash','9b06fbd903d8d540d11aa8cda75eb81934dc12a2'),(204,58,'_elementor_edit_mode','builder'),(205,58,'_elementor_template_type','page'),(206,58,'_elementor_version','3.14.0'),(207,54,'_wp_page_template','elementor_header_footer'),(208,54,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(209,54,'_elementor_data','[{\"id\":\"5cbed193\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"913afe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d91fe1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Question\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48e497ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e0c36ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"efa89d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":268},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-230.98599999999999,\"unit\":\"px\"},\"_offset_y\":{\"size\":-91.975999999999999,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b0c0c1f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"Should you shave before a spa treatment?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=8a8bed2\",\"title_color\":\"globals\\/colors?id=primary\",\"tab_active_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false},{\"id\":\"754b70ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5063a50d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"tab_active_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=8a8bed2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf844d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f148af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b0662c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"424ee276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"227e8679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"464ee070\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e0a0643\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a085d39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57eedfa7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":12,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"603d8380\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"658e1f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e82940b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":140},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-147,\"unit\":\"px\"},\"_offset_y\":{\"size\":-64,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":89},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":90},\"_offset_x_tablet\":{\"size\":-108,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":209,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-258,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52870122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Services Online Regarding Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4df2a8ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b17d132\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(210,59,'_elementor_edit_mode','builder'),(211,59,'_elementor_template_type','page'),(212,59,'_elementor_version','3.14.0'),(213,59,'_wp_page_template','elementor_header_footer'),(214,59,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(215,59,'_elementor_data','[{\"id\":\"5cbed193\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"913afe9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d91fe1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Question\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"48e497ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3e0c36ac\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"efa89d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":268},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-230.98599999999999,\"unit\":\"px\"},\"_offset_y\":{\"size\":-91.975999999999999,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4b0c0c1f\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"Should you shave before a spa treatment?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_typography_typography\":\"globals\\/typography?id=8a8bed2\",\"title_color\":\"globals\\/colors?id=primary\",\"tab_active_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false},{\"id\":\"754b70ef\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5063a50d\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_padding_tablet\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"tab_active_color\":\"globals\\/colors?id=primary\",\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=8a8bed2\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bf844d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f148af2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b0662c6\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"424ee276\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"227e8679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"464ee070\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"e0a0643\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2a085d39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"_inline_size_tablet\":40,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"57eedfa7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":12,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"603d8380\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"658e1f33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e82940b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":140},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-147,\"unit\":\"px\"},\"_offset_y\":{\"size\":-64,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":89},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":90},\"_offset_x_tablet\":{\"size\":-108,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":209,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-258,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"52870122\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Services Online Regarding Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4df2a8ab\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2b17d132\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(216,54,'_elementor_page_assets','a:0:{}'),(217,54,'_eael_custom_js',''),(218,54,'envato_tk_source_kit','8'),(219,54,'envato_tk_source_index','6'),(220,60,'_wp_attached_file','2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg'),(221,60,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:67:\"2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\";s:8:\"filesize\";i:98294;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29669;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-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:19127;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81470;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(222,60,'_elementor_source_image_hash','f142189366d99d910429bd6a995f7e41e28aa6b3'),(223,61,'_wp_attached_file','2023/06/jasmine-flowers-white-2-Converted.png'),(224,61,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:691;s:6:\"height\";i:917;s:4:\"file\";s:45:\"2023/06/jasmine-flowers-white-2-Converted.png\";s:8:\"filesize\";i:68610;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"jasmine-flowers-white-2-Converted-226x300.png\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23302;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"jasmine-flowers-white-2-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"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,61,'_elementor_source_image_hash','5595ba9e8da0edbb4c8e76105dc188f8589841b2'),(226,62,'_wp_attached_file','2023/06/Logo-Esseine-White.png'),(227,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:985;s:6:\"height\";i:348;s:4:\"file\";s:30:\"2023/06/Logo-Esseine-White.png\";s:8:\"filesize\";i:17999;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Logo-Esseine-White-300x106.png\";s:5:\"width\";i:300;s:6:\"height\";i:106;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7594;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Logo-Esseine-White-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Logo-Esseine-White-768x271.png\";s:5:\"width\";i:768;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21602;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(228,62,'_elementor_source_image_hash','e3c84a179a3b394826889caa43f938774fae47ae'),(229,63,'_elementor_edit_mode','builder'),(230,63,'_elementor_template_type','section'),(231,64,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png'),(232,64,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:71:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\";s:8:\"filesize\";i:52236;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21684;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9460;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(233,65,'_wp_attached_file','2023/06/petik.png'),(234,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:568;s:4:\"file\";s:17:\"2023/06/petik.png\";s:8:\"filesize\";i:18273;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"petik-300x243.png\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"petik-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(235,65,'_elementor_source_image_hash','bdbb94a360f6d0a5d43602803873accd0a48dd2d'),(236,64,'_elementor_source_image_hash','9514dda965665ea8e72e5d582521d77d0698a4fb'),(237,63,'_elementor_version','3.14.0'),(238,66,'_elementor_edit_mode','builder'),(239,66,'_elementor_template_type','page'),(240,67,'_elementor_edit_mode','builder'),(241,67,'_elementor_template_type','section'),(242,67,'_elementor_version','3.14.0'),(243,63,'_wp_page_template','elementor_canvas'),(244,63,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(245,68,'_elementor_edit_mode','builder'),(246,63,'_elementor_data','[{\"id\":\"2ba3c660\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ce678ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28c47cf4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4572f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21ad0eec\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(247,68,'_elementor_template_type','section'),(248,69,'_elementor_edit_mode','builder'),(249,69,'_elementor_template_type','section'),(250,69,'_elementor_version','3.14.0'),(251,69,'_wp_page_template','default'),(252,69,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(253,69,'_elementor_data','[{\"id\":\"2ba3c660\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5ce678ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28c47cf4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"56\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4572f239\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21ad0eec\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(254,63,'_elementor_page_assets','a:0:{}'),(255,63,'_eael_custom_js',''),(256,63,'envato_tk_source_kit','8'),(257,63,'envato_tk_source_index','14'),(258,66,'_elementor_version','3.14.0'),(259,68,'_elementor_version','3.14.0'),(260,70,'_elementor_edit_mode','builder'),(261,70,'_elementor_template_type','section'),(262,71,'_wp_attached_file','2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg'),(263,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:70:\"2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\";s:8:\"filesize\";i:77625;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18229;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68383;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(264,72,'_elementor_edit_mode','builder'),(265,72,'_elementor_template_type','page'),(266,72,'_elementor_version','3.14.0'),(267,66,'_wp_page_template','elementor_header_footer'),(268,66,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(269,66,'_elementor_data','[{\"id\":\"3642d82c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42796fe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aaabf4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Articles & News\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be1c965\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ef2350a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bd7405f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f84c0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b88ca64\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d63ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12a55125\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-7,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-19,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f91a566\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"68bb8266\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ca1cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Services Online Regarding Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5839a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cad084e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(270,71,'_elementor_source_image_hash','bd678e4c2d55568c7bf26a867ab7833c74a05887'),(271,73,'_elementor_edit_mode','builder'),(272,73,'_elementor_template_type','page'),(273,73,'_elementor_version','3.14.0'),(274,73,'_wp_page_template','elementor_header_footer'),(275,73,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(276,73,'_elementor_data','[{\"id\":\"3642d82c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"42796fe3\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"aaabf4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Articles & News\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6be1c965\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=accent\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4ef2350a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5bd7405f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f84c0c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3b88ca64\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28d63ba2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12a55125\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-7,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-19,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5f91a566\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"68bb8266\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14ca1cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get Services Online Regarding Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4d5839a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2cad084e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(277,66,'_elementor_page_assets','a:0:{}'),(278,66,'_eael_custom_js',''),(279,66,'envato_tk_source_kit','8'),(280,66,'envato_tk_source_index','9'),(281,74,'_elementor_edit_mode','builder'),(282,74,'_elementor_template_type','section'),(283,74,'_elementor_version','3.14.0'),(284,68,'_wp_page_template','elementor_canvas'),(285,68,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(286,68,'_elementor_data','[{\"id\":\"1a3a04da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a46b778\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a1f09e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73f767d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c286d4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3169a5bd\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"69884d1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"122a05c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22832851\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1b55de5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f00386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"348f5126\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9459d30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5079fc0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c87403\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"68e72022\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2021 Esseine Template \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(287,70,'_elementor_version','3.14.0'),(288,75,'_elementor_edit_mode','builder'),(289,75,'_elementor_template_type','section'),(290,75,'_elementor_version','3.14.0'),(291,75,'_wp_page_template','default'),(292,75,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(293,75,'_elementor_data','[{\"id\":\"1a3a04da\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1a46b778\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a1f09e\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73f767d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3c286d4b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3169a5bd\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"69884d1e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"122a05c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"22832851\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"1b55de5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"53f00386\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"348f5126\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"9459d30\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5079fc0a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8c87403\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\",\"link\":{\"url\":\"\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"68e72022\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2021 Esseine Template \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(294,68,'_elementor_page_assets','a:0:{}'),(295,68,'_eael_custom_js',''),(296,76,'_wp_attached_file','2023/06/spa-Y2EBL9H.jpg'),(297,76,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:666;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2023/06/spa-Y2EBL9H.jpg\";s:8:\"filesize\";i:78446;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"spa-Y2EBL9H-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20120;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"spa-Y2EBL9H-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15573;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(298,68,'envato_tk_source_kit','8'),(299,68,'envato_tk_source_index','16'),(300,76,'_elementor_source_image_hash','18fcb6ffaccf73eb0d47c3aa88717f5b252d201d'),(301,77,'_elementor_edit_mode','builder'),(302,77,'_elementor_template_type','section'),(303,77,'_elementor_version','3.14.0'),(304,70,'_wp_page_template','elementor_canvas'),(305,70,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(306,70,'_elementor_data','[{\"id\":\"56db9c04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"186ae019\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23870231\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"131b9e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b02ff7c\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=30e5369\",\"color_menu_item_active\":\"globals\\/colors?id=accent\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=30e5369\",\"all_text_color\":\"globals\\/colors?id=primary\",\"all_border_color\":\"globals\\/colors?id=30e5369\",\"all_background_hover_color_color\":\"globals\\/colors?id=cfd96a7\",\"all_hover_color\":\"globals\\/colors?id=30e5369\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=30e5369\"},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"all_text_color\":\"#5E0826\",\"all_border_color\":\"#FFFFFF\",\"all_hover_color\":\"#FFFFFF\",\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(307,78,'_elementor_edit_mode','builder'),(308,78,'_elementor_template_type','section'),(309,78,'_elementor_version','3.14.0'),(310,78,'_wp_page_template','default'),(311,78,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(312,78,'_elementor_data','[{\"id\":\"56db9c04\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"186ae019\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23870231\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"131b9e77\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b02ff7c\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=30e5369\",\"color_menu_item_active\":\"globals\\/colors?id=accent\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=30e5369\",\"all_text_color\":\"globals\\/colors?id=primary\",\"all_border_color\":\"globals\\/colors?id=30e5369\",\"all_background_hover_color_color\":\"globals\\/colors?id=cfd96a7\",\"all_hover_color\":\"globals\\/colors?id=30e5369\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=30e5369\"},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"all_text_color\":\"#5E0826\",\"all_border_color\":\"#FFFFFF\",\"all_hover_color\":\"#FFFFFF\",\"resp_align\":\"right\",\"dropdown_icon\":{\"value\":\"fas fa-align-justify\",\"library\":\"fa-solid\"},\"dropdown_close_icon\":{\"value\":\"far fa-window-close\",\"library\":\"fa-regular\"},\"all_background_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_color_slideshow_gallery\":[],\"all_background_hover_color_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"all_background_hover_color_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(313,70,'_elementor_page_assets','a:0:{}'),(314,70,'_eael_custom_js',''),(315,70,'envato_tk_source_kit','8'),(316,70,'envato_tk_source_index','15'),(317,79,'_elementor_edit_mode','builder'),(318,79,'_elementor_template_type','page'),(319,80,'_wp_attached_file','2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg'),(320,80,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:63:\"2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\";s:8:\"filesize\";i:140270;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25799;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83063;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58930;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(321,79,'_elementor_version','3.14.0'),(322,80,'_elementor_source_image_hash','b3733d3c3dc01feb9171de0b6308f55fb678ee25'),(323,81,'_elementor_edit_mode','builder'),(324,81,'_elementor_template_type','page'),(325,81,'_elementor_version','3.14.0'),(326,79,'_wp_page_template','elementor_header_footer'),(327,79,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(328,79,'_elementor_data','[{\"id\":\"640f5e2b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5985c7ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c8b6fb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"33\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-23.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":297},\"_position\":\"absolute\",\"_offset_x\":{\"size\":334,\"unit\":\"px\"},\"_offset_y\":{\"size\":93,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":151},\"_offset_x_tablet\":{\"size\":207,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":117,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":81,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e95d3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-branch-white1.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":418},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-202.98599999999999,\"unit\":\"px\"},\"_offset_y\":{\"size\":-61.997,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":164},\"_offset_x_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-112,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6259433\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-3.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":223},\"_position\":\"absolute\",\"_offset_x\":{\"size\":1017.016,\"unit\":\"px\"},\"_offset_y\":{\"size\":302.01600000000002,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":192},\"_offset_x_tablet\":{\"size\":510,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-45,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":329,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":356,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1efc44f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":132},\"_position\":\"absolute\",\"_offset_x\":{\"size\":643,\"unit\":\"px\"},\"_offset_y\":{\"size\":-87,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":88},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":64},\"_offset_x_tablet\":{\"size\":468,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":234,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-62,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-41,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ea80001\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=46a8498\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4623bc34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4757532a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"626fb9d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found !!\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68b487b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d69f344\",\"elType\":\"widget\",\"settings\":{\"text\":\"Go Back\",\"background_color\":\"#D59999\",\"hover_color\":\"#D59999\",\"button_background_hover_color\":\"#A1818100\",\"button_hover_border_color\":\"#D59999\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_mask_shape\":\"blob\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_z_index_mobile\":1,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(329,82,'_elementor_edit_mode','builder'),(330,82,'_elementor_template_type','page'),(331,82,'_elementor_version','3.14.0'),(332,82,'_wp_page_template','elementor_header_footer'),(333,82,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(334,82,'_elementor_data','[{\"id\":\"640f5e2b\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"70\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5985c7ff\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c8b6fb6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"33\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-23.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":297},\"_position\":\"absolute\",\"_offset_x\":{\"size\":334,\"unit\":\"px\"},\"_offset_y\":{\"size\":93,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":151},\"_offset_x_tablet\":{\"size\":207,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":117,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":81,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e95d3f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"41\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-branch-white1.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":418},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-202.98599999999999,\"unit\":\"px\"},\"_offset_y\":{\"size\":-61.997,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":164},\"_offset_x_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-112,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.10000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6259433\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"55\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-3.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":223},\"_position\":\"absolute\",\"_offset_x\":{\"size\":1017.016,\"unit\":\"px\"},\"_offset_y\":{\"size\":302.01600000000002,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":206},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":192},\"_offset_x_tablet\":{\"size\":510,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-45,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":329,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":356,\"unit\":\"px\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1efc44f8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"opacity\":{\"unit\":\"px\",\"size\":0.20000000000000001,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":132},\"_position\":\"absolute\",\"_offset_x\":{\"size\":643,\"unit\":\"px\"},\"_offset_y\":{\"size\":-87,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":88},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":64},\"_offset_x_tablet\":{\"size\":468,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":234,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-62,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-41,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ea80001\",\"elType\":\"widget\",\"settings\":{\"title\":\"404\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=46a8498\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4623bc34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4757532a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"626fb9d4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Page Not Found !!\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"68b487b7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7d69f344\",\"elType\":\"widget\",\"settings\":{\"text\":\"Go Back\",\"background_color\":\"#D59999\",\"hover_color\":\"#D59999\",\"button_background_hover_color\":\"#A1818100\",\"button_hover_border_color\":\"#D59999\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"25\",\"bottom\":\"25\",\"left\":\"25\",\"isLinked\":true},\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"text_padding\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"30\",\"bottom\":\"15\",\"left\":\"30\",\"isLinked\":false},\"_mask_shape\":\"blob\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-home\",\"library\":\"fa-solid\"},\"icon_indent\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"_z_index_mobile\":1,\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false}]'),(335,79,'_elementor_page_assets','a:0:{}'),(336,79,'_eael_custom_js',''),(337,79,'envato_tk_source_kit','8'),(338,79,'envato_tk_source_index','11'),(339,83,'_wp_attached_file','2023/06/spring-spa-setting-PQSX3EK.png'),(340,83,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:570;s:6:\"height\";i:344;s:4:\"file\";s:38:\"2023/06/spring-spa-setting-PQSX3EK.png\";s:8:\"filesize\";i:209317;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"spring-spa-setting-PQSX3EK-300x181.png\";s:5:\"width\";i:300;s:6:\"height\";i:181;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"spring-spa-setting-PQSX3EK-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30955;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(341,84,'_wp_attached_file','2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg'),(342,84,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\";s:8:\"filesize\";i:84203;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72232;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(343,83,'_elementor_source_image_hash','adc22d480fe49103bc4c6090bf50c7667f331cd4'),(344,84,'_elementor_source_image_hash','4a8dde3dcc0793df156d67465d4ddc81d0bc4677'),(345,85,'_wp_attached_file','2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg'),(346,85,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:666;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\";s:8:\"filesize\";i:113083;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23798;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17106;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(347,85,'_elementor_source_image_hash','07a04235f4d218a8d9cc3355f90205d0a057f407'),(348,86,'_wp_attached_file','2023/06/beauty-sleep-7DRHLVJ-1.jpg'),(349,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:34:\"2023/06/beauty-sleep-7DRHLVJ-1.jpg\";s:8:\"filesize\";i:61508;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"beauty-sleep-7DRHLVJ-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"beauty-sleep-7DRHLVJ-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:19280;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(350,86,'_elementor_source_image_hash','aa730d559c06239827ea1a99b6f88fd3a4696339'),(351,87,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png'),(352,87,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:71:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\";s:8:\"filesize\";i:32427;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12993;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(353,87,'_elementor_source_image_hash','b9d6b3a5ca1868c85bffe8553a63b73d69e20ede'),(354,88,'_wp_attached_file','2023/06/spring-spa-setting-PQSX3EK.jpg'),(355,88,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:38:\"2023/06/spring-spa-setting-PQSX3EK.jpg\";s:8:\"filesize\";i:118440;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"spring-spa-setting-PQSX3EK-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32867;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"spring-spa-setting-PQSX3EK-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"spring-spa-setting-PQSX3EK-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94005;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(356,89,'_wp_attached_file','2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg'),(357,89,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:666;s:6:\"height\";i:1000;s:4:\"file\";s:56:\"2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\";s:8:\"filesize\";i:122432;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"beautiful-young-woman-at-a-spa-salon-PCXQB3L-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"beautiful-young-woman-at-a-spa-salon-PCXQB3L-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18677;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(358,88,'_elementor_source_image_hash','7640a3ba5b0c2ecced7436c77b86f928baecbf70'),(359,89,'_elementor_source_image_hash','de7d54a3784587ad6f623b62cccb74edf78d1a9c'),(360,90,'_wp_attached_file','2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg'),(361,90,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:72:\"2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\";s:8:\"filesize\";i:67529;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:72:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:72:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22590;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(362,90,'_elementor_source_image_hash','ef93d75821298803198611a1ff563a1928f790dc'),(363,91,'_wp_attached_file','2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png'),(364,91,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:600;s:4:\"file\";s:71:\"2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\";s:8:\"filesize\";i:45856;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7842;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(365,91,'_elementor_source_image_hash','811f3edd9c31c4616d4bc5920e29666a5c323573'),(366,92,'_wp_attached_file','2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg'),(367,92,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\";s:8:\"filesize\";i:78826;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16825;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13801;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(368,92,'_elementor_source_image_hash','b23b6b78b1b02ce7e1bb46be7a4dc01b62e550af'),(369,93,'_wp_attached_file','2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg'),(370,93,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:947;s:4:\"file\";s:53:\"2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg\";s:8:\"filesize\";i:142627;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36126;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98572;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-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:28812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"beautiful-girl-in-the-spa-hotel-PGVT9EK-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72651;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"5.6\";s:6:\"credit\";s:7:\"Anna Om\";s:6:\"camera\";s:20:\"Canon EOS 5D Mark II\";s:7:\"caption\";s:138:\"Beautiful girl spending time in the spa hotel, relaxing in the nice bath with foam, looking in the window, healthy treatment and enjoyment\";s:17:\"created_timestamp\";s:10:\"1320537600\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"400\";s:13:\"shutter_speed\";s:4:\"0.01\";s:5:\"title\";s:31:\"Beautiful girl in the spa hotel\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:4:\"bath\";i:1;s:7:\"bathing\";i:2;s:8:\"bathroom\";i:3;s:7:\"bathtub\";i:4;s:9:\"beautiful\";i:5;s:6:\"beauty\";i:6;s:4:\"body\";i:7;s:7:\"bubbles\";i:8;s:4:\"calm\";i:9;s:7:\"candles\";i:10;s:4:\"care\";i:11;s:5:\"clean\";i:12;s:6:\"dayspa\";i:13;s:8:\"enjoying\";i:14;s:9:\"enjoyment\";i:15;s:6:\"female\";i:16;s:4:\"foam\";i:17;s:4:\"girl\";i:18;s:5:\"happy\";i:19;s:6:\"health\";i:20;s:10:\"healthcare\";i:21;s:7:\"healthy\";i:22;s:4:\"home\";i:23;s:5:\"hotel\";i:24;s:7:\"hygiene\";i:25;s:7:\"indoors\";i:26;s:6:\"inside\";i:27;s:8:\"interior\";i:28;s:17:\"looking at window\";i:29;s:6:\"luxury\";i:30;s:5:\"lying\";i:31;s:6:\"people\";i:32;s:6:\"person\";i:33;s:8:\"pleasure\";i:34;s:5:\"relax\";i:35;s:10:\"relaxation\";i:36;s:7:\"relaxed\";i:37;s:6:\"resort\";i:38;s:4:\"skin\";i:39;s:4:\"soap\";i:40;s:3:\"spa\";i:41;s:7:\"therapy\";i:42;s:9:\"treatment\";i:43;s:7:\"washing\";i:44;s:5:\"water\";i:45;s:9:\"wellbeing\";i:46;s:8:\"wellness\";i:47;s:5:\"woman\";i:48;s:5:\"young\";i:49;s:3:\"zen\";}}}'),(371,93,'_elementor_source_image_hash','f2cf735d31e368f3346cb94f383bc0cffce2f476'),(372,94,'_wp_attached_file','2023/06/jasmine-flowers-white-4.1-Converted.png'),(373,94,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:448;s:6:\"height\";i:950;s:4:\"file\";s:47:\"2023/06/jasmine-flowers-white-4.1-Converted.png\";s:8:\"filesize\";i:47292;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-4.1-Converted-141x300.png\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"jasmine-flowers-white-4.1-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(374,95,'_wp_attached_file','2023/06/jasmine-flowers-white-1-Converted.png'),(375,95,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:896;s:6:\"height\";i:856;s:4:\"file\";s:45:\"2023/06/jasmine-flowers-white-1-Converted.png\";s:8:\"filesize\";i:60404;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"jasmine-flowers-white-1-Converted-300x287.png\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"jasmine-flowers-white-1-Converted-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"jasmine-flowers-white-1-Converted-768x734.png\";s:5:\"width\";i:768;s:6:\"height\";i:734;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78430;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(376,94,'_elementor_source_image_hash','3e26af60dbf0dad279e7ae7d0d8f5b2575727629'),(377,96,'_wp_attached_file','2023/06/jasmine-flowers-white-4.1-Converted-1.png'),(378,96,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:448;s:6:\"height\";i:950;s:4:\"file\";s:49:\"2023/06/jasmine-flowers-white-4.1-Converted-1.png\";s:8:\"filesize\";i:47292;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"jasmine-flowers-white-4.1-Converted-1-141x300.png\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"jasmine-flowers-white-4.1-Converted-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(379,96,'_elementor_source_image_hash','3e26af60dbf0dad279e7ae7d0d8f5b2575727629'),(380,95,'_elementor_source_image_hash','47e216698b56f0145b43e83409bbb3434e569a7a'),(381,97,'_wp_attached_file','2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png'),(382,97,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:902;s:4:\"file\";s:65:\"2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\";s:8:\"filesize\";i:219640;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24333;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:412137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(383,98,'_wp_attached_file','2023/06/elements-eye-logo-VXUKND-2018-11-20.png'),(384,98,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:47:\"2023/06/elements-eye-logo-VXUKND-2018-11-20.png\";s:8:\"filesize\";i:26525;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"elements-eye-logo-VXUKND-2018-11-20-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"elements-eye-logo-VXUKND-2018-11-20-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7679;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(385,98,'_elementor_source_image_hash','87261b163efc1d6a502206d9e32975f93776a089'),(386,99,'_wp_attached_file','2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png'),(387,97,'_elementor_source_image_hash','ac069d318025607a9f472438837d5581ec74d73b'),(388,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:902;s:4:\"file\";s:67:\"2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png\";s:8:\"filesize\";i:219640;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68893;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24333;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:412137;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(389,100,'_elementor_edit_mode','builder'),(390,100,'_elementor_template_type','page'),(391,100,'_elementor_version','3.14.0'),(392,99,'_elementor_source_image_hash','ac069d318025607a9f472438837d5581ec74d73b'),(393,101,'_elementor_edit_mode','builder'),(394,101,'_elementor_template_type','page'),(395,101,'_elementor_version','3.14.0'),(396,100,'_wp_page_template','elementor_header_footer'),(397,100,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(398,100,'_elementor_data','[{\"id\":\"5c76f766\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6bb06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d2645e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76d417ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"764b134f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1257d9c1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73b1dd7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9ceba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"33eaa497\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a13535\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nFace Facial\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96765d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 26\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"90\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6817d273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25f9cd2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1ed97e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e8b984\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1abf3a57\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48ff54a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6bfac964\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"754cd419\",\"elType\":\"widget\",\"settings\":{\"title\":\"Detoxifying\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69a10e1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 23\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"148\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c585ed0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e9a0d13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e503bc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56dfeeb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"426b6704\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cce7ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e04fca7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"60\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6b7e3ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"584329e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lomilomi Massage\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c420f8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 32\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60eabec4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d72ac1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6eb142ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41094c30\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e5fec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ad5e088\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bcadea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64a683b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Massage\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e8a9709\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 21\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"125\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c11df70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c0f6c74\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29264d6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3813d961\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b3ec4de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e7fec0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f4adb2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53a7c8fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21866b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Relaxing\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82f4b23\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 22\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"84\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55f09bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f7cda\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72b82580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d5d97ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16929615\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fef468e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"22a456d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4700078\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"630d4497\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 34\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"210\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d878048\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39576375\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d000bdc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15334ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59e83177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792cefde\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1631759838552\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6874723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"134995e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2444fec1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-23,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":77,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-3,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60c2c9b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"30660bfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"252f4304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":359.983},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-800.976,\"unit\":\"px\"},\"_offset_y\":{\"size\":-20.013999999999999,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"47891f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing Question\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fc00a5c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"Should you shave before a spa treatment?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#5E0826\",\"tab_active_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(399,102,'_elementor_edit_mode','builder'),(400,102,'_elementor_template_type','page'),(401,102,'_elementor_version','3.14.0'),(402,102,'_wp_page_template','elementor_header_footer'),(403,102,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(404,102,'_elementor_data','[{\"id\":\"5c76f766\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\",\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b6bb06\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d2645e9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing\",\"header_size\":\"h1\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"76d417ac\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"764b134f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1257d9c1\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"73b1dd7b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e9ceba4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"33eaa497\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69a13535\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nFace Facial\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"96765d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 26\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"160\",\"isLinked\":false},\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"90\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6817d273\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"25f9cd2c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1ed97e82\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e8b984\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1abf3a57\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"48ff54a2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6bfac964\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"754cd419\",\"elType\":\"widget\",\"settings\":{\"title\":\"Detoxifying\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"69a10e1a\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 23\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"148\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"66\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6c585ed0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4e9a0d13\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7e503bc9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56dfeeb2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"426b6704\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cce7ed8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e04fca7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"60\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6b7e3ca0\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"584329e6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lomilomi Massage\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4c420f8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 32\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"75\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"14\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60eabec4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"58d72ac1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"6eb142ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"41094c30\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e5fec3\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ad5e088\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"5bcadea4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64a683b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Massage\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7e8a9709\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 21\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"125\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c11df70\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4c0f6c74\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29264d6e\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3813d961\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4b3ec4de\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"50\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5e7fec0b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f4adb2d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"84\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"53a7c8fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21866b10\",\"elType\":\"widget\",\"settings\":{\"title\":\"Wellness Relaxing\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"82f4b23\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 22\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"84\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"22\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55f09bfa\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"b2f7cda\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"72b82580\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3d5d97ed\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16929615\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":34.25,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4fef468e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"22a456d5\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":65.75,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4700078\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_element_width\":\"auto\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"630d4497\",\"elType\":\"widget\",\"settings\":{\"title\":\"$ 34\",\"align\":\"left\",\"title_color\":\"#5E0826\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"210\",\"isLinked\":false},\"_element_width\":\"auto\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"120\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"45\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5d878048\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.<\\/p>\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"39576375\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d000bdc\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15334ca5\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"59e83177\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"792cefde\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1631759838552\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6874723a\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"134995e4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":45,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2444fec1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-23,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":77,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-3,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60c2c9b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"30660bfb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":55,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"252f4304\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":359.983},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-800.976,\"unit\":\"px\"},\"_offset_y\":{\"size\":-20.013999999999999,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"47891f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Pricing Question\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7fc00a5c\",\"elType\":\"widget\",\"settings\":{\"tabs\":[{\"tab_title\":\"How did you find out about our salon?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"6dd9dbe\"},{\"tab_title\":\"Should you shave before a spa treatment?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"a8c42ae\"},{\"tab_title\":\"Should i wear a bathing suit?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"10fd82d\"},{\"tab_title\":\"What other essentials should i bring?\",\"tab_content\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"_id\":\"4f4901b\"}],\"selected_icon\":{\"value\":\"fas fa-caret-down\",\"library\":\"fa-solid\"},\"selected_active_icon\":{\"value\":\"fas fa-caret-up\",\"library\":\"fa-solid\"},\"border_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"title_color\":\"#5E0826\",\"tab_active_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(405,100,'_elementor_page_assets','a:0:{}'),(406,100,'_eael_custom_js',''),(407,100,'envato_tk_source_kit','8'),(408,100,'envato_tk_source_index','8'),(409,103,'_wp_attached_file','2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png'),(410,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:65:\"2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\";s:8:\"filesize\";i:62742;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26653;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11995;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(411,104,'_wp_attached_file','2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg'),(412,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\";s:8:\"filesize\";i:82055;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17198;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54285;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14250;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38209;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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,103,'_elementor_source_image_hash','6403f6f93670c8e722b0c2e7c7bef26271991a60'),(414,105,'_wp_attached_file','2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png'),(415,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:902;s:4:\"file\";s:69:\"2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\";s:8:\"filesize\";i:185097;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(416,104,'_elementor_source_image_hash','d2315e9cea9c60f3bcad83395e41b4687b0c92eb'),(417,106,'_elementor_edit_mode','builder'),(418,106,'_elementor_template_type','page'),(419,105,'_elementor_source_image_hash','584069f32d990743472ea1442fec8e4fa56785db'),(420,106,'_elementor_version','3.14.0'),(421,107,'_wp_attached_file','2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2.png'),(422,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:902;s:4:\"file\";s:69:\"2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2.png\";s:8:\"filesize\";i:185097;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2-300x271.png\";s:5:\"width\";i:300;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24701;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2-768x693.png\";s:5:\"width\";i:768;s:6:\"height\";i:693;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428057;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(423,108,'_elementor_edit_mode','builder'),(424,108,'_elementor_template_type','page'),(425,108,'_elementor_version','3.14.0'),(426,106,'_wp_page_template','elementor_header_footer'),(427,106,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(428,106,'_elementor_data','[{\"id\":\"30b3f40\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D59999\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"660d4c10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"272596a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lookbook\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342d24cf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4846e840\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60d20078\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2be9c709\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.563000000000002,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ae5a172\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a674a07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":345.45299999999997},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-73,\"unit\":\"px\"},\"_offset_y\":{\"size\":-70,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":193.43799999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":179.43799999999999},\"_offset_x_tablet\":{\"size\":-29,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-30,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2e5e996a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.436999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13c06d8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gallery\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b89595\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56e41a34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c490b40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6313e458\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio Esseine\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74eeb1d6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b36bd9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8326b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-Y2EBL9H.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3ee3a5d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ddca35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4ad40d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d5a8252\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ecf2cab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64c7db39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.686999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3219dd5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6b1ffe1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.265999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39d6a7d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9607d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717c769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b46bc67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c8bea4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68d0dbac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ab5030d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17743297\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(429,109,'_elementor_edit_mode','builder'),(430,109,'_elementor_template_type','page'),(431,109,'_elementor_version','3.14.0'),(432,109,'_wp_page_template','elementor_header_footer'),(433,109,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(434,109,'_elementor_data','[{\"id\":\"30b3f40\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_color\":\"#D59999\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"660d4c10\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"272596a5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Lookbook\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"342d24cf\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4846e840\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60d20078\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2be9c709\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":50.563000000000002,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ae5a172\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"44\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2a674a07\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"61\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":345.45299999999997},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-73,\"unit\":\"px\"},\"_offset_y\":{\"size\":-70,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":193.43799999999999},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":179.43799999999999},\"_offset_x_tablet\":{\"size\":-29,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-46,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-30,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"2e5e996a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":49.436999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"13c06d8d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Gallery\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"50b89595\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"56e41a34\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7c490b40\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6313e458\",\"elType\":\"widget\",\"settings\":{\"title\":\"Portfolio Esseine\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=secondary\"},\"align_mobile\":\"center\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"74eeb1d6\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"40\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b36bd9e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8326b8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"76\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-Y2EBL9H.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"3ee3a5d3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75ddca35\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"85\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"4ad40d5f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d5a8252\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"89\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\"},\"width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"5ecf2cab\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64c7db39\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":59.686999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3219dd5e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"93\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6b1ffe1b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40.265999999999998,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"39d6a7d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"71\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1e9607d0\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"717c769b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b46bc67\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"36\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"7c8bea4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68d0dbac\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"88\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"6ab5030d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"17743297\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"46\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\"},\"image_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"image_box_shadow_box_shadow_type\":\"yes\",\"image_box_shadow_box_shadow\":{\"horizontal\":-24,\"vertical\":17,\"blur\":21,\"spread\":0,\"color\":\"rgba(232, 232, 232, 0.37)\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(435,110,'_wp_attached_file','2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png'),(436,110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:55:\"2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png\";s:8:\"filesize\";i:24202;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"elements-rose-flower-logo-Q83854-2017-10-29-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"elements-rose-flower-logo-Q83854-2017-10-29-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10493;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(437,106,'_elementor_page_assets','a:0:{}'),(438,106,'_eael_custom_js',''),(439,106,'envato_tk_source_kit','8'),(440,106,'envato_tk_source_index','10'),(441,110,'_elementor_source_image_hash','6985cd80f0de3b8927217f460bd731ac6840ae2c'),(442,107,'_elementor_source_image_hash','584069f32d990743472ea1442fec8e4fa56785db'),(443,111,'_wp_attached_file','2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg'),(444,111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:859;s:6:\"height\";i:1000;s:4:\"file\";s:67:\"2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\";s:8:\"filesize\";i:132153;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-768x894.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:894;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98977;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(445,112,'_wp_attached_file','2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png'),(446,111,'_elementor_source_image_hash','7d3e24119dc3ec440804f53f6c9c3ae5c533bb51'),(447,112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:62:\"2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\";s:8:\"filesize\";i:100555;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(448,112,'_elementor_source_image_hash','e3e403e26bdd98cfdb96be4d507a9f235fcf14c6'),(449,113,'_elementor_edit_mode','builder'),(450,113,'_elementor_template_type','page'),(451,113,'_elementor_version','3.14.0'),(452,114,'_wp_attached_file','2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg'),(453,114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:66:\"2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg\";s:8:\"filesize\";i:104817;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"beautiful-female-receptionist-at-dental-clinic-2YCKZQV-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18201;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"beautiful-female-receptionist-at-dental-clinic-2YCKZQV-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"beautiful-female-receptionist-at-dental-clinic-2YCKZQV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14902;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"beautiful-female-receptionist-at-dental-clinic-2YCKZQV-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40093;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(454,114,'_elementor_source_image_hash','ad09efef8ee5e8dc2618702c4c08c305bb97d613'),(455,115,'_elementor_edit_mode','builder'),(456,115,'_elementor_template_type','page'),(457,115,'_elementor_version','3.14.0'),(458,113,'_wp_page_template','elementor_header_footer'),(459,113,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(460,113,'_elementor_data','[{\"id\":\"55c800c4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d112def\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b53b67d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bead57f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d72ba15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"208f3c39\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16256879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12b96556\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\"},\"title_text\":\"Face Facial \",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e9c0971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77f9a625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"title_text\":\"Lomilomi Massage\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"407bd22b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47f0bae6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"title_text\":\"Wellness Relaxing\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15b050c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d7a49e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d3f401d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\"},\"title_text\":\"Detoxifying\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"165b69a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e0467fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\"},\"title_text\":\"Body Massage\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9cb797d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ce408e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"title_text\":\"Sauna\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41f78357\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"502bf29e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.759,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44097c3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34beb825\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-240\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-166\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"26e3e333\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.752000000000002,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75cb046d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a34c52a\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2acadc0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"714de191\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7b90b24e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_color\":\"#D59999\",\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e9d5361\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e6201d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2462fac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Package\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d361b4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ed111d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6338b51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cb36575\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e13ad80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eed82b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Basic SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a8c3805\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1039b028\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65b30f0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68f57d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"958835c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6922788f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d78620\",\"elType\":\"widget\",\"settings\":{\"title\":\"$76\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"152753ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cedc574\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"77ced57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54e559d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c889887\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2baae351\",\"elType\":\"widget\",\"settings\":{\"title\":\"$56\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b40ea02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30c9b25f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d784f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d15445e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20020bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":593},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-265,\"unit\":\"px\"},\"_offset_y\":{\"size\":-105,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":458},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":409},\"_offset_x_tablet\":{\"size\":-200,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-177,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-100,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"330908d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b50325a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f1443bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b7e87a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52067457\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"98\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-eye-logo-VXUKND-2018-11-20.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"381f875f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cea21d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2942c63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24083bfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"110\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-rose-flower-logo-Q83854-2017-10-29.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3cae627d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e8f9945\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"112\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(461,116,'_elementor_edit_mode','builder'),(462,116,'_elementor_template_type','page'),(463,116,'_elementor_version','3.14.0'),(464,116,'_wp_page_template','elementor_header_footer'),(465,116,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(466,116,'_elementor_data','[{\"id\":\"55c800c4\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d112def\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6b53b67d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3bead57f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d72ba15\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"208f3c39\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16256879\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"5\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"12b96556\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"18\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\"},\"title_text\":\"Face Facial \",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"e9c0971\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"77f9a625\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"title_text\":\"Lomilomi Massage\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"407bd22b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47f0bae6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"title_text\":\"Wellness Relaxing\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"title_bottom_space_tablet\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"15b050c\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d7a49e3\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d3f401d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"34\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\"},\"title_text\":\"Detoxifying\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"title_bottom_space\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"165b69a6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4e0467fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"43\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\"},\"title_text\":\"Body Massage\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true},{\"id\":\"9cb797d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ce408e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"title_text\":\"Sauna\",\"description_text\":\"Lorem ipsum dolor sit amet consectetur adipiscing.\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"image_size\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"content_vertical_alignment\":\"middle\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"globals\\/typography?id=accent\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":19,\"sizes\":[]},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"41f78357\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"502bf29e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":44.759,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"44097c3b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.40000000000000002,\"sizes\":[]},\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"34beb825\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"83\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spring-spa-setting-PQSX3EK.png\"},\"_margin\":{\"unit\":\"px\",\"top\":\"-240\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":1,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-166\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"26e3e333\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.752000000000002,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75cb046d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7a34c52a\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2acadc0c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"714de191\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"7b90b24e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"title_color\":\"#D59999\",\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1e9d5361\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"69e6201d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2462fac6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Package\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3d361b4\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"70ed111d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6338b51\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cb36575\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e13ad80\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5eed82b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Basic SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a8c3805\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1039b028\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"65b30f0c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68f57d6e\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"958835c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6922788f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"24d78620\",\"elType\":\"widget\",\"settings\":{\"title\":\"$76\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"152753ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"cedc574\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"77ced57\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54e559d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1c889887\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2baae351\",\"elType\":\"widget\",\"settings\":{\"title\":\"$56\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3b40ea02\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"30c9b25f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"43d784f6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"d15445e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"20020bf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"95\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":593},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-265,\"unit\":\"px\"},\"_offset_y\":{\"size\":-105,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":458},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":409},\"_offset_x_tablet\":{\"size\":-200,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-177,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-100,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"330908d7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Our Blog\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b50325a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"100\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2f1443bb\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"40\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b7e87a4\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"52067457\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"98\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-eye-logo-VXUKND-2018-11-20.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"381f875f\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cea21d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"103\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2942c63a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"24083bfc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"110\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-rose-flower-logo-Q83854-2017-10-29.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"3cae627d\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e8f9945\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"112\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false}]'),(467,113,'_elementor_page_assets','a:0:{}'),(468,113,'_eael_custom_js',''),(469,113,'envato_tk_source_kit','8'),(470,113,'envato_tk_source_index','5'),(471,117,'_wp_attached_file','2023/06/relaxing-spa-procedure-YWFXDHM.jpg'),(472,117,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:859;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2023/06/relaxing-spa-procedure-YWFXDHM.jpg\";s:8:\"filesize\";i:166665;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"relaxing-spa-procedure-YWFXDHM-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"relaxing-spa-procedure-YWFXDHM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"relaxing-spa-procedure-YWFXDHM-768x894.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:894;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(473,117,'_elementor_source_image_hash','dfd09534a0e8d88aee2c89853d275cf7c6df716d'),(474,118,'_wp_attached_file','2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg'),(475,118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:859;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\";s:8:\"filesize\";i:74951;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19256;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14156;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC-768x894.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:894;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53852;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(476,118,'_elementor_source_image_hash','ba0a73ee028bf343a4385a18a95c56d23fab6ecd'),(477,119,'_elementor_edit_mode','builder'),(478,119,'_elementor_template_type','page'),(479,119,'_elementor_version','3.14.0'),(480,120,'_elementor_edit_mode','builder'),(481,120,'_elementor_template_type','page'),(482,120,'_elementor_version','3.14.0'),(483,119,'_wp_page_template','elementor_header_footer'),(484,119,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(485,119,'_elementor_data','[{\"id\":\"347988db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed07556\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75c6de9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3619ba19\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b299b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e853fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-24,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-7,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-16,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e5fc0d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ab08b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62739272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":352},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-807.99699999999996,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82.992999999999995,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5054e6a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nEsseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79d88a01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"typography_typography\":\"custom\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ae7125\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"411980eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"862977d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"number_color\":\"globals\\/colors?id=30e5369\",\"typography_number_typography\":\"globals\\/typography?id=ba88d83\",\"typography_title_typography\":\"globals\\/typography?id=1473676\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7eaa7928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a7156ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"__globals__\":{\"number_color\":\"globals\\/colors?id=30e5369\",\"typography_number_typography\":\"globals\\/typography?id=ba88d83\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2097fd13\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14d0fc03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29ac61e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why We Are Different\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d74b4c1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dd32f4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68848d00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30d52a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermatologist Tested\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3296e9cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79123b92\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b9b9d83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7934dd52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certificated Staff\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6744c395\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"76095880\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9879f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4148ac1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Place\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3b2ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"457ef55f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b469ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e7c1ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3cca83bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experienced\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46d9d05e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3e8590fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d31d2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1314ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Comfortable\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77bfe401\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2c257d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"608df6ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41a56b24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"631962f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a3408c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11c98e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d3dcb2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6b5454c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43607699\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44057d49\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a87210\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"736904a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ef56bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-204,\"unit\":\"px\"},\"_offset_y\":{\"size\":-42,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a57b046\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d26854\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dbd5f64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47485c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fbff749\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44eec6c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aadb60c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d63bc66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49f9c09f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5c2d6cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31b1d220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7406a7d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7cff07d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"391c9e0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6698305\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29d3f25\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"7f438db5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dcb48b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6634bb4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ea2e609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"693eef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"545d653b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1428037d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(486,121,'_elementor_edit_mode','builder'),(487,121,'_elementor_template_type','page'),(488,121,'_elementor_version','3.14.0'),(489,121,'_wp_page_template','elementor_header_footer'),(490,121,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (491,121,'_elementor_data','[{\"id\":\"347988db\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2ed07556\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75c6de9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"About Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3619ba19\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64b299b1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26e853fc\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-24,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-7,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-16,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4e5fc0d4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"5ab08b21\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"40\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"62739272\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"40\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":352},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-807.99699999999996,\"unit\":\"px\"},\"_offset_y\":{\"size\":-82.992999999999995,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5054e6a6\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\nEsseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"79d88a01\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"typography_typography\":\"custom\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44ae7125\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"411980eb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"862977d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"number_color\":\"globals\\/colors?id=30e5369\",\"typography_number_typography\":\"globals\\/typography?id=ba88d83\",\"typography_title_typography\":\"globals\\/typography?id=1473676\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7eaa7928\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"a7156ed\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"__globals__\":{\"number_color\":\"globals\\/colors?id=30e5369\",\"typography_number_typography\":\"globals\\/typography?id=ba88d83\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2097fd13\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"14d0fc03\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"29ac61e3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why We Are Different\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7d74b4c1\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dd32f4d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68848d00\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"53\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30d52a85\",\"elType\":\"widget\",\"settings\":{\"title\":\"Dermatologist Tested\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3296e9cf\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"79123b92\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#D59999\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b9b9d83\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"64\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7934dd52\",\"elType\":\"widget\",\"settings\":{\"title\":\"Certificated Staff\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6744c395\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"76095880\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"9879f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4148ac1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Strategic Place\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c3b2ca3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"457ef55f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1b469ea8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":13,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"38e7c1ab\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3cca83bc\",\"elType\":\"widget\",\"settings\":{\"title\":\"Experienced\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"46d9d05e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"3e8590fd\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_box_shadow\":{\"horizontal\":6,\"vertical\":7,\"blur\":17,\"spread\":0,\"color\":\"rgba(220, 220, 220, 0.25)\"},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5d31d2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"87\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1314ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Comfortable\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77bfe401\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"2c257d9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_hover_color\":\"#D59999\",\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"box_shadow_hover_box_shadow_type\":\"yes\",\"box_shadow_hover_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"608df6ec\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"91\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\"},\"width\":{\"unit\":\"%\",\"size\":18,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":23,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"41a56b24\",\"elType\":\"widget\",\"settings\":{\"title\":\"Trusted\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"631962f3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3a3408c5\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"11c98e8c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d3dcb2e\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"6b5454c8\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"43607699\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"44057d49\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"58a87210\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"736904a0\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"60ef56bd\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":260},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-204,\"unit\":\"px\"},\"_offset_y\":{\"size\":-42,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6a57b046\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59d26854\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5dbd5f64\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"47485c97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3fbff749\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44eec6c1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aadb60c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d63bc66\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49f9c09f\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5c2d6cf9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"31b1d220\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7406a7d8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7cff07d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"391c9e0b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6698305\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29d3f25\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"7f438db5\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4dcb48b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6634bb4c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"ea2e609\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"693eef8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"545d653b\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"1428037d\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"ebde07b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"3ed6734\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"034935a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false}]'),(492,119,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(493,119,'_eael_custom_js',''),(494,119,'envato_tk_source_kit','8'),(495,119,'envato_tk_source_index','3'),(496,122,'_wp_attached_file','2023/06/beauty-treatment-in-spa-8KRHVMY.jpg'),(497,122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:859;s:6:\"height\";i:1000;s:4:\"file\";s:43:\"2023/06/beauty-treatment-in-spa-8KRHVMY.jpg\";s:8:\"filesize\";i:143158;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"beauty-treatment-in-spa-8KRHVMY-258x300.jpg\";s:5:\"width\";i:258;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29150;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"beauty-treatment-in-spa-8KRHVMY-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"beauty-treatment-in-spa-8KRHVMY-768x894.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:894;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107589;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(498,123,'_wp_attached_file','2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg'),(499,123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg\";s:8:\"filesize\";i:118121;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"happy-young-african-american-smiling-woman-satisfi-DY6CFT2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23487;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"happy-young-african-american-smiling-woman-satisfi-DY6CFT2-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71085;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"happy-young-african-american-smiling-woman-satisfi-DY6CFT2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"happy-young-african-american-smiling-woman-satisfi-DY6CFT2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50500;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(500,122,'_elementor_source_image_hash','b6667e878145f5ffc4164d066a3bceb089f5458b'),(501,123,'_elementor_source_image_hash','d3197f816d618f1cf6beec22cbfc544bbb44e324'),(502,124,'_elementor_edit_mode','builder'),(503,124,'_elementor_template_type','page'),(504,124,'_elementor_version','3.14.0'),(505,125,'_elementor_edit_mode','builder'),(506,125,'_elementor_template_type','page'),(507,125,'_elementor_version','3.14.0'),(508,124,'_wp_page_template','elementor_header_footer'),(509,124,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(510,124,'_elementor_data','[{\"id\":\"28770dc0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4710d35b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21d18d89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Package\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7053c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"122daa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54486e97\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cf627e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63458f50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45d893c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Basic SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"794dfd8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6baf427e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3020e207\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68be7238\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-75\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d4c8f86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c8c8002\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"539e00fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"$76\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f11dc20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f65cd8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2b760495\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26d10720\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bdebc50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c6e8a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"$56\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c9e2342\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d29ecde\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3df1b07b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c6a3727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"608dab69\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21aaefdc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bc0b60a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f02c4b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":39.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ecde204\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":38.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f5155b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"4c7c363e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"414d9599\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a8e3b54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-20\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68e3cb20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742da4f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-153,\"unit\":\"px\"},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":172},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":141},\"_offset_x_tablet\":{\"size\":-72,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-54,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":37,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-79,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1aef36e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"345f0946\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a07cf54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-231\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"69f8123c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"693f8eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\\n\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d6f9257\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"188343cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"22c26d68\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"43c1838f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29443d8b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23e7e4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6943005a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"28884f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c08e0ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19aa69ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align\":\"left\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fd5d63c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8fb298\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"479e5e91\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(511,126,'_elementor_edit_mode','builder'),(512,126,'_elementor_template_type','page'),(513,126,'_elementor_version','3.14.0'),(514,126,'_wp_page_template','elementor_header_footer'),(515,126,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(516,126,'_elementor_data','[{\"id\":\"28770dc0\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4710d35b\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"21d18d89\",\"elType\":\"widget\",\"settings\":{\"title\":\"Treatment Package\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"8f7053c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"122daa2\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"54486e97\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":16,\"spread\":0,\"color\":\"rgba(229, 229, 229, 0.44)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4cf627e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63458f50\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"29\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45d893c7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Basic SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"794dfd8f\",\"elType\":\"widget\",\"settings\":{\"title\":\"$40\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6baf427e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3020e207\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68be7238\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"-100\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"15\",\"bottom\":\"30\",\"left\":\"15\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"-75\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2d4c8f86\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"align\":\"center\",\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3c8c8002\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"539e00fd\",\"elType\":\"widget\",\"settings\":{\"title\":\"$76\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f11dc20\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33f65cd8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2b760495\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"align\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"26d10720\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"42\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":25,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"bdebc50\",\"elType\":\"widget\",\"settings\":{\"title\":\"Standard SPA Package\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c6e8a75\",\"elType\":\"widget\",\"settings\":{\"title\":\"$56\",\"align\":\"center\",\"_element_width\":\"auto\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=aa5b00b\",\"title_color\":\"globals\\/colors?id=primary\"},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-10\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1c9e2342\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3d29ecde\",\"elType\":\"widget\",\"settings\":{\"text\":\"Booking Now\",\"align\":\"center\",\"button_box_shadow_box_shadow_type\":\"yes\",\"button_box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3df1b07b\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2c6a3727\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"608dab69\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"21aaefdc\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bc0b60a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f02c4b4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":39.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3ecde204\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":38.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"8f5155b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"4c7c363e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"414d9599\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2a8e3b54\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-20\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"68e3cb20\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":50,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"742da4f6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":206},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-153,\"unit\":\"px\"},\"_offset_y\":{\"size\":91,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":172},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":141},\"_offset_x_tablet\":{\"size\":-72,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-54,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":37,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-79,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1aef36e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"345f0946\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a07cf54\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-231\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"69f8123c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":50,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"693f8eb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\\n\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d6f9257\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"188343cc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"22c26d68\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"43c1838f\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"29443d8b\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"23e7e4c2\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\"},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6943005a\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"28884f4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4c08e0ac\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"19aa69ee\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"align\":\"left\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3fd5d63c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7d8fb298\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"479e5e91\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(517,124,'_elementor_page_assets','a:0:{}'),(518,124,'_eael_custom_js',''),(519,124,'_eael_widget_elements','a:1:{s:15:\"image-accordion\";s:15:\"image-accordion\";}'),(520,124,'envato_tk_source_kit','8'),(521,124,'envato_tk_source_index','7'),(522,127,'_wp_attached_file','2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg'),(523,127,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1501;s:6:\"height\";i:1000;s:4:\"file\";s:70:\"2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg\";s:8:\"filesize\";i:101445;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"cheerful-female-cosmetologist-standing-against-whi-3VX78XN-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18004;}s:5:\"large\";a:5:{s:4:\"file\";s:71:\"cheerful-female-cosmetologist-standing-against-whi-3VX78XN-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54628;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"cheerful-female-cosmetologist-standing-against-whi-3VX78XN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15112;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"cheerful-female-cosmetologist-standing-against-whi-3VX78XN-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(524,127,'_elementor_source_image_hash','f7542f74c4dc2aa4be4a9bd8bbce9768d2eeb988'),(525,128,'_wp_attached_file','2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png'),(526,128,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:49:\"2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png\";s:8:\"filesize\";i:26400;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"elements-eye-logo-VXUKND-2018-11-20-1-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11574;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"elements-eye-logo-VXUKND-2018-11-20-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5582;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(527,128,'_elementor_source_image_hash','f64ec2ca2fa0fa81ab64758b2807188709a33560'),(528,129,'_wp_attached_file','2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png'),(529,129,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:67:\"2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\";s:8:\"filesize\";i:54366;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:67:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17-1-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21167;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:67:\"elements-relax-resort-logo-template-GF6XU7-2019-02-17-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9210;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(530,129,'_elementor_source_image_hash','6a84e9f0a55e828b01caa5584c2e2c879ecf6020'),(531,130,'_wp_attached_file','2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png'),(532,130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:57:\"2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png\";s:8:\"filesize\";i:20639;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"elements-rose-flower-logo-Q83854-2017-10-29-1-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14122;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"elements-rose-flower-logo-Q83854-2017-10-29-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6986;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(533,130,'_elementor_source_image_hash','7592d50c06e5693836c533ac4d3e29135ab669ed'),(534,131,'_wp_attached_file','2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png'),(535,131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:568;s:6:\"height\";i:508;s:4:\"file\";s:64:\"2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\";s:8:\"filesize\";i:28619;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11-2-300x268.png\";s:5:\"width\";i:300;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10222;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"elements-wellness-logo-template-XG9DU8Z-2020-12-11-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4586;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(536,131,'_elementor_source_image_hash','9e27f689e2ad988395fe8c238c08c7adbd0a55be'),(537,132,'_elementor_edit_mode','builder'),(538,132,'_elementor_template_type','section'),(539,132,'_elementor_version','3.14.0'),(540,133,'_elementor_edit_mode','builder'),(541,133,'_elementor_template_type','section'),(542,133,'_elementor_version','3.14.0'),(543,132,'_wp_page_template','elementor_header_footer'),(544,132,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(545,132,'_elementor_data','[{\"id\":\"55e3b91d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d0c2bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1436c81b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13826065\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43d7ac3a\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10824c19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ce73ad3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2161f0be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64fa5795\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60cb406b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c5a903a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"48927f2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f72484e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23075497\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cbb7cd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"518f810a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ffef3db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4dafee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"16e0a134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"269697d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60b25b16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16397fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f977de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27c82b63\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67e9ed23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62291a5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30291151\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fdbf38c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f6ec6e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43bdbe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66f2947b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d8b9e34\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"eab654f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38783a55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"760eafc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2adb7e97\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bba95e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"350b567c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7334c40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"459ed4fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24e1eacd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ac43976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78ae1e5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aaab355\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69f71461\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e43de5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b8450cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1f8bab\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4710c263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8d0930c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e09df5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ce5814\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3656654b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"520be340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"475220c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6739bc0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d7f0c95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"480ea33f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59b7d951\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"610ad6f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44d9459b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ced37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"410d1864\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bfbc578\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1952810d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fc95f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26583833\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69cb06a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496dc4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7e3c1b79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cd718fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b53af9\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e7f1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"50eaa10e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"633ee18d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16199701\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37a883fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56a4e7b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"928009a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e2ffb8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37031ea2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16dba59f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c4ff309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4910a52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"436af22d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eed5e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7497d65d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6de9ce46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fe2b1de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ccb2235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32a47c06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6dad59d2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6cf5906c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f99b58d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"777e15c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45678f69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15de0123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cb7584e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"678c32f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"752e4aa0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"575a4083\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"646c216e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e3e0c1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fff500\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7718f565\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54683888\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b54ce88\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15a6929d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ceb4b74\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"508883b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fdc7cf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0643d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30be9400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5fa93e63\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"26c959ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"222afe0c\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33dbfd8d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36f192e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cdaab0\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(546,134,'_elementor_edit_mode','builder'),(547,134,'_elementor_template_type','section'),(548,134,'_elementor_version','3.14.0'),(549,134,'_wp_page_template','default'),(550,134,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(551,134,'_elementor_data','[{\"id\":\"55e3b91d\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1d0c2bed\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1436c81b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13826065\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"43d7ac3a\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"10824c19\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"5ce73ad3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"2161f0be\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"64fa5795\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60cb406b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5c5a903a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"48927f2e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f72484e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"23075497\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3cbb7cd6\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"518f810a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ffef3db\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4e4dafee\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"16e0a134\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"269697d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"60b25b16\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"16397fe8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f977de2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"27c82b63\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"67e9ed23\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"62291a5d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"30291151\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3fdbf38c\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4f6ec6e8\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"43bdbe4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"66f2947b\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"4d8b9e34\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"eab654f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38783a55\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"760eafc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2adb7e97\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7bba95e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"350b567c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"7334c40d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"459ed4fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"24e1eacd\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1ac43976\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78ae1e5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7aaab355\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"69f71461\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6e43de5e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3b8450cd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5e1f8bab\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4710c263\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"8d0930c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69e09df5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"67ce5814\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3656654b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"520be340\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"475220c2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6739bc0e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d7f0c95\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"480ea33f\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"59b7d951\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"610ad6f0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"44d9459b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f6ced37\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"410d1864\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"2bfbc578\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1952810d\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"46fc95f1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26583833\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"69cb06a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"496dc4b2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"7e3c1b79\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6cd718fe\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2b53af9\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"e7f1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"50eaa10e\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"633ee18d\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16199701\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"37a883fa\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"56a4e7b8\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"928009a\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2e2ffb8f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"37031ea2\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"button_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"button_background_hover_slideshow_gallery\":[],\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"16dba59f\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"6c4ff309\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4910a52e\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"436af22d\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"3eed5e4b\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7497d65d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6de9ce46\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4fe2b1de\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3ccb2235\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"32a47c06\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6dad59d2\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6cf5906c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1f99b58d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"777e15c6\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"45678f69\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"15de0123\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6cb7584e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"678c32f7\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"752e4aa0\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"575a4083\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"646c216e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e3e0c1f\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"12fff500\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"7718f565\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54683888\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"5b54ce88\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"15a6929d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"ceb4b74\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"508883b9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7fdc7cf7\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5f0643d5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"30be9400\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5fa93e63\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"26c959ea\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"222afe0c\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"33dbfd8d\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"36f192e9\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"1cdaab0\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(552,132,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(553,132,'_eael_custom_js',''),(554,132,'_eael_widget_elements','a:1:{s:15:\"image-accordion\";s:15:\"image-accordion\";}'),(555,132,'envato_tk_source_kit','8'),(556,132,'envato_tk_source_index','1'),(557,135,'_elementor_edit_mode','builder'),(558,135,'_elementor_template_type','page'),(559,135,'_elementor_version','3.14.0'),(560,136,'_elementor_edit_mode','builder'),(561,136,'_elementor_template_type','page'),(562,136,'_elementor_version','3.14.0'),(563,135,'_wp_page_template','elementor_header_footer'),(564,135,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(565,135,'_elementor_data','[{\"id\":\"1ad6376c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"645775c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fe65cad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Team\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de9595e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b57864e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.052999999999997,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63d00934\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7cae7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-at-spring-park-P4PZ4CT.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-271\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-177\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-203\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c53d0df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"f3c5e7e\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0e90401\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"206f65b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\",\"icon_secondary_color\":\"globals\\/colors?id=secondary\"},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"e4f6780\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.947000000000003,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4205eb87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":140},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-461,\"unit\":\"px\"},\"_offset_y\":{\"size\":-45,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4acb9578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":67},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-66,\"unit\":\"px\"},\"_offset_y\":{\"size\":244,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-68,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":239,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":132,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-109,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"79ece1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sovia Evelyn\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7bce39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Director Essiene<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=4bccb1c\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d03624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"typography_font_family\":\"Sarabun\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"688e4ec\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78dff92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cb12be3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcc538f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a171933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63062010\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38930a09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"359b5c62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b9023c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"238fd970\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2aeef9ef\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6ef6fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a6e7d04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"504e7b22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c684743\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39a0c9ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9ecae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49472794\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"42753d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10af785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d67055d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2cfa762b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ecaf97a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"240d105a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33268e7c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40eaa911\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ff1fcd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67f669b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26a9c0d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"114\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d8f03dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bcf8923\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d4047cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2baf3efc\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"774febfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75b4d93c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1938c4b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d910109\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7525b011\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6eda7747\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"600725e5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5e3d0bae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4de44104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"202306c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"127\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e3cadb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"633e186f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4176f5fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77a1aa01\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4738b8cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fdb380e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28047f1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"128\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-eye-logo-VXUKND-2018-11-20-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ed6a01a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a2dae97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"129\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"16eb1a48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16634435\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"130\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-rose-flower-logo-Q83854-2017-10-29-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"342a4a08\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8712c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1adfc1cd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7584a3e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"431fbdcb\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(566,137,'_elementor_edit_mode','builder'),(567,137,'_elementor_template_type','page'),(568,137,'_elementor_version','3.14.0'),(569,137,'_wp_page_template','elementor_header_footer'),(570,137,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(571,137,'_elementor_data','[{\"id\":\"1ad6376c\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"645775c4\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5fe65cad\",\"elType\":\"widget\",\"settings\":{\"title\":\"Meet Our Team\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3de9595e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"20\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7b57864e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":36.052999999999997,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63d00934\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1f7cae7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"26\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-woman-at-spring-park-P4PZ4CT.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-271\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-177\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-203\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2c53d0df\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"f3c5e7e\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0e90401\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"206f65b\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"shape\":\"circle\",\"icon_color\":\"custom\",\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\",\"icon_secondary_color\":\"globals\\/colors?id=secondary\"},\"icon_size_tablet\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":false},{\"id\":\"e4f6780\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":63.947000000000003,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4205eb87\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":140},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-461,\"unit\":\"px\"},\"_offset_y\":{\"size\":-45,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4acb9578\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":67},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-66,\"unit\":\"px\"},\"_offset_y\":{\"size\":244,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-68,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":239,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":132,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-109,\"unit\":\"px\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"79ece1e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sovia Evelyn\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"left\",\"align_mobile\":\"center\",\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c7bce39\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Director Essiene<\\/p>\",\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=4bccb1c\"},\"align_mobile\":\"center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6d03624\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.<\\/p>\",\"typography_font_family\":\"Sarabun\",\"typography_font_size\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"688e4ec\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"78dff92e\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"cb12be3\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5bcc538f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"5a171933\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"63062010\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"38930a09\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"359b5c62\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4b9023c8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"238fd970\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2aeef9ef\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"6ef6fab\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a6e7d04\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"504e7b22\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"c684743\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"39a0c9ef\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d9ecae1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"49472794\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"42753d8\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"10af785c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6d67055d\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2cfa762b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ecaf97a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"240d105a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"33268e7c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"40eaa911\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"80\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7ff1fcd7\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"67f669b5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"26a9c0d7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"114\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5d8f03dd\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3bcf8923\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4d4047cb\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2baf3efc\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"774febfa\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"75b4d93c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1938c4b1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"123\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4d910109\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7525b011\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6eda7747\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"600725e5\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"5e3d0bae\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"4de44104\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"202306c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"127\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-150\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[]},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6e3cadb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"633e186f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"text_color\":\"#5E0826\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4176f5fe\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"77a1aa01\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"342e54a\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"eb68e52\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"1c51278\",\"link\":{\"url\":\"\",\"is_external\":\"true\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"item_icon_color\":\"default\",\"item_icon_primary_color\":\"\",\"item_icon_secondary_color\":\"\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4738b8cb\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2fdb380e\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"28047f1a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"128\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-eye-logo-VXUKND-2018-11-20-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"2ed6a01a\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7a2dae97\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"129\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"16eb1a48\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"16634435\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"130\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-rose-flower-logo-Q83854-2017-10-29-1.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"342a4a08\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"2b8712c3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"131\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\"},\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1adfc1cd\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"7584a3e8\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_slideshow_gallery\":[],\"background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_hover_slideshow_gallery\":[],\"background_overlay_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_slideshow_gallery\":[],\"background_overlay_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"background_overlay_hover_slideshow_gallery\":[]},\"elements\":[{\"id\":\"431fbdcb\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\",\"eael_accordion_is_active\":\"\",\"eael_accordion_enable_title_link\":\"yes\",\"eael_accordion_title_link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"_background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_slideshow_gallery\":[],\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_video_fallback\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"},\"_background_hover_slideshow_gallery\":[],\"_mask_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\"}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(572,135,'_elementor_page_assets','a:1:{s:6:\"styles\";a:7:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";}}'),(573,135,'_eael_custom_js',''),(574,135,'_eael_widget_elements','a:1:{s:15:\"image-accordion\";s:15:\"image-accordion\";}'),(575,135,'envato_tk_source_kit','8'),(576,135,'envato_tk_source_index','2'),(577,138,'_edit_lock','1687337871:1'),(578,139,'_edit_lock','1687440414:1'),(579,139,'_wp_page_template','elementor_header_footer'),(580,139,'_elementor_edit_mode','builder'),(581,139,'_elementor_template_type','wp-page'),(582,139,'_elementor_version','3.14.0'),(584,141,'_edit_last','1'),(585,141,'_edit_lock','1687344126:1'),(586,141,'_wp_page_template','elementor_canvas'),(587,141,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(588,141,'ehf_target_exclude_locations','a:0:{}'),(589,141,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(590,141,'ehf_template_type','type_header'),(591,141,'_elementor_edit_mode','builder'),(592,141,'_elementor_template_type','wp-post'),(593,141,'_elementor_version','3.14.0'),(595,141,'ekit_post_views_count','8'),(597,63,'ekit_post_views_count','1'),(599,70,'ekit_post_views_count','1'),(612,145,'_wp_page_template','elementor_header_footer'),(613,145,'_elementor_edit_mode','builder'),(614,145,'_elementor_template_type','wp-post'),(615,145,'_elementor_version','3.14.0'),(617,146,'_wp_page_template','elementor_header_footer'),(618,146,'_elementor_edit_mode','builder'),(619,146,'_elementor_template_type','wp-post'),(620,146,'_elementor_version','3.14.0'),(622,141,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(623,141,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"\",\"color_menu_item_active\":\"\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"\",\"color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"\",\"toggle_color\":\"\"},\"resp_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#EF529D\",\"color_menu_item_hover\":\"#D59999\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#EF529D\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"color_dropdown_item_active\":\"#D59999\",\"divider_border_color\":\"#5E0826\",\"toggle_color\":\"#EF529D\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_color\":\"#EF529D\",\"all_border_color\":\"#D59999\",\"all_hover_color\":\"#EF529D\",\"all_background_hover_color_color\":\"#FFFFFF\",\"all_border_hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(624,147,'_wp_page_template','elementor_canvas'),(625,147,'_elementor_edit_mode','builder'),(626,147,'_elementor_template_type','wp-post'),(627,147,'_elementor_version','3.14.0'),(629,147,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(630,147,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-Logo-01.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(631,141,'_elementor_page_assets','a:0:{}'),(632,141,'_eael_custom_js',''),(633,148,'_edit_last','1'),(634,148,'_edit_lock','1687414944:1'),(635,148,'_wp_page_template','elementor_canvas'),(636,148,'ehf_target_include_locations','a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),(637,148,'ehf_target_exclude_locations','a:0:{}'),(638,148,'ehf_target_user_roles','a:1:{i:0;s:3:\"all\";}'),(639,148,'ehf_template_type','type_footer'),(640,148,'_elementor_edit_mode','builder'),(641,148,'_elementor_template_type','wp-post'),(642,148,'_elementor_version','3.14.0'),(645,148,'ekit_post_views_count','4'),(655,151,'_wp_attached_file','2023/06/Noha-International.png'),(656,151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4154;s:6:\"height\";i:1756;s:4:\"file\";s:30:\"2023/06/Noha-International.png\";s:8:\"filesize\";i:74106;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Noha-International-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8065;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Noha-International-1024x433.png\";s:5:\"width\";i:1024;s:6:\"height\";i:433;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Noha-International-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5943;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Noha-International-768x325.png\";s:5:\"width\";i:768;s:6:\"height\";i:325;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23637;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"Noha-International-1536x649.png\";s:5:\"width\";i:1536;s:6:\"height\";i:649;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51809;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:31:\"Noha-International-2048x866.png\";s:5:\"width\";i:2048;s:6:\"height\";i:866;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70973;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(657,151,'_wp_attachment_image_alt','Noha International'),(658,152,'_wp_page_template','elementor_header_footer'),(659,152,'_elementor_edit_mode','builder'),(660,152,'_elementor_template_type','wp-post'),(661,152,'_elementor_version','3.14.0'),(662,153,'_wp_page_template','elementor_header_footer'),(663,153,'_elementor_edit_mode','builder'),(664,153,'_elementor_template_type','wp-post'),(665,153,'_elementor_version','3.14.0'),(666,148,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(667,148,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_primary_color\":\"#EF529D\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"227, 228 D-mall, Shakti Khand-2, Indirapuram Ghaziabad-201014\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(668,154,'_wp_page_template','elementor_canvas'),(669,154,'_elementor_edit_mode','builder'),(670,154,'_elementor_template_type','wp-post'),(671,154,'_elementor_version','3.14.0'),(672,154,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(673,154,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(674,148,'_elementor_page_assets','a:0:{}'),(675,148,'_eael_custom_js',''),(677,155,'_wp_attached_file','2023/06/Noha-International-1.png'),(678,155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4160;s:6:\"height\";i:1764;s:4:\"file\";s:32:\"2023/06/Noha-International-1.png\";s:8:\"filesize\";i:73302;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Noha-International-1-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11520;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Noha-International-1-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Noha-International-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Noha-International-1-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34360;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"Noha-International-1-1536x651.png\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75313;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:33:\"Noha-International-1-2048x868.png\";s:5:\"width\";i:2048;s:6:\"height\";i:868;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102595;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(679,156,'_wp_page_template','elementor_canvas'),(680,156,'_elementor_edit_mode','builder'),(681,156,'_elementor_template_type','wp-post'),(682,156,'_elementor_version','3.14.0'),(683,156,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(684,156,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-Logo-01.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(685,156,'_elementor_page_assets','a:0:{}'),(687,157,'_wp_page_template','elementor_canvas'),(688,157,'_elementor_edit_mode','builder'),(689,157,'_elementor_template_type','wp-post'),(690,157,'_elementor_version','3.14.0'),(691,157,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(692,157,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":144,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-Logo-01.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(693,157,'_elementor_page_assets','a:0:{}'),(695,158,'_wp_page_template','elementor_canvas'),(696,158,'_elementor_edit_mode','builder'),(697,158,'_elementor_template_type','wp-post'),(698,158,'_elementor_version','3.14.0'),(699,158,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(700,158,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(701,158,'_elementor_page_assets','a:0:{}'),(711,160,'_wp_page_template','elementor_header_footer'),(712,160,'_elementor_edit_mode','builder'),(713,160,'_elementor_template_type','wp-page'),(714,160,'_elementor_version','3.14.0'),(715,161,'_wp_page_template','elementor_header_footer'),(716,161,'_elementor_edit_mode','builder'),(717,161,'_elementor_template_type','wp-page'),(718,161,'_elementor_version','3.14.0'),(719,139,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(720,139,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":228,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-2-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":229,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-4-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":237,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-5-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":238,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-02-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":239,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-03-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":230,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-3-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(721,162,'_wp_page_template','elementor_header_footer'),(722,162,'_elementor_edit_mode','builder'),(723,162,'_elementor_template_type','wp-page'),(724,162,'_elementor_version','3.14.0'),(725,162,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(726,162,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(727,139,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(728,139,'_eael_custom_js',''),(729,139,'_eael_widget_elements','a:1:{s:15:\"image-accordion\";s:15:\"image-accordion\";}'),(731,163,'_edit_lock','1687339314:1'),(732,163,'_wp_page_template','elementor_header_footer'),(733,9,'_edit_lock','1687339588:1'),(734,165,'_wp_attached_file','2023/06/Noha-International-Icon.png'),(735,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1236;s:6:\"height\";i:1236;s:4:\"file\";s:35:\"2023/06/Noha-International-Icon.png\";s:8:\"filesize\";i:25847;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(736,166,'_elementor_edit_mode','builder'),(737,166,'_elementor_template_type','kit'),(738,166,'_elementor_version','3.14.0'),(739,166,'_wp_page_template','default'),(740,166,'_elementor_page_settings','a:77:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#5E0826\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#D59999\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#FFF0F3\";}}s:13:\"custom_colors\";a:5:{i:0;a:3:{s:3:\"_id\";s:7:\"30e5369\";s:5:\"title\";s:5:\"White\";s:5:\"color\";s:7:\"#FFFFFF\";}i:1;a:3:{s:3:\"_id\";s:7:\"b82d03e\";s:5:\"title\";s:10:\"WhiteTrans\";s:5:\"color\";s:9:\"#FFFFFF82\";}i:2;a:3:{s:5:\"title\";s:11:\"transparant\";s:3:\"_id\";s:7:\"cfd96a7\";s:5:\"color\";s:9:\"#02010100\";}i:3;a:3:{s:3:\"_id\";s:7:\"158c32f\";s:5:\"title\";s:10:\"transpink1\";s:5:\"color\";s:9:\"#D5999940\";}i:4;a:3:{s:3:\"_id\";s:7:\"233c4a0\";s:5:\"title\";s:10:\"transpink2\";s:5:\"color\";s:9:\"#D599999E\";}}s:17:\"system_typography\";a:4:{i:0;a:8:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:2:\"H1\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}}i:1;a:8:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:2:\"H2\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}}i:2;a:7:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:22:\"typography_font_weight\";s:3:\"400\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}}i:3;a:8:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:2:\"H3\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:22:\"typography_font_weight\";s:3:\"500\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}}}s:17:\"custom_typography\";a:9:{i:0;a:6:{s:3:\"_id\";s:7:\"d6ab604\";s:5:\"title\";s:2:\"H4\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";}i:1;a:9:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"8a8bed2\";s:5:\"title\";s:2:\"H5\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}}i:2;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"c3b6dfb\";s:5:\"title\";s:2:\"H6\";}i:3;a:6:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:2.7000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:3:\"_id\";s:7:\"ba88d83\";s:5:\"title\";s:6:\"Number\";}i:4;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"500\";s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"aa5b00b\";s:5:\"title\";s:6:\"price2\";s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.3999999999999999;s:5:\"sizes\";a:0:{}}}i:5;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:0.90000000000000002;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"897f75f\";s:5:\"title\";s:2:\"cr\";}i:6;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"1473676\";s:5:\"title\";s:5:\"about\";}i:7;a:7:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Sarabun\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3999999999999999;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:3:\"_id\";s:7:\"4bccb1c\";s:5:\"title\";s:4:\"Team\";}i:8;a:8:{s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:9:\"Marcellus\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_tablet\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:27:\"typography_font_size_mobile\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:8.5999999999999996;s:5:\"sizes\";a:0:{}}s:22:\"typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:3:\"_id\";s:7:\"46a8498\";s:5:\"title\";s:4:\"4040\";}}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:27:\"hello_footer_copyright_text\";s:19:\"All rights reserved\";s:15:\"activeItemIndex\";i:1;s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;s:11:\"__globals__\";a:21:{s:8:\"h1_color\";s:0:\"\";s:24:\"h1_typography_typography\";s:0:\"\";s:8:\"h2_color\";s:0:\"\";s:24:\"h2_typography_typography\";s:0:\"\";s:8:\"h3_color\";s:0:\"\";s:24:\"h3_typography_typography\";s:0:\"\";s:8:\"h4_color\";s:0:\"\";s:24:\"h4_typography_typography\";s:0:\"\";s:28:\"button_typography_typography\";s:26:\"globals/typography?id=text\";s:17:\"button_text_color\";s:25:\"globals/colors?id=30e5369\";s:23:\"button_background_color\";s:27:\"globals/colors?id=secondary\";s:19:\"button_border_color\";s:27:\"globals/colors?id=secondary\";s:23:\"button_hover_text_color\";s:27:\"globals/colors?id=secondary\";s:29:\"button_hover_background_color\";s:25:\"globals/colors?id=cfd96a7\";s:25:\"button_hover_border_color\";s:27:\"globals/colors?id=secondary\";s:26:\"body_typography_typography\";s:0:\"\";s:10:\"body_color\";s:0:\"\";s:8:\"h5_color\";s:0:\"\";s:24:\"h5_typography_typography\";s:0:\"\";s:24:\"h6_typography_typography\";s:0:\"\";s:8:\"h6_color\";s:0:\"\";}s:20:\"button_border_border\";s:5:\"solid\";s:19:\"button_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:20:\"button_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_border\";s:5:\"solid\";s:25:\"button_hover_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"1\";s:5:\"right\";s:1:\"1\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"1\";s:8:\"isLinked\";b:1;}s:26:\"button_hover_border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"25\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"25\";s:8:\"isLinked\";b:1;}s:14:\"button_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"30\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}s:10:\"body_color\";s:7:\"#7A7A7A\";s:26:\"body_typography_typography\";s:6:\"custom\";s:27:\"body_typography_font_family\";s:7:\"Sarabun\";s:25:\"body_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:27:\"body_typography_font_weight\";s:3:\"400\";s:8:\"h1_color\";s:7:\"#5E0826\";s:24:\"h1_typography_typography\";s:6:\"custom\";s:25:\"h1_typography_font_family\";s:9:\"Marcellus\";s:23:\"h1_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:4;s:5:\"sizes\";a:0:{}}s:25:\"h1_typography_font_weight\";s:3:\"500\";s:8:\"h2_color\";s:7:\"#5E0826\";s:24:\"h2_typography_typography\";s:6:\"custom\";s:25:\"h2_typography_font_family\";s:9:\"Marcellus\";s:23:\"h2_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:3.2000000000000002;s:5:\"sizes\";a:0:{}}s:25:\"h2_typography_font_weight\";s:3:\"500\";s:8:\"h3_color\";s:7:\"#5E0826\";s:24:\"h3_typography_typography\";s:6:\"custom\";s:25:\"h3_typography_font_family\";s:9:\"Marcellus\";s:23:\"h3_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.5;s:5:\"sizes\";a:0:{}}s:25:\"h3_typography_font_weight\";s:3:\"500\";s:8:\"h4_color\";s:7:\"#5E0826\";s:24:\"h4_typography_typography\";s:6:\"custom\";s:25:\"h4_typography_font_family\";s:9:\"Marcellus\";s:23:\"h4_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:25:\"h4_typography_font_weight\";s:3:\"500\";s:25:\"h4_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h5_color\";s:7:\"#5E0826\";s:24:\"h5_typography_typography\";s:6:\"custom\";s:25:\"h5_typography_font_family\";s:9:\"Marcellus\";s:23:\"h5_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";d:1.2;s:5:\"sizes\";a:0:{}}s:25:\"h5_typography_font_weight\";s:3:\"500\";s:25:\"h5_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:8:\"h6_color\";s:7:\"#5E0826\";s:24:\"h6_typography_typography\";s:6:\"custom\";s:25:\"h6_typography_font_family\";s:9:\"Marcellus\";s:23:\"h6_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:25:\"h6_typography_font_weight\";s:3:\"500\";s:25:\"h6_typography_line_height\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";s:0:\"\";s:5:\"sizes\";a:0:{}}s:28:\"button_typography_typography\";s:6:\"custom\";s:29:\"button_typography_font_family\";s:7:\"Sarabun\";s:27:\"button_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"em\";s:4:\"size\";i:1;s:5:\"sizes\";a:0:{}}s:29:\"button_typography_font_weight\";s:3:\"400\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:23:\"button_background_color\";s:7:\"#D59999\";s:19:\"button_border_color\";s:7:\"#D59999\";s:23:\"button_hover_text_color\";s:7:\"#D59999\";s:29:\"button_hover_background_color\";s:9:\"#02010100\";s:25:\"button_hover_border_color\";s:7:\"#D59999\";s:32:\"body_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:3;s:5:\"sizes\";a:0:{}}s:30:\"h1_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.5;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:2.2999999999999998;s:5:\"sizes\";a:0:{}}s:30:\"h2_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";i:2;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.3;s:5:\"sizes\";a:0:{}}s:30:\"h3_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.2549999999999999;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:30:\"h5_typography_font_size_mobile\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:1.1000000000000001;s:5:\"sizes\";a:0:{}}s:34:\"button_typography_font_size_tablet\";a:3:{s:4:\"unit\";s:3:\"rem\";s:4:\"size\";d:0.875;s:5:\"sizes\";a:0:{}}s:9:\"site_name\";s:18:\"Noha International\";}'),(741,166,'_elementor_data','[]'),(742,166,'_elementor_page_assets','a:0:{}'),(744,167,'_edit_lock','1687339438:1'),(745,167,'_wp_page_template','elementor_header_footer'),(759,170,'_edit_lock','1687339593:1'),(760,170,'_wp_page_template','elementor_header_footer'),(761,172,'_menu_item_type','post_type'),(762,172,'_menu_item_menu_item_parent','0'),(763,172,'_menu_item_object_id','139'),(764,172,'_menu_item_object','page'),(765,172,'_menu_item_target',''),(766,172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(767,172,'_menu_item_xfn',''),(768,172,'_menu_item_url',''),(770,173,'_menu_item_type','post_type'),(771,173,'_menu_item_menu_item_parent','0'),(772,173,'_menu_item_object_id','163'),(773,173,'_menu_item_object','page'),(774,173,'_menu_item_target',''),(775,173,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(776,173,'_menu_item_xfn',''),(777,173,'_menu_item_url',''),(779,174,'_menu_item_type','post_type'),(780,174,'_menu_item_menu_item_parent','0'),(781,174,'_menu_item_object_id','170'),(782,174,'_menu_item_object','page'),(783,174,'_menu_item_target',''),(784,174,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(785,174,'_menu_item_xfn',''),(786,174,'_menu_item_url',''),(788,175,'_menu_item_type','post_type'),(789,175,'_menu_item_menu_item_parent','0'),(790,175,'_menu_item_object_id','167'),(791,175,'_menu_item_object','page'),(792,175,'_menu_item_target',''),(793,175,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(794,175,'_menu_item_xfn',''),(795,175,'_menu_item_url',''),(836,183,'_wp_page_template','elementor_canvas'),(837,183,'_elementor_edit_mode','builder'),(838,183,'_elementor_template_type','wp-post'),(839,183,'_elementor_version','3.14.0'),(840,183,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(841,183,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(842,183,'_elementor_page_assets','a:0:{}'),(844,184,'_wp_page_template','elementor_canvas'),(845,184,'_elementor_edit_mode','builder'),(846,184,'_elementor_template_type','wp-post'),(847,184,'_elementor_version','3.14.0'),(848,184,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(849,184,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(850,184,'_elementor_page_assets','a:0:{}'),(852,185,'_wp_page_template','elementor_canvas'),(853,185,'_elementor_edit_mode','builder'),(854,185,'_elementor_template_type','wp-post'),(855,185,'_elementor_version','3.14.0'),(856,185,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(857,185,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f9cb01f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"653de85e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5b467939\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"10185c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5356d617\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=30e5369\",\"color_menu_item_active\":\"globals\\/colors?id=accent\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=30e5369\",\"all_text_color\":\"globals\\/colors?id=primary\",\"all_border_color\":\"globals\\/colors?id=30e5369\",\"all_background_hover_color_color\":\"globals\\/colors?id=cfd96a7\",\"all_hover_color\":\"globals\\/colors?id=30e5369\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=30e5369\"},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"all_text_color\":\"#5E0826\",\"all_border_color\":\"#FFFFFF\",\"all_hover_color\":\"#FFFFFF\",\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(858,185,'_elementor_page_assets','a:0:{}'),(862,186,'_wp_page_template','elementor_canvas'),(863,186,'_elementor_edit_mode','builder'),(864,186,'_elementor_template_type','wp-post'),(865,186,'_elementor_version','3.14.0'),(866,186,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(867,186,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f9cb01f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"653de85e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5b467939\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"10185c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5356d617\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=30e5369\",\"color_menu_item_active\":\"globals\\/colors?id=accent\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=30e5369\",\"all_text_color\":\"globals\\/colors?id=primary\",\"all_border_color\":\"globals\\/colors?id=30e5369\",\"all_background_hover_color_color\":\"globals\\/colors?id=cfd96a7\",\"all_hover_color\":\"globals\\/colors?id=30e5369\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=30e5369\"},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"all_text_color\":\"#5E0826\",\"all_border_color\":\"#FFFFFF\",\"all_hover_color\":\"#FFFFFF\",\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(868,186,'_elementor_page_assets','a:0:{}'),(870,187,'_wp_page_template','elementor_canvas'),(871,187,'_elementor_edit_mode','builder'),(872,187,'_elementor_template_type','wp-post'),(873,187,'_elementor_version','3.14.0'),(874,187,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(875,187,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"3f9cb01f\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-90\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"z_index\":1,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"653de85e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5b467939\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"62\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Logo-Esseine-White.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"10185c0e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"5356d617\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=30e5369\",\"color_menu_item_active\":\"globals\\/colors?id=accent\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=30e5369\",\"all_text_color\":\"globals\\/colors?id=primary\",\"all_border_color\":\"globals\\/colors?id=30e5369\",\"all_background_hover_color_color\":\"globals\\/colors?id=cfd96a7\",\"all_hover_color\":\"globals\\/colors?id=30e5369\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=30e5369\"},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"all_text_color\":\"#5E0826\",\"all_border_color\":\"#FFFFFF\",\"all_hover_color\":\"#FFFFFF\",\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(876,187,'_elementor_page_assets','a:0:{}'),(878,188,'_wp_page_template','elementor_canvas'),(879,188,'_elementor_edit_mode','builder'),(880,188,'_elementor_template_type','wp-post'),(881,188,'_elementor_version','3.14.0'),(882,188,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(883,188,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(884,188,'_elementor_page_assets','a:0:{}'),(914,192,'_edit_lock','1687350384:1'),(915,192,'_wp_page_template','elementor_canvas'),(916,192,'_elementor_edit_mode','builder'),(917,192,'_elementor_template_type','wp-page'),(918,192,'_elementor_version','3.14.0'),(926,195,'_wp_page_template','elementor_header_footer'),(927,195,'_elementor_edit_mode','builder'),(928,195,'_elementor_template_type','wp-page'),(929,195,'_elementor_version','3.14.0'),(930,196,'_wp_page_template','elementor_header_footer'),(931,196,'_elementor_edit_mode','builder'),(932,196,'_elementor_template_type','wp-page'),(933,196,'_elementor_version','3.14.0'),(934,192,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(935,192,'_elementor_data','[{\"id\":\"39086ac6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#020101\",\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"5af6ad3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423dcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62be501f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2177c163\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"13bff3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"61a74318\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e7fda2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7c207a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bcfa71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a9b4664\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2e2a1297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422866a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"47a80685\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebd862e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002a37b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42fc8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(936,197,'_wp_page_template','elementor_header_footer'),(937,197,'_elementor_edit_mode','builder'),(938,197,'_elementor_template_type','wp-page'),(939,197,'_elementor_version','3.14.0'),(940,197,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(941,197,'_elementor_data','[{\"id\":\"39086ac6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5af6ad3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423dcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62be501f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2177c163\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"13bff3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"61a74318\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e7fda2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7c207a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bcfa71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a9b4664\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2e2a1297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422866a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"47a80685\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebd862e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002a37b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42fc8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2041ef64\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"204***1632970867422\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(942,192,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(943,192,'_eael_custom_js',''),(944,198,'_menu_item_type','post_type'),(945,198,'_menu_item_menu_item_parent','0'),(946,198,'_menu_item_object_id','192'),(947,198,'_menu_item_object','page'),(948,198,'_menu_item_target',''),(949,198,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(950,198,'_menu_item_xfn',''),(951,198,'_menu_item_url',''),(971,201,'_wp_page_template','elementor_header_footer'),(972,201,'_elementor_edit_mode','builder'),(973,201,'_elementor_template_type','wp-page'),(974,201,'_elementor_version','3.14.0'),(975,201,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (976,201,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(977,201,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(979,202,'_wp_page_template','elementor_header_footer'),(980,202,'_elementor_edit_mode','builder'),(981,202,'_elementor_template_type','wp-page'),(982,202,'_elementor_version','3.14.0'),(983,202,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(984,202,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"globals\\/colors?id=secondary\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=secondary\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(985,202,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(987,203,'_wp_page_template','elementor_header_footer'),(988,203,'_elementor_edit_mode','builder'),(989,203,'_elementor_template_type','wp-page'),(990,203,'_elementor_version','3.14.0'),(991,203,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(992,203,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(993,203,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(995,204,'_wp_page_template','elementor_canvas'),(996,204,'_elementor_edit_mode','builder'),(997,204,'_elementor_template_type','wp-post'),(998,204,'_elementor_version','3.14.0'),(999,204,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1000,204,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1001,204,'_elementor_page_assets','a:0:{}'),(1002,205,'_wp_page_template','elementor_canvas'),(1003,205,'_elementor_edit_mode','builder'),(1004,205,'_elementor_template_type','wp-post'),(1005,205,'_elementor_version','3.14.0'),(1006,205,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1007,205,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"globals\\/colors?id=primary\",\"color_menu_item_active\":\"globals\\/colors?id=secondary\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"globals\\/colors?id=secondary\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"globals\\/colors?id=secondary\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1008,205,'_elementor_page_assets','a:0:{}'),(1009,206,'_wp_page_template','elementor_canvas'),(1010,206,'_elementor_edit_mode','builder'),(1011,206,'_elementor_template_type','wp-post'),(1012,206,'_elementor_version','3.14.0'),(1013,206,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1014,206,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"\",\"color_menu_item_active\":\"\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#EF529D\",\"color_menu_item_hover\":\"#D59999\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"color_dropdown_item_active\":\"#5E0826\",\"divider_border_color\":\"#5E0826\",\"toggle_color\":\"#5E0826\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_color\":\"#EF529D\",\"all_border_color\":\"#D59999\",\"all_hover_color\":\"#EF529D\",\"all_background_hover_color_color\":\"#FFFFFF\",\"all_border_hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1015,206,'_elementor_page_assets','a:0:{}'),(1023,208,'_wp_page_template','elementor_header_footer'),(1024,208,'_elementor_edit_mode','builder'),(1025,208,'_elementor_template_type','wp-page'),(1026,208,'_elementor_version','3.14.0'),(1027,208,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1028,208,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1029,208,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1030,209,'_wp_page_template','elementor_header_footer'),(1031,209,'_elementor_edit_mode','builder'),(1032,209,'_elementor_template_type','wp-page'),(1033,209,'_elementor_version','3.14.0'),(1034,209,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1035,209,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"globals\\/colors?id=primary\",\"hover_color\":\"globals\\/colors?id=secondary\"}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=primary\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=primary\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#5E0826\",\"name_text_color\":\"#5E0826\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"globals\\/colors?id=primary\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1036,209,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1037,210,'_wp_page_template','elementor_header_footer'),(1038,210,'_elementor_edit_mode','builder'),(1039,210,'_elementor_template_type','wp-page'),(1040,210,'_elementor_version','3.14.0'),(1041,210,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1042,210,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1043,210,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1044,211,'_wp_page_template','elementor_header_footer'),(1045,211,'_elementor_edit_mode','builder'),(1046,211,'_elementor_template_type','wp-page'),(1047,211,'_elementor_version','3.14.0'),(1048,211,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1049,211,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1050,211,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1051,212,'_wp_page_template','elementor_header_footer'),(1052,212,'_elementor_edit_mode','builder'),(1053,212,'_elementor_template_type','wp-page'),(1054,212,'_elementor_version','3.14.0'),(1055,212,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1056,212,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"globals\\/colors?id=233c4a0\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1057,212,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1058,213,'_wp_page_template','elementor_header_footer'),(1059,213,'_elementor_edit_mode','builder'),(1060,213,'_elementor_template_type','wp-page'),(1061,213,'_elementor_version','3.14.0'),(1062,213,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1063,213,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1064,213,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1065,214,'_wp_attached_file','2023/06/Icon-01-scaled.webp'),(1066,214,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2077;s:4:\"file\";s:27:\"2023/06/Icon-01-scaled.webp\";s:8:\"filesize\";i:38526;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Icon-01-300x243.webp\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4070;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Icon-01-1024x831.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:831;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14910;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Icon-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:1846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Icon-01-768x623.webp\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:10882;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Icon-01-1536x1246.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1246;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22940;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Icon-01-2048x1662.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1662;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:30178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"Icon-01.webp\";}'),(1067,215,'_wp_page_template','elementor_header_footer'),(1068,215,'_elementor_edit_mode','builder'),(1069,215,'_elementor_template_type','wp-page'),(1070,215,'_elementor_version','3.14.0'),(1071,215,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1072,215,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1073,215,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1074,216,'_wp_page_template','elementor_header_footer'),(1075,216,'_elementor_edit_mode','builder'),(1076,216,'_elementor_template_type','wp-page'),(1077,216,'_elementor_version','3.14.0'),(1078,216,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1079,216,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"globals\\/colors?id=secondary\",\"bar_inline_color\":\"globals\\/colors?id=secondary\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"65\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/petik.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1080,216,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1081,217,'_wp_page_template','elementor_header_footer'),(1082,217,'_elementor_edit_mode','builder'),(1083,217,'_elementor_template_type','wp-page'),(1084,217,'_elementor_version','3.14.0'),(1085,217,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1086,217,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1087,217,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1095,219,'_wp_page_template','elementor_canvas'),(1096,219,'_elementor_edit_mode','builder'),(1097,219,'_elementor_template_type','wp-post'),(1098,219,'_elementor_version','3.14.0'),(1099,219,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1100,219,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"\",\"color_menu_item_active\":\"\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#EF529D\",\"color_menu_item_hover\":\"#D59999\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"color_dropdown_item_active\":\"#5E0826\",\"divider_border_color\":\"#5E0826\",\"toggle_color\":\"#5E0826\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_color\":\"#EF529D\",\"all_border_color\":\"#D59999\",\"all_hover_color\":\"#EF529D\",\"all_background_hover_color_color\":\"#FFFFFF\",\"all_border_hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1101,219,'_elementor_page_assets','a:0:{}'),(1102,220,'_wp_page_template','elementor_canvas'),(1103,220,'_elementor_edit_mode','builder'),(1104,220,'_elementor_template_type','wp-post'),(1105,220,'_elementor_version','3.14.0'),(1106,220,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1107,220,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"\",\"color_menu_item_active\":\"\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"\",\"color_dropdown_item_hover\":\"globals\\/colors?id=secondary\",\"color_dropdown_item\":\"globals\\/colors?id=primary\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"globals\\/colors?id=primary\",\"toggle_color\":\"globals\\/colors?id=primary\"},\"resp_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#EF529D\",\"color_menu_item_hover\":\"#D59999\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#5E0826\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"color_dropdown_item_active\":\"#5E0826\",\"divider_border_color\":\"#5E0826\",\"toggle_color\":\"#5E0826\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_color\":\"#EF529D\",\"all_border_color\":\"#D59999\",\"all_hover_color\":\"#EF529D\",\"all_background_hover_color_color\":\"#FFFFFF\",\"all_border_hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1108,220,'_elementor_page_assets','a:0:{}'),(1109,221,'_wp_page_template','elementor_canvas'),(1110,221,'_elementor_edit_mode','builder'),(1111,221,'_elementor_template_type','wp-post'),(1112,221,'_elementor_version','3.14.0'),(1113,221,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1114,221,'_elementor_data','[{\"id\":\"64ffb8e9\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"30\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"11e0476b\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":30,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"574af045\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":155,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International-1.png\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":50,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":65,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"6fa12a56\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":70,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_mobile\":50},\"elements\":[{\"id\":\"7e843572\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_last_item\":\"cta\",\"navmenu_align\":\"right\",\"menu_space_between\":{\"unit\":\"px\",\"size\":25,\"sizes\":[]},\"dropdown_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"dropdown_box_shadow_box_shadow_type\":\"yes\",\"dropdown_box_shadow_box_shadow\":{\"horizontal\":3,\"vertical\":4,\"blur\":10,\"spread\":0,\"color\":\"rgba(231.74999999999997, 231.74999999999997, 231.74999999999997, 0.34)\"},\"dropdown_divider_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"padding\":{\"unit\":\"px\",\"top\":\"13\",\"right\":\"30\",\"bottom\":\"13\",\"left\":\"30\",\"isLinked\":false},\"all_background_color_background\":\"classic\",\"all_border_border\":\"solid\",\"all_border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"all_border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"all_background_hover_color_background\":\"classic\",\"__globals__\":{\"menu_typography_typography\":\"globals\\/typography?id=c3b6dfb\",\"color_menu_item\":\"\",\"color_menu_item_active\":\"\",\"background_color_dropdown_item\":\"globals\\/colors?id=30e5369\",\"all_background_color_color\":\"\",\"all_text_color\":\"globals\\/colors?id=30e5369\",\"all_border_color\":\"globals\\/colors?id=secondary\",\"all_background_hover_color_color\":\"globals\\/colors?id=30e5369\",\"all_hover_color\":\"\",\"color_dropdown_item_hover\":\"\",\"color_dropdown_item\":\"\",\"divider_border_color\":\"globals\\/colors?id=primary\",\"color_dropdown_item_active\":\"\",\"toggle_color\":\"\"},\"resp_align\":\"right\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Marcellus\",\"menu_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"menu_typography_font_weight\":\"500\",\"menu_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"menu_typography_word_spacing\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"color_menu_item\":\"#EF529D\",\"color_menu_item_hover\":\"#D59999\",\"color_menu_item_active\":\"#D59999\",\"color_dropdown_item\":\"#EF529D\",\"background_color_dropdown_item\":\"#FFFFFF\",\"color_dropdown_item_hover\":\"#D59999\",\"color_dropdown_item_active\":\"#D59999\",\"divider_border_color\":\"#5E0826\",\"toggle_color\":\"#EF529D\",\"all_text_color\":\"#FFFFFF\",\"all_background_color_color\":\"#EF529D\",\"all_border_color\":\"#D59999\",\"all_hover_color\":\"#EF529D\",\"all_background_hover_color_color\":\"#FFFFFF\",\"all_border_hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":false}],\"isInner\":false}]'),(1115,221,'_elementor_page_assets','a:0:{}'),(1118,222,'_wp_page_template','elementor_canvas'),(1119,222,'_elementor_edit_mode','builder'),(1120,222,'_elementor_template_type','wp-post'),(1121,222,'_elementor_version','3.14.0'),(1122,222,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1123,222,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1124,222,'_elementor_page_assets','a:0:{}'),(1126,223,'_wp_page_template','elementor_canvas'),(1127,223,'_elementor_edit_mode','builder'),(1128,223,'_elementor_template_type','wp-post'),(1129,223,'_elementor_version','3.14.0'),(1130,223,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}');
INSERT INTO `wp_postmeta` VALUES (1131,223,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"globals\\/colors?id=secondary\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1132,223,'_elementor_page_assets','a:0:{}'),(1134,224,'_wp_page_template','elementor_canvas'),(1135,224,'_elementor_edit_mode','builder'),(1136,224,'_elementor_template_type','wp-post'),(1137,224,'_elementor_version','3.14.0'),(1138,224,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1139,224,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_primary_color\":\"#EF529D\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1140,224,'_elementor_page_assets','a:0:{}'),(1142,225,'_wp_page_template','elementor_header_footer'),(1143,225,'_elementor_edit_mode','builder'),(1144,225,'_elementor_template_type','wp-page'),(1145,225,'_elementor_version','3.14.0'),(1146,225,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1147,225,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1148,225,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1150,226,'_wp_page_template','elementor_header_footer'),(1151,226,'_elementor_edit_mode','builder'),(1152,226,'_elementor_template_type','wp-page'),(1153,226,'_elementor_version','3.14.0'),(1154,226,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1155,226,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"globals\\/colors?id=secondary\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1156,226,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1158,227,'_wp_page_template','elementor_header_footer'),(1159,227,'_elementor_edit_mode','builder'),(1160,227,'_elementor_template_type','wp-page'),(1161,227,'_elementor_version','3.14.0'),(1162,227,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1163,227,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1164,227,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1168,228,'_wp_attached_file','2023/06/Icon-2-01-scaled.webp'),(1169,228,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2446;s:4:\"file\";s:29:\"2023/06/Icon-2-01-scaled.webp\";s:8:\"filesize\";i:148802;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Icon-2-01-300x287.webp\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8972;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Icon-2-01-1024x978.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:978;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Icon-2-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3372;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Icon-2-01-768x734.webp\";s:5:\"width\";i:768;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33700;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Icon-2-01-1536x1467.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1467;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:82432;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"Icon-2-01-2048x1956.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:1956;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:116150;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Icon-2-01.webp\";}'),(1170,229,'_wp_attached_file','2023/06/Icon-4-01-scaled.webp'),(1171,229,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1598;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2023/06/Icon-4-01-scaled.webp\";s:8:\"filesize\";i:136554;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Icon-4-01-187x300.webp\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8950;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Icon-4-01-639x1024.webp\";s:5:\"width\";i:639;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:48224;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Icon-4-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Icon-4-01-768x1230.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1230;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:60092;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Icon-4-01-959x1536.webp\";s:5:\"width\";i:959;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:78400;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"Icon-4-01-1279x2048.webp\";s:5:\"width\";i:1279;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108634;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Icon-4-01.webp\";}'),(1172,230,'_wp_attached_file','2023/06/Icon-3-01-scaled.webp'),(1173,230,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:1207;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2023/06/Icon-3-01-scaled.webp\";s:8:\"filesize\";i:121358;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Icon-3-01-141x300.webp\";s:5:\"width\";i:141;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7922;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Icon-3-01-483x1024.webp\";s:5:\"width\";i:483;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Icon-3-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Icon-3-01-768x1629.webp\";s:5:\"width\";i:768;s:6:\"height\";i:1629;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:74098;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Icon-3-01-724x1536.webp\";s:5:\"width\";i:724;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69246;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"Icon-3-01-966x2048.webp\";s:5:\"width\";i:966;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:95924;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Icon-3-01.webp\";}'),(1174,231,'_wp_page_template','elementor_header_footer'),(1175,231,'_elementor_edit_mode','builder'),(1176,231,'_elementor_template_type','wp-page'),(1177,231,'_elementor_version','3.14.0'),(1178,231,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1179,231,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1180,231,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1182,232,'_wp_page_template','elementor_header_footer'),(1183,232,'_elementor_edit_mode','builder'),(1184,232,'_elementor_template_type','wp-page'),(1185,232,'_elementor_version','3.14.0'),(1186,232,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1187,232,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"13\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.1-Converted.png\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"25\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-1.2-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"94\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/jasmine-flowers-white-4.1-Converted.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1188,232,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1190,233,'_wp_page_template','elementor_header_footer'),(1191,233,'_elementor_edit_mode','builder'),(1192,233,'_elementor_template_type','wp-page'),(1193,233,'_elementor_version','3.14.0'),(1194,233,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1195,233,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":228,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-2-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":229,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-4-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":230,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-3-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1196,233,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1199,234,'_wp_page_template','elementor_header_footer'),(1200,234,'_elementor_edit_mode','builder'),(1201,234,'_elementor_template_type','wp-page'),(1202,234,'_elementor_version','3.14.0'),(1203,234,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1204,234,'_elementor_data','[{\"id\":\"39086ac6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5af6ad3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423dcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62be501f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2177c163\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"13bff3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"61a74318\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e7fda2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7c207a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bcfa71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a9b4664\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2e2a1297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422866a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"47a80685\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebd862e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002a37b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42fc8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2041ef64\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"204***1632970867422\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1205,234,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1207,235,'_wp_page_template','elementor_header_footer'),(1208,235,'_elementor_edit_mode','builder'),(1209,235,'_elementor_template_type','wp-page'),(1210,235,'_elementor_version','3.14.0'),(1211,235,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1212,235,'_elementor_data','[{\"id\":\"39086ac6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"globals\\/colors?id=secondary\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5af6ad3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423dcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62be501f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2177c163\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"13bff3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"61a74318\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e7fda2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7c207a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bcfa71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"globals\\/colors?id=primary\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#5E0826\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a9b4664\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2e2a1297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422866a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"47a80685\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebd862e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002a37b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42fc8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2041ef64\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"204***1632970867422\"},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false}]'),(1213,235,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1215,236,'_wp_page_template','elementor_canvas'),(1216,236,'_elementor_edit_mode','builder'),(1217,236,'_elementor_template_type','wp-page'),(1218,236,'_elementor_version','3.14.0'),(1219,236,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1220,236,'_elementor_data','[{\"id\":\"39086ac6\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.73999999999999999,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"170\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_overlay_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"150\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#020101\",\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"5af6ad3d\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"423dcb59\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"align\":\"center\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"62be501f\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"2177c163\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"8\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\"},\"elements\":[{\"id\":\"13bff3a5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"16\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-24.png\"},\"title_text\":\"0083-888-567\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"_background_hover_background\":\"classic\",\"_background_hover_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"_background_hover_position\":\"center center\",\"_background_hover_repeat\":\"no-repeat\",\"_background_hover_size\":\"cover\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"30\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"61a74318\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"4\",\"bottom\":\"0\",\"left\":\"4\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"content_position\":\"center\",\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"27e7fda2\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"19\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-8.png\"},\"title_text\":\"esseine@mail.com\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false},{\"id\":\"7c207a2\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":16,\"spread\":0,\"color\":\"rgba(223, 223, 223, 0.39)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"8\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"2\",\"isLinked\":false}},\"elements\":[{\"id\":\"42bcfa71\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"24\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Artboard-22.png\"},\"title_text\":\"London SE1 7PB, UK\",\"description_text\":\"\",\"position\":\"left\",\"image_space\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"hover_animation\":\"grow\",\"content_vertical_alignment\":\"middle\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"image_size\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"__globals__\":{\"title_color\":\"\",\"title_typography_typography\":\"\"},\"image_space_tablet\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"image_size_tablet\":{\"unit\":\"%\",\"size\":14,\"sizes\":[]},\"image_size_mobile\":{\"unit\":\"%\",\"size\":12,\"sizes\":[]},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"20\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"title_typography_typography\":\"custom\",\"title_typography_font_family\":\"Marcellus\",\"title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.1000000000000001,\"sizes\":[]},\"title_typography_font_weight\":\"500\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image-box\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7a9b4664\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"2e2a1297\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":40,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"422866a2\",\"elType\":\"widget\",\"settings\":{\"address\":\"London Eye, London, United Kingdom\",\"height\":{\"unit\":\"px\",\"size\":523,\"sizes\":[]},\"_border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"height_mobile\":{\"unit\":\"px\",\"size\":322,\"sizes\":[]},\"height_tablet\":{\"unit\":\"px\",\"size\":499,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"google_maps\"}],\"isInner\":false},{\"id\":\"47a80685\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":60,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"2ebd862e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"30\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\"},\"_z_index\":0,\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":119},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-86,\"unit\":\"px\"},\"_offset_y\":{\"size\":-79,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":91},\"_offset_x_tablet\":{\"size\":-58,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":219,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-74,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-65,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3002a37b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Get In Touch\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b42fc8e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"200\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"100\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false}]'),(1221,236,'_elementor_page_assets','a:1:{s:6:\"styles\";a:3:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";}}'),(1224,237,'_wp_attached_file','2023/06/Icon-5-01-scaled.webp'),(1225,237,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:29:\"2023/06/Icon-5-01-scaled.webp\";s:8:\"filesize\";i:49274;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Icon-5-01-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5678;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Icon-5-01-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19644;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Icon-5-01-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:2808;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Icon-5-01-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14726;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Icon-5-01-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29628;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"Icon-5-01-2048x2048.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:39454;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:14:\"Icon-5-01.webp\";}'),(1226,238,'_wp_attached_file','2023/06/Icon-02-scaled.webp'),(1227,238,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2023/06/Icon-02-scaled.webp\";s:8:\"filesize\";i:78284;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Icon-02-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:9378;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Icon-02-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31444;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Icon-02-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:4406;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Icon-02-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23454;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Icon-02-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47150;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Icon-02-2048x2048.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62906;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"Icon-02.webp\";}'),(1228,239,'_wp_attached_file','2023/06/Icon-03-scaled.webp'),(1229,239,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:27:\"2023/06/Icon-03-scaled.webp\";s:8:\"filesize\";i:67592;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Icon-03-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8186;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Icon-03-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26514;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Icon-03-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3728;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Icon-03-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19966;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Icon-03-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40118;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:22:\"Icon-03-2048x2048.webp\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53798;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:12:\"Icon-03.webp\";}'),(1238,241,'_wp_page_template','elementor_header_footer'),(1239,241,'_elementor_edit_mode','builder'),(1240,241,'_elementor_template_type','wp-page'),(1241,241,'_elementor_version','3.14.0'),(1242,241,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1243,241,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":228,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-2-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":229,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-4-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":230,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-3-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1244,241,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1245,242,'_wp_page_template','elementor_header_footer'),(1246,242,'_elementor_edit_mode','builder'),(1247,242,'_elementor_template_type','wp-page'),(1248,242,'_elementor_version','3.14.0'),(1249,242,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1250,242,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":228,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-2-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":229,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-4-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"23\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"28\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"57\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":230,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-3-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1251,242,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1252,243,'_wp_page_template','elementor_header_footer'),(1253,243,'_elementor_edit_mode','builder'),(1254,243,'_elementor_template_type','wp-page'),(1255,243,'_elementor_version','3.14.0'),(1256,243,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1257,243,'_elementor_data','[{\"id\":\"7e3776fe\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"80\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"reverse_order_mobile\":\"reverse-mobile\"},\"elements\":[{\"id\":\"36b141e6\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":51.603999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"_inline_size_tablet\":60,\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"80\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\"},\"elements\":[{\"id\":\"3832189c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":228,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-2-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_z_index\":0,\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-251,\"unit\":\"px\"},\"_offset_y\":{\"size\":-108,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":322},\"_offset_x_tablet\":{\"size\":-153,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-98,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-434,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"73c5b13\",\"elType\":\"widget\",\"settings\":{\"title\":\"Love Yourself With Beauty Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":4,\"sizes\":[]},\"typography_font_weight\":\"500\",\"header_size\":\"h1\",\"align_mobile\":\"center\",\"_z_index\":1,\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3d652008\",\"elType\":\"widget\",\"settings\":{\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"2444c647\",\"elType\":\"widget\",\"settings\":{\"text\":\"Book Now\",\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\",\"button_background_hover_color\":\"#FDFDFD\",\"button_hover_border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"4f1ed97c\",\"elType\":\"widget\",\"settings\":{\"text\":\"Login Now\",\"__globals__\":{\"button_text_color\":\"\",\"background_color\":\"globals\\/colors?id=cfd96a7\",\"hover_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"\"},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_element_width\":\"auto\",\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"button_text_color\":\"#EF529D\",\"background_color\":\"#02010100\",\"hover_color\":\"#FFFFFF\",\"button_background_hover_color\":\"#EF529D\",\"border_border\":\"solid\",\"border_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false},{\"id\":\"1652c55e\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":48.396000000000001,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":40,\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"679a83ae\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":74.391000000000005},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":69},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":-33,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":223,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":92,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":47,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3bab032c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":43.390999999999998},\"_position\":\"absolute\",\"_offset_x_tablet\":{\"size\":194,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":16,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-59,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":39,\"unit\":\"px\"},\"hide_desktop\":\"hidden-desktop\",\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"2301ec32\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"21\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\"},\"align\":\"left\",\"width\":{\"unit\":\"%\",\"size\":74,\"sizes\":[]},\"_z_index\":1,\"width_tablet\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"align_mobile\":\"center\",\"width_mobile\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6f889f1c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"27\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4616fdf\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":700.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-50,\"unit\":\"px\"},\"_offset_y\":{\"size\":59,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":395.5},\"_offset_x_tablet\":{\"size\":-103,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":129,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":335.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":124,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1915dcad\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"-20\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"structure\":\"30\",\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"194434cb\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"1945a852\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"39\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4607-Massage-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5042af42\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Treatment\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3c790d53\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"62fb903f\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"11db6ff0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"49\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4606-Mask-on-Face-1.png\"},\"width\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72ba4980\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Treatment\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"455d80c1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"5fc13f6c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"7daeaac4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"35\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/4625-Floating-Flowers.png\"},\"width\":{\"unit\":\"%\",\"size\":21,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":16,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"1d55ad06\",\"elType\":\"widget\",\"settings\":{\"title\":\"Relaxtions\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_typography\":\"globals\\/typography?id=accent\"}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"565f05b0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.<\\/p>\",\"align\":\"center\",\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"423ac0b4\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"1db5b7b4\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":52.927,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"d713bc3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.64000000000000001,\"sizes\":[]},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_x\":{\"size\":-32,\"unit\":\"px\"},\"_offset_y\":{\"size\":-16,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-13,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":55,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":0,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-14,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"739dc21f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":229,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-4-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":315},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-162,\"unit\":\"px\"},\"_offset_y\":{\"size\":1,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":219},\"_offset_x_mobile\":{\"size\":-137,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-95,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"513f0fcb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"31\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-massage-in-spa-salon-SDSUDMU.jpg\"},\"_z_index\":1,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_position\":\"center left\",\"align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"78624c33\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":47.027000000000001,\"background_background\":\"classic\",\"background_image\":{\"url\":\"\",\"id\":\"\",\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position\":\"center\",\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"4bcfcfd1\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"15\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":118.71899999999999},\"_position\":\"absolute\",\"_offset_x\":{\"size\":516,\"unit\":\"px\"},\"_offset_y\":{\"size\":364,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":62.719000000000001},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":44.719000000000001},\"_offset_x_tablet\":{\"size\":262,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":235,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-55,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-24,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3dc08248\",\"elType\":\"widget\",\"settings\":{\"title\":\"Esseine Story\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"58a8b5d8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<\\/p>\",\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":800},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3b409fb8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"animation_delay\":1000},\"elements\":[{\"id\":\"387b4c51\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"3489b8d8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":75,\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\",\"typography_title_typography\":\"globals\\/typography?id=1473676\"}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true},{\"id\":\"613bca1\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"background_background\":\"classic\",\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":4,\"vertical\":5,\"blur\":10,\"spread\":0,\"color\":\"rgba(212, 212, 212, 0.24)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_mobile\":50,\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"75aa182d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Cool Number\",\"_background_background\":\"classic\",\"ending_number\":68,\"typography_title_typography\":\"custom\",\"typography_title_font_family\":\"Marcellus\",\"typography_title_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_title_font_weight\":\"400\",\"__globals__\":{\"typography_number_typography\":\"globals\\/typography?id=secondary\",\"number_color\":\"globals\\/colors?id=30e5369\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"typography_title_font_size_tablet\":{\"unit\":\"rem\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"counter\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"6a739cca\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_attachment\":\"fixed\",\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"1727df4a\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"20\",\"bottom\":\"20\",\"left\":\"20\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6bb3dc4e\",\"elType\":\"widget\",\"settings\":{\"title\":\"Subscribe To Our Newsletter\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\"},\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2450d133\",\"elType\":\"widget\",\"settings\":{\"mf_form_id\":\"110***1632886412222\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"metform\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"1f5c3175\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"71a969f7\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"7d0dbc7d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Best Treatment\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"57d6716a\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"15231f94\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"590a98f7\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":237,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-5-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6feca882\",\"elType\":\"widget\",\"settings\":{\"title\":\"Body Message\",\"align\":\"center\",\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"77e7a170\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3f0123e\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"68ba715\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":12,\"blur\":17,\"spread\":7,\"color\":\"rgba(230, 230, 230, 0.21)\"},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"15\",\"bottom\":\"0\",\"left\":\"15\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6cbaf844\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":238,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-02-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"618f8c1b\",\"elType\":\"widget\",\"settings\":{\"title\":\"Face Facial\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6aad6ea2\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"364fa288\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"1794f582\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_hover_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"2\",\"left\":\"0\",\"isLinked\":false},\"border_radius_hover\":{\"unit\":\"px\",\"top\":\"15\",\"right\":\"15\",\"bottom\":\"15\",\"left\":\"15\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"20\",\"bottom\":\"30\",\"left\":\"20\",\"isLinked\":false},\"__globals__\":{\"border_hover_color\":\"globals\\/colors?id=secondary\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"11\",\"bottom\":\"30\",\"left\":\"11\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1200},\"elements\":[{\"id\":\"3a61b2cb\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":239,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-03-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":17,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"485f5721\",\"elType\":\"widget\",\"settings\":{\"title\":\"Sauna\",\"align\":\"center\",\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5b87342f\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3363f60d\",\"elType\":\"widget\",\"settings\":{\"text\":\"Learn More\",\"align\":\"center\",\"selected_icon\":{\"value\":\"fas fa-long-arrow-alt-right\",\"library\":\"fa-solid\"},\"icon_align\":\"right\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"globals\\/colors?id=30e5369\",\"button_text_color\":\"\",\"hover_color\":\"globals\\/colors?id=secondary\"},\"button_text_color\":\"#EF529D\",\"background_color\":\"#FFFFFF\",\"hover_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7410c9e8\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"-21\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"39323a6f\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"bottom\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":55,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2fb18aa0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"97\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\"},\"align\":\"left\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-21\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"40\",\"isLinked\":false},\"_z_index\":1,\"align_tablet\":\"left\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width_mobile\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"hide_mobile\":\"hidden-mobile\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"6907fb0c\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"105\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\"},\"_z_index_mobile\":1,\"hide_desktop\":\"hidden-desktop\",\"hide_tablet\":\"hidden-tablet\"},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7e17743a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":230,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-3-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":228},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-115,\"unit\":\"px\"},\"_offset_y\":{\"size\":51,\"unit\":\"px\"},\"_element_width_mobile\":\"initial\",\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":109},\"_offset_x_tablet\":{\"size\":-84,\"unit\":\"px\"},\"_offset_x_mobile\":{\"size\":-38,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-15,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-50,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"5a18f0a3\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"22\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-in-the-background-4BT6SD5.jpg\"},\"opacity\":{\"unit\":\"px\",\"size\":0.5,\"sizes\":[]},\"_margin\":{\"unit\":\"px\",\"top\":\"-402\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_z_index\":0,\"_mask_switch\":\"yes\",\"_mask_shape\":\"blob\",\"_mask_size\":\"cover\",\"_mask_position\":\"top center\",\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-300\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-254\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false},{\"id\":\"1e7d0dbb\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"content_position\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"50\",\"isLinked\":false},\"_inline_size_tablet\":45,\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"66a7f6b4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Beauty Services Are Our Priority\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align_mobile\":\"center\",\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":500,\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"55a93fc6\",\"elType\":\"widget\",\"settings\":{\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":700},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6ece1f4b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Body Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":88,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":900,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"title_shadow_text_shadow_type\":\"yes\",\"title_shadow_text_shadow\":{\"horizontal\":0,\"vertical\":0,\"blur\":10,\"color\":\"rgba(0, 0, 0, 0.3)\"}},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"25449384\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Face Treatment\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":95,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1000,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"},{\"id\":\"3f04bdbc\",\"elType\":\"widget\",\"settings\":{\"title\":\"\",\"inner_text\":\"Relaxtions\",\"bar_height\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"bar_border_radius\":{\"unit\":\"px\",\"size\":19,\"sizes\":[]},\"_border_border\":\"solid\",\"_border_color\":\"#D59999\",\"_border_radius\":{\"unit\":\"px\",\"top\":\"19\",\"right\":\"19\",\"bottom\":\"19\",\"left\":\"19\",\"isLinked\":true},\"percent\":{\"unit\":\"%\",\"size\":79,\"sizes\":[]},\"__globals__\":{\"bar_color\":\"globals\\/colors?id=accent\",\"bar_bg_color\":\"\",\"bar_inline_color\":\"\",\"title_color\":\"globals\\/colors?id=secondary\"},\"_animation\":\"fadeInRight\",\"animation_duration\":\"slow\",\"_animation_delay\":1100,\"bar_color\":\"#FFF0F3\",\"bar_bg_color\":\"#EF529D\",\"bar_inline_color\":\"#EF529D\",\"title_color\":\"#D59999\"},\"elements\":[],\"widgetType\":\"progress\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"680d5bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"4efd95ce\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#FFFFFF\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_position_tablet\":\"center\",\"border_width_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"1c640ca4\",\"elType\":\"widget\",\"settings\":{\"title\":\"We are here to help you.\",\"align\":\"right\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"80\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"_animation\":\"fadeInLeft\",\"animation_duration\":\"slow\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"44d3f279\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeInRight\",\"animation_duration\":\"slow\"},\"elements\":[{\"id\":\"2d7c6862\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.<\\/p>\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"130\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"29fa85c4\",\"elType\":\"widget\",\"settings\":{\"text\":\"Get Information\",\"border_border\":\"solid\",\"__globals__\":{\"border_color\":\"globals\\/colors?id=30e5369\",\"button_background_hover_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"background_color\":\"#EF529D\",\"hover_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":false}],\"isInner\":false},{\"id\":\"4651028e\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"a567c60\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"710eefc8\",\"elType\":\"widget\",\"settings\":{\"title\":\"The Esseine Beauty Team\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"be0c523\",\"elType\":\"section\",\"settings\":{\"structure\":\"30\",\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"d63dc78\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500},\"elements\":[{\"id\":\"5964411a\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"550dec9e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"80\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"7ec73901\",\"elType\":\"widget\",\"settings\":{\"title\":\"Leona Daleyza \",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=accent\",\"title_color\":\"\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"26858bc7\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5f79988e\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"4146e9e3\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"61cb036c\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"0\",\"left\":\"10\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":800},\"elements\":[{\"id\":\"6871bf94\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center right\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"4bae06f4\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"92\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"72190f0d\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celine Azaleya\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"193be58c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6156fd15\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"3df19a82\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"4ab61a9d\",\"elType\":\"column\",\"settings\":{\"_column_size\":33,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":1100},\"elements\":[{\"id\":\"3d3b02a9\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"17\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-setting-GTFJWQ4.jpg\"},\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"opacity\":{\"unit\":\"px\",\"size\":0.37,\"sizes\":[]},\"_mask_position\":\"center left\",\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"13b254e5\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":\"104\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg\"},\"hover_animation\":\"hang\",\"_mask_switch\":\"yes\",\"_mask_shape\":\"custom\",\"_margin\":{\"unit\":\"px\",\"top\":\"-242\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"-145\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"-200\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_mask_image\":{\"id\":\"20\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/blob-3.png\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"3f050f44\",\"elType\":\"widget\",\"settings\":{\"title\":\"Emilie Koreina\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"title_color\":\"\",\"typography_typography\":\"globals\\/typography?id=accent\"},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"title_color\":\"#EF529D\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]},\"typography_font_weight\":\"500\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"59749126\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Beautician<\\/p>\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"text_color\":\"\"},\"_margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"text_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"62c45e84\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.<\\/p>\",\"align\":\"center\",\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"30\",\"bottom\":\"0\",\"left\":\"30\",\"isLinked\":false},\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-20\",\"left\":\"0\",\"isLinked\":false},\"_padding_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"5\",\"isLinked\":false},\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"50\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"18b5ec3c\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"7b93544\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"59a7096\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"38d5c63\"}],\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.20000000000000001,\"sizes\":[]},\"__globals__\":{\"icon_secondary_color\":\"\",\"icon_primary_color\":\"globals\\/colors?id=cfd96a7\"},\"icon_primary_color\":\"#02010100\",\"icon_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"36e68695\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"background_image\":{\"id\":\"14\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/spa-settings-on-pink-background-PNTV8L5.jpg\"},\"background_position\":\"center center\",\"background_attachment\":\"fixed\",\"background_repeat\":\"no-repeat\",\"background_size\":\"cover\",\"background_overlay_background\":\"classic\",\"background_overlay_opacity\":{\"unit\":\"px\",\"size\":0.59999999999999998,\"sizes\":[]},\"__globals__\":{\"background_overlay_color\":\"\"},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false},\"background_overlay_color\":\"#EF529D\"},\"elements\":[{\"id\":\"277efba\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"100\",\"bottom\":\"100\",\"left\":\"100\",\"isLinked\":false},\"background_background\":\"classic\",\"__globals__\":{\"background_color\":\"globals\\/colors?id=b82d03e\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"50\",\"bottom\":\"50\",\"left\":\"50\",\"isLinked\":true},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true},\"animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"animation_delay\":500,\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"6847cce8\",\"elType\":\"widget\",\"settings\":{\"title\":\"What Clients Say\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":3.2000000000000002,\"sizes\":[]},\"typography_font_weight\":\"500\",\"align\":\"center\",\"title_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c907bf\",\"elType\":\"section\",\"settings\":{\"structure\":\"20\",\"margin\":{\"unit\":\"px\",\"top\":\"30\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"61559c69\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"40\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"25\",\"bottom\":\"0\",\"left\":\"25\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"74e54eee\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":36.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":-58,\"unit\":\"px\"},\"_offset_y\":{\"size\":-15,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":-48,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-6,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":33.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":27.5},\"_offset_x_mobile\":{\"size\":-21,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":-11,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"18e5bf06\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":214,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Icon-01-scaled.webp\",\"alt\":\"\",\"source\":\"library\",\"size\":\"\"},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"px\",\"size\":35.5},\"_position\":\"absolute\",\"_offset_x\":{\"size\":451,\"unit\":\"px\"},\"_offset_y\":{\"size\":-14,\"unit\":\"px\"},\"_offset_x_tablet\":{\"size\":278,\"unit\":\"px\"},\"_offset_y_tablet\":{\"size\":-3,\"unit\":\"px\"},\"_element_width_tablet\":\"initial\",\"_element_width_mobile\":\"initial\",\"_element_custom_width_tablet\":{\"unit\":\"px\",\"size\":30.5},\"_element_custom_width_mobile\":{\"unit\":\"px\",\"size\":28.5},\"_offset_x_mobile\":{\"size\":-17,\"unit\":\"px\"},\"_offset_y_mobile\":{\"size\":229,\"unit\":\"px\"}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"351bd92b\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"86\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-sleep-7DRHLVJ-1.jpg\"},\"testimonial_name\":\"Maresha\",\"testimonial_job\":\"CEO\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true},{\"id\":\"d9aa357\",\"elType\":\"column\",\"settings\":{\"_column_size\":50,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"60\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"50\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"472c6b5f\",\"elType\":\"widget\",\"settings\":{\"testimonial_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\",\"testimonial_image\":{\"id\":\"90\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\"},\"testimonial_name\":\"Marlina\",\"testimonial_job\":\"Vlogger\",\"testimonial_alignment\":\"left\",\"content_content_color\":\"#EF529D\",\"name_text_color\":\"#EF529D\",\"name_typography_typography\":\"custom\",\"name_typography_font_family\":\"Marcellus\",\"name_typography_font_size\":{\"unit\":\"em\",\"size\":1.3,\"sizes\":[]},\"name_typography_font_weight\":\"500\",\"__globals__\":{\"job_typography_typography\":\"globals\\/typography?id=text\",\"content_typography_typography\":\"globals\\/typography?id=text\",\"job_text_color\":\"\"},\"image_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"testimonial_alignment_mobile\":\"center\",\"content_typography_typography\":\"custom\",\"content_typography_font_family\":\"Sarabun\",\"content_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"content_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"content_typography_font_weight\":\"400\",\"job_text_color\":\"#EF529D\",\"job_typography_typography\":\"custom\",\"job_typography_font_family\":\"Sarabun\",\"job_typography_font_size\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"job_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":0.875,\"sizes\":[]},\"job_typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"testimonial\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}],\"isInner\":false},{\"id\":\"7c4f297c\",\"elType\":\"section\",\"settings\":{\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"100\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"100\",\"left\":\"30\",\"isLinked\":false},\"margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"100\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"5765618\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_radius\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true}},\"elements\":[{\"id\":\"2d6a1511\",\"elType\":\"widget\",\"settings\":{\"eael_img_accordions\":[{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"111\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg\"},\"_id\":\"f1de3af\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"117\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/relaxing-spa-procedure-YWFXDHM.jpg\"},\"_id\":\"29de6f6\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"118\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg\"},\"_id\":\"55aa751\"},{\"eael_accordion_tittle\":\"\",\"eael_accordion_content\":\"\",\"eael_accordion_bg\":{\"id\":\"122\",\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/beauty-treatment-in-spa-8KRHVMY.jpg\"},\"_id\":\"1fcc14c\"}],\"eael_accordion_height\":\"400\",\"eael_accordion_title_typography_typography\":\"custom\",\"eael_accordion_title_typography_font_family\":\"Marcellus\",\"eael_accordion_title_typography_font_size\":{\"unit\":\"em\",\"size\":1.5,\"sizes\":[]},\"eael_accordion_title_typography_font_weight\":\"500\",\"__globals__\":{\"eael_accordion_title_typography_typography\":\"globals\\/typography?id=accent\",\"eael_accordion_img_overlay_color\":\"globals\\/colors?id=158c32f\",\"eael_accordion_img_hover_color\":\"\"},\"_animation\":\"fadeIn\",\"animation_duration\":\"slow\",\"eael_accordion_border_radius\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"eael_accordion_img_overlay_color\":\"#D5999940\",\"eael_accordion_img_hover_color\":\"#EF529D52\",\"eael_accordion_title_typography_font_size_tablet\":{\"unit\":\"rem\",\"size\":1.3,\"sizes\":[]},\"eael_accordion_title_typography_font_size_mobile\":{\"unit\":\"rem\",\"size\":1.2549999999999999,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"eael-image-accordion\"}],\"isInner\":false}],\"isInner\":false}]'),(1258,243,'_elementor_page_assets','a:1:{s:6:\"styles\";a:34:{i:0;s:12:\"e-animations\";i:1;s:12:\"e-animations\";i:2;s:12:\"e-animations\";i:3;s:12:\"e-animations\";i:4;s:12:\"e-animations\";i:5;s:12:\"e-animations\";i:6;s:12:\"e-animations\";i:7;s:12:\"e-animations\";i:8;s:12:\"e-animations\";i:9;s:12:\"e-animations\";i:10;s:12:\"e-animations\";i:11;s:12:\"e-animations\";i:12;s:12:\"e-animations\";i:13;s:12:\"e-animations\";i:14;s:12:\"e-animations\";i:15;s:12:\"e-animations\";i:16;s:12:\"e-animations\";i:17;s:12:\"e-animations\";i:18;s:12:\"e-animations\";i:19;s:12:\"e-animations\";i:20;s:12:\"e-animations\";i:21;s:12:\"e-animations\";i:22;s:12:\"e-animations\";i:23;s:12:\"e-animations\";i:24;s:12:\"e-animations\";i:25;s:12:\"e-animations\";i:26;s:12:\"e-animations\";i:27;s:12:\"e-animations\";i:28;s:12:\"e-animations\";i:29;s:12:\"e-animations\";i:30;s:12:\"e-animations\";i:31;s:12:\"e-animations\";i:32;s:12:\"e-animations\";i:33;s:12:\"e-animations\";}}'),(1261,247,'_sln_service_price','15'),(1262,247,'_sln_service_unit','3'),(1263,247,'_sln_service_order','0'),(1264,248,'_sln_service_price','10.11'),(1265,248,'_sln_service_unit','2'),(1266,248,'_sln_service_duration','00:30'),(1267,248,'_sln_service_secondary',''),(1268,248,'_sln_service_notav_from','11'),(1269,248,'_sln_service_notav_to','15'),(1270,248,'_sln_service_order','0'),(1271,249,'_sln_service_price','29.99'),(1272,249,'_sln_service_unit','2'),(1273,249,'_sln_service_duration','01:00'),(1274,249,'_sln_service_secondary','1'),(1275,249,'_sln_service_notav_from','11'),(1276,249,'_sln_service_notav_to','15'),(1277,249,'_sln_service_order','0'),(1278,253,'_sln_booking_services','a:0:{}'),(1279,253,'_sln_booking_services_processed','1'),(1280,253,'_sln_booking_duration','00:30'),(1281,253,'_sln_calendar_attendants_events_id','a:0:{}'),(1283,254,'_wp_page_template','elementor_canvas'),(1284,254,'_elementor_edit_mode','builder'),(1285,254,'_elementor_template_type','wp-post'),(1286,254,'_elementor_version','3.14.0'),(1287,254,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1288,254,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_primary_color\":\"#EF529D\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1289,254,'_elementor_page_assets','a:0:{}'),(1291,255,'_wp_page_template','elementor_canvas'),(1292,255,'_elementor_edit_mode','builder'),(1293,255,'_elementor_template_type','wp-post'),(1294,255,'_elementor_version','3.14.0'),(1295,255,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1296,255,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_primary_color\":\"#EF529D\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Riverside Building, County Hall, London SE1 7PB, United Kingdom\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1297,255,'_elementor_page_assets','a:0:{}'),(1299,256,'_wp_page_template','elementor_canvas'),(1300,256,'_elementor_edit_mode','builder'),(1301,256,'_elementor_template_type','wp-post'),(1302,256,'_elementor_version','3.14.0'),(1303,256,'_elementor_page_settings','a:1:{s:18:\"eael_ext_toc_title\";s:17:\"Table of Contents\";}'),(1304,256,'_elementor_data','[{\"id\":\"5515e76\",\"elType\":\"section\",\"settings\":{\"background_background\":\"classic\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"0\",\"bottom\":\"50\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"background_color\":\"\"},\"padding_tablet\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"30\",\"bottom\":\"50\",\"left\":\"30\",\"isLinked\":false},\"padding_mobile\":{\"unit\":\"px\",\"top\":\"100\",\"right\":\"20\",\"bottom\":\"50\",\"left\":\"20\",\"isLinked\":false},\"background_color\":\"#EF529D\"},\"elements\":[{\"id\":\"e7f832\",\"elType\":\"column\",\"settings\":{\"_column_size\":100,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"3cde1e0\",\"elType\":\"section\",\"settings\":{\"structure\":\"40\"},\"elements\":[{\"id\":\"f1fd7c1\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":null,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6e651ee0\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":151,\"url\":\"https:\\/\\/noha.in8.cdn-alpha.com\\/wp-content\\/uploads\\/2023\\/06\\/Noha-International.png\",\"alt\":\"Noha International\",\"source\":\"library\",\"size\":\"\"},\"align\":\"left\",\"align_mobile\":\"center\",\"width\":{\"unit\":\"%\",\"size\":66,\"sizes\":[]},\"width_tablet\":{\"unit\":\"%\",\"size\":73,\"sizes\":[]},\"width_mobile\":{\"unit\":\"%\",\"size\":54,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"image\"},{\"id\":\"139517ff\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"802b9f0\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"0afbf97\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"ec310cc\"}],\"shape\":\"circle\",\"align\":\"left\",\"icon_color\":\"custom\",\"icon_size\":{\"unit\":\"px\",\"size\":22,\"sizes\":[]},\"icon_padding\":{\"unit\":\"em\",\"size\":0.29999999999999999,\"sizes\":[]},\"__globals__\":{\"icon_primary_color\":\"\"},\"align_mobile\":\"center\",\"icon_size_tablet\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_size_mobile\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"icon_primary_color\":\"#EF529D\",\"hover_primary_color\":\"#FFFFFF\",\"hover_secondary_color\":\"#EF529D\"},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"268ef033\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":22.527000000000001,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b57eca6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Home\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2a420727\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"70685153\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":20.817,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":20,\"padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"40\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"6b70d719\",\"elType\":\"widget\",\"settings\":{\"title\":\"Services\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7f4b71fa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"About Us\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"95e4c0c\"},{\"text\":\"Services\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"beaefd5\"},{\"text\":\"Pricing\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"bc0fa92\"},{\"_id\":\"bc05d2e\",\"text\":\"Package\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"}}],\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"6f7f0e5\",\"elType\":\"column\",\"settings\":{\"_column_size\":25,\"_inline_size\":31.655999999999999,\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_inline_size_tablet\":30},\"elements\":[{\"id\":\"17bd195a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Marcellus\",\"typography_font_size\":{\"unit\":\"em\",\"size\":1.2,\"sizes\":[]},\"typography_font_weight\":\"500\",\"typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=d6ab604\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"align_mobile\":\"center\",\"_margin_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"-10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"78218c72\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"227, 228 D-mall, Shakti Khand-2, Indirapuram Ghaziabad-201014\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"57d6461\"},{\"text\":\"+375(76) 878-76-76<br>contact@esseine.com\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"4baaf7d\"}],\"space_between\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"__globals__\":{\"text_color\":\"globals\\/colors?id=30e5369\"},\"icon_align_mobile\":\"center\",\"_padding_mobile\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"63719ff\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a9 2023 Noha International \\u2022 All Rights Reserved\",\"align\":\"center\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_padding\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"__globals__\":{\"typography_typography\":\"globals\\/typography?id=897f75f\",\"title_color\":\"globals\\/colors?id=30e5369\"},\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false}],\"isInner\":false}]'),(1305,256,'_elementor_page_assets','a:0:{}'),(1308,257,'_wp_attached_file','2023/06/gen_logo.png'),(1309,257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4160;s:6:\"height\";i:1764;s:4:\"file\";s:20:\"2023/06/gen_logo.png\";s:8:\"filesize\";i:73302;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"gen_logo-300x127.png\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11520;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"gen_logo-1024x434.png\";s:5:\"width\";i:1024;s:6:\"height\";i:434;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47817;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"gen_logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8710;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"gen_logo-768x326.png\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34360;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"gen_logo-1536x651.png\";s:5:\"width\";i:1536;s:6:\"height\";i:651;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75313;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"gen_logo-2048x868.png\";s:5:\"width\";i:2048;s:6:\"height\";i:868;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102595;}s:12:\"sln_gen_logo\";a:5:{s:4:\"file\";s:19:\"gen_logo-160x68.png\";s:5:\"width\";i:160;s:6:\"height\";i:68;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5513;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(1318,9,'_elementor_css','a:6:{s:4:\"time\";i:1694580401;s:5:\"fonts\";a:3:{i:0;s:9:\"Marcellus\";i:2;s:7:\"Sarabun\";i:9;s:6:\"Roboto\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1319,139,'_elementor_css','a:6:{s:4:\"time\";i:1694580401;s:5:\"fonts\";a:1:{i:0;s:9:\"Marcellus\";}s:5:\"icons\";a:3:{i:0;s:0:\"\";i:2;s:8:\"fa-solid\";i:6;s:9:\"fa-brands\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1320,141,'_elementor_css','a:6:{s:4:\"time\";i:1694580401;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),(1321,148,'_elementor_css','a:6:{s:4:\"time\";i:1694580402;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:2:{i:0;s:9:\"fa-brands\";i:3;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
/*!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 COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(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=258 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-06-20 07:06:35','2023-06-20 07:06:35','<!-- 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-06-20 07:06:35','2023-06-20 07:06:35','',0,'https://noha.in8.cdn-alpha.com/?p=1',0,'post','',1),(2,1,'2023-06-20 07:06:35','2023-06-20 07:06:35','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://noha.in8.cdn-alpha.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2023-06-20 07:06:35','2023-06-20 07:06:35','',0,'https://noha.in8.cdn-alpha.com/?page_id=2',0,'page','',0),(3,1,'2023-06-20 07:06:35','2023-06-20 07:06:35','<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://noha.in8.cdn-alpha.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&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p><!-- /wp:paragraph --><!-- wp:paragraph --><p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->','Privacy Policy','','draft','closed','open','','privacy-policy','','','2023-06-20 07:06:35','2023-06-20 07:06:35','',0,'https://noha.in8.cdn-alpha.com/?page_id=3',0,'page','',0),(4,1,'2023-06-20 07:07:05','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2023-06-20 07:07:05','0000-00-00 00:00:00','',0,'https://noha.in8.cdn-alpha.com/?p=4',0,'post','',0),(5,1,'2023-06-20 12:43:13','2023-06-20 07:13:13','','Default Kit','','publish','closed','closed','','default-kit','','','2023-06-20 12:43:13','2023-06-20 07:13:13','',0,'https://noha.in8.cdn-alpha.com/?p=5',0,'elementor_library','',0),(6,1,'2023-06-21 14:10:07','2023-06-21 08:40:07','https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/pur-wellness-spa-wordpress-theme-2023-05-10-12-24-18-utc.zip','pur-wellness-spa-wordpress-theme-2023-05-10-12-24-18-utc.zip','','private','open','closed','','pur-wellness-spa-wordpress-theme-2023-05-10-12-24-18-utc-zip','','','2023-06-21 14:10:07','2023-06-21 08:40:07','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/pur-wellness-spa-wordpress-theme-2023-05-10-12-24-18-utc.zip',0,'attachment','',0),(8,1,'2023-06-21 14:15:28','2023-06-21 08:45:28','','Esseine','','publish','closed','closed','','esseine','','','2023-06-21 14:15:28','2023-06-21 08:45:28','',0,'https://noha.in8.cdn-alpha.com/?envato_tk_import=esseine',0,'envato_tk_import','',0),(9,1,'2023-06-21 14:25:30','2023-06-21 08:55:30','','Kit Styles: Esseine','','publish','closed','closed','','global-kit-styles','','','2023-06-21 14:55:36','2023-06-21 09:25:36','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=global-kit-styles',0,'elementor_library','',0),(10,1,'2023-06-21 14:25:31','2023-06-21 08:55:31','','Global Kit Styles','','inherit','closed','closed','','9-revision-v1','','','2023-06-21 14:25:31','2023-06-21 08:55:31','',9,'https://noha.in8.cdn-alpha.com/?p=10',0,'revision','',0),(11,1,'2023-06-21 14:25:32','2023-06-21 08:55:32','','Global Kit Styles','','inherit','closed','closed','','9-revision-v1','','','2023-06-21 14:25:32','2023-06-21 08:55:32','',9,'https://noha.in8.cdn-alpha.com/?p=11',0,'revision','',0),(12,1,'2023-06-21 14:25:32','2023-06-21 08:55:32','','Kit Styles: Esseine','','inherit','closed','closed','','9-revision-v1','','','2023-06-21 14:25:32','2023-06-21 08:55:32','',9,'https://noha.in8.cdn-alpha.com/?p=12',0,'revision','',0),(13,1,'2023-06-21 14:25:33','2023-06-21 08:55:33','','jasmine-flowers-white-1.1-Converted.png','','inherit','','closed','','jasmine-flowers-white-1-1-converted-png','','','2023-06-21 14:25:33','2023-06-21 08:55:33','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png',0,'attachment','image/png',0),(14,1,'2023-06-21 14:25:35','2023-06-21 08:55:35','','spa-settings-on-pink-background-PNTV8L5.jpg','','inherit','','closed','','spa-settings-on-pink-background-pntv8l5-jpg','','','2023-06-21 14:25:35','2023-06-21 08:55:35','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-settings-on-pink-background-PNTV8L5.jpg',0,'attachment','image/jpeg',0),(15,1,'2023-06-21 14:25:36','2023-06-21 08:55:36','','elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png','','inherit','','closed','','elements-line-drawing-white-jasmine-flower-illustrations-ff57e82-2020-06-29-2-png','','','2023-06-21 14:25:36','2023-06-21 08:55:36','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png',0,'attachment','image/png',0),(16,1,'2023-06-21 14:25:38','2023-06-21 08:55:38','','Artboard-24.png','','inherit','','closed','','artboard-24-png','','','2023-06-21 14:25:38','2023-06-21 08:55:38','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png',0,'attachment','image/png',0),(17,1,'2023-06-21 14:25:38','2023-06-21 08:55:38','','spa-setting-GTFJWQ4.jpg','','inherit','','closed','','spa-setting-gtfjwq4-jpg','','','2023-06-21 14:25:38','2023-06-21 08:55:38','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg',0,'attachment','image/jpeg',0),(18,1,'2023-06-21 14:25:39','2023-06-21 08:55:39','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-7-png','','','2023-06-21 14:25:39','2023-06-21 08:55:39','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png',0,'attachment','image/png',0),(19,1,'2023-06-21 14:25:40','2023-06-21 08:55:40','','Artboard-8.png','','inherit','','closed','','artboard-8-png','','','2023-06-21 14:25:40','2023-06-21 08:55:40','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png',0,'attachment','image/png',0),(20,1,'2023-06-21 14:25:40','2023-06-21 08:55:40','','blob-3.png','','inherit','','closed','','blob-3-png','','','2023-06-21 14:25:40','2023-06-21 08:55:40','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/blob-3.png',0,'attachment','image/png',0),(21,1,'2023-06-21 14:25:40','2023-06-21 08:55:40','','portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png','','inherit','','closed','','portrait-beautiful-young-woman-with-clean-fresh-sk-7acxdqg-png','','','2023-06-21 14:25:40','2023-06-21 08:55:40','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png',0,'attachment','image/png',0),(22,1,'2023-06-21 14:25:41','2023-06-21 08:55:41','','spa-in-the-background-4BT6SD5.jpg','','inherit','','closed','','spa-in-the-background-4bt6sd5-jpg','','','2023-06-21 14:25:41','2023-06-21 08:55:41','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg',0,'attachment','image/jpeg',0),(23,1,'2023-06-21 14:25:41','2023-06-21 08:55:41','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-3-png','','','2023-06-21 14:25:41','2023-06-21 08:55:41','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png',0,'attachment','image/png',0),(24,1,'2023-06-21 14:25:42','2023-06-21 08:55:42','','Artboard-22.png','','inherit','','closed','','artboard-22-png','','','2023-06-21 14:25:42','2023-06-21 08:55:42','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png',0,'attachment','image/png',0),(25,1,'2023-06-21 14:25:43','2023-06-21 08:55:43','','jasmine-flowers-white-1.2-Converted.png','','inherit','','closed','','jasmine-flowers-white-1-2-converted-png','','','2023-06-21 14:25:43','2023-06-21 08:55:43','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png',0,'attachment','image/png',0),(26,1,'2023-06-21 14:25:43','2023-06-21 08:55:43','','beautiful-woman-at-spring-park-P4PZ4CT.jpg','','inherit','','closed','','beautiful-woman-at-spring-park-p4pz4ct-jpg','','','2023-06-21 14:25:43','2023-06-21 08:55:43','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT.jpg',0,'attachment','image/jpeg',0),(27,1,'2023-06-21 14:25:44','2023-06-21 08:55:44','','portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png','','inherit','','closed','','portrait-beautiful-young-woman-with-clean-fresh-sk-7acxdqg-1-png','','','2023-06-21 14:25:44','2023-06-21 08:55:44','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png',0,'attachment','image/png',0),(28,1,'2023-06-21 14:25:44','2023-06-21 08:55:44','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-2-png','','','2023-06-21 14:25:44','2023-06-21 08:55:44','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png',0,'attachment','image/png',0),(29,1,'2023-06-21 14:25:44','2023-06-21 08:55:44','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-8-png','','','2023-06-21 14:25:44','2023-06-21 08:55:44','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png',0,'attachment','image/png',0),(30,1,'2023-06-21 14:25:45','2023-06-21 08:55:45','','elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png','','inherit','','closed','','elements-line-drawing-white-jasmine-flower-illustrations-ff57e82-2020-06-29-1-png','','','2023-06-21 14:25:45','2023-06-21 08:55:45','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png',0,'attachment','image/png',0),(31,1,'2023-06-21 14:25:45','2023-06-21 08:55:45','','spa-massage-in-spa-salon-SDSUDMU.jpg','','inherit','','closed','','spa-massage-in-spa-salon-sdsudmu-jpg','','','2023-06-21 14:25:45','2023-06-21 08:55:45','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg',0,'attachment','image/jpeg',0),(32,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->','Contact Us','','publish','closed','closed','','contact-us','','','2023-06-21 14:25:49','2023-06-21 08:55:49','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=contact-us',0,'elementor_library','',0),(33,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','','jasmine-flowers-white-23.png','','inherit','','closed','','jasmine-flowers-white-23-png','','','2023-06-21 14:25:48','2023-06-21 08:55:48','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23.png',0,'attachment','image/png',0),(34,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-6-png','','','2023-06-21 14:25:48','2023-06-21 08:55:48','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png',0,'attachment','image/png',0),(35,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','','4625-Floating-Flowers.png','','inherit','','closed','','4625-floating-flowers-png','','','2023-06-21 14:25:48','2023-06-21 08:55:48','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png',0,'attachment','image/png',0),(36,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','','face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg','','inherit','','closed','','face-peeling-mask-spa-beauty-treatment-skincare-fnhbx4m-1-jpg','','','2023-06-21 14:25:48','2023-06-21 08:55:48','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg',0,'attachment','image/jpeg',0),(37,1,'2023-06-21 14:25:48','2023-06-21 08:55:48','','Contact Us','','inherit','closed','closed','','32-revision-v1','','','2023-06-21 14:25:48','2023-06-21 08:55:48','',32,'https://noha.in8.cdn-alpha.com/?p=37',0,'revision','',0),(38,1,'2023-06-21 14:25:49','2023-06-21 08:55:49','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->','Contact Us','','inherit','closed','closed','','32-revision-v1','','','2023-06-21 14:25:49','2023-06-21 08:55:49','',32,'https://noha.in8.cdn-alpha.com/?p=38',0,'revision','',0),(39,1,'2023-06-21 14:25:50','2023-06-21 08:55:50','','4607-Massage-1.png','','inherit','','closed','','4607-massage-1-png','','','2023-06-21 14:25:50','2023-06-21 08:55:50','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png',0,'attachment','image/png',0),(40,1,'2023-06-21 14:25:50','2023-06-21 08:55:50','','jasmine-flowers-white2.png','','inherit','','closed','','jasmine-flowers-white2-png','','','2023-06-21 14:25:50','2023-06-21 08:55:50','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2.png',0,'attachment','image/png',0),(41,1,'2023-06-21 14:25:51','2023-06-21 08:55:51','','jasmine-branch-white1.png','','inherit','','closed','','jasmine-branch-white1-png','','','2023-06-21 14:25:51','2023-06-21 08:55:51','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1.png',0,'attachment','image/png',0),(42,1,'2023-06-21 14:25:51','2023-06-21 08:55:51','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-9-png','','','2023-06-21 14:25:51','2023-06-21 08:55:51','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png',0,'attachment','image/png',0),(43,1,'2023-06-21 14:25:52','2023-06-21 08:55:52','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-5-png','','','2023-06-21 14:25:52','2023-06-21 08:55:52','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png',0,'attachment','image/png',0),(44,1,'2023-06-21 14:25:53','2023-06-21 08:55:53','','beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg','','inherit','','closed','','beautiful-woman-lying-on-massage-table-in-spa-pa3zzd3-jpg','','','2023-06-21 14:25:53','2023-06-21 08:55:53','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg',0,'attachment','image/jpeg',0),(45,1,'2023-06-21 14:25:53','2023-06-21 08:55:53','<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-940e2e1\"\n				name=\"mf-text\"\n				placeholder=\"${ parent.decodeEntities(`Name`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-text\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-text\"\n					as=${html``}\n					/>\n			<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-17cfd00d\"\n				name=\"mf-text\"\n				placeholder=\"${ parent.decodeEntities(`Contact`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-text\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-text\"\n					as=${html``}\n					/>\n			<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-3be76ea5\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n			<textarea id=\"mf-input-text-area-3b5c856\"\n				name=\"mf-textarea\" \n				placeholder=\"${ parent.decodeEntities(`Textarea`) } \"\n				cols=\"30\" rows=\"10\"\n									onInput=${ parent.handleChange }\n					aria-invalid=${validation.errors[\'mf-textarea\'] ? \'true\' : \'false\'}\n					ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n								></textarea>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-textarea\"\n					as=${html``}\n					/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Submit Button`) } \n				</button>','Contact Form','','publish','closed','closed','','contact-form','','','2023-06-21 14:25:54','2023-06-21 08:55:54','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=contact-form',0,'elementor_library','',0),(46,1,'2023-06-21 14:25:53','2023-06-21 08:55:53','','afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg','','inherit','','closed','','afro-woman-receiving-therapy-with-hot-stones-8k5xaqm-jpg','','','2023-06-21 14:25:53','2023-06-21 08:55:53','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg',0,'attachment','image/jpeg',0),(47,1,'2023-06-21 14:25:53','2023-06-21 08:55:53','<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-f56a081\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n							<button type=\"submit\" id=\"\">\n										${ parent.decodeEntities(``) } \n				</button>','Newsletter Form','','publish','closed','closed','','newsletter-form','','','2023-06-21 14:25:55','2023-06-21 08:55:55','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=newsletter-form',0,'elementor_library','',0),(48,1,'2023-06-21 14:25:53','2023-06-21 08:55:53','','Contact Form','','inherit','closed','closed','','45-revision-v1','','','2023-06-21 14:25:53','2023-06-21 08:55:53','',45,'https://noha.in8.cdn-alpha.com/?p=48',0,'revision','',0),(49,1,'2023-06-21 14:25:54','2023-06-21 08:55:54','','4606-Mask-on-Face-1.png','','inherit','','closed','','4606-mask-on-face-1-png','','','2023-06-21 14:25:54','2023-06-21 08:55:54','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png',0,'attachment','image/png',0),(50,1,'2023-06-21 14:25:54','2023-06-21 08:55:54','<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-940e2e1\"\n				name=\"mf-text\"\n				placeholder=\"${ parent.decodeEntities(`Name`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-text\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-text\"\n					as=${html``}\n					/>\n			<input\n				type=\"text\"\n				class=\"mf-input \"\n				id=\"mf-input-text-17cfd00d\"\n				name=\"mf-text\"\n				placeholder=\"${ parent.decodeEntities(`Contact`) } \"\n									onInput=${parent.handleChange}\n					onBlur=${parent.handleChange}\n					aria-invalid=${validation.errors[\'mf-text\'] ? \'true\' : \'false\'}\n					ref=${el =>{\n												parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)\n					}}\n								/>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-text\"\n					as=${html``}\n					/>\n			<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-3be76ea5\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n			<textarea id=\"mf-input-text-area-3b5c856\"\n				name=\"mf-textarea\" \n				placeholder=\"${ parent.decodeEntities(`Textarea`) } \"\n				cols=\"30\" rows=\"10\"\n									onInput=${ parent.handleChange }\n					aria-invalid=${validation.errors[\'mf-textarea\'] ? \'true\' : \'false\'}\n					ref=${ el => parent.activateValidation({\"message\":\"This field is required.\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n								></textarea>\n							<${validation.ErrorMessage}\n					errors=${validation.errors}\n					name=\"mf-textarea\"\n					as=${html``}\n					/>\n							<button type=\"submit\" id=\"\">\n					${ parent.decodeEntities(`Submit Button`) } \n				</button>','Contact Form','','inherit','closed','closed','','45-revision-v1','','','2023-06-21 14:25:54','2023-06-21 08:55:54','',45,'https://noha.in8.cdn-alpha.com/?p=50',0,'revision','',0),(51,1,'2023-06-21 14:25:54','2023-06-21 08:55:54','','Newsletter Form','','inherit','closed','closed','','47-revision-v1','','','2023-06-21 14:25:54','2023-06-21 08:55:54','',47,'https://noha.in8.cdn-alpha.com/?p=51',0,'revision','',0),(52,1,'2023-06-21 14:25:55','2023-06-21 08:55:55','<input \n				type=\"email\" \n				defaultValue=\"\" \n				class=\"mf-input \" \n				id=\"mf-input-email-f56a081\" \n				name=\"mf-email\" \n				placeholder=\"${ parent.decodeEntities(`Email`) } \" \n				onBlur=${parent.handleChange} onFocus=${parent.handleChange} aria-invalid=${validation.errors[\'mf-email\'] ? \'true\' : \'false\' } \n				ref=${el=> parent.activateValidation({\"message\":\"This field is required.\",\"emailMessage\":\"Please enter a valid Email address\",\"minLength\":1,\"maxLength\":\"\",\"type\":\"none\",\"required\":false,\"expression\":\"null\"}, el)}\n							/>\n						<${validation.ErrorMessage} \n				errors=${validation.errors} \n				name=\"mf-email\" \n				as=${html``}\n			/>\n							<button type=\"submit\" id=\"\">\n										${ parent.decodeEntities(``) } \n				</button>','Newsletter Form','','inherit','closed','closed','','47-revision-v1','','','2023-06-21 14:25:55','2023-06-21 08:55:55','',47,'https://noha.in8.cdn-alpha.com/?p=52',0,'revision','',0),(53,1,'2023-06-21 14:25:55','2023-06-21 08:55:55','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-4-png','','','2023-06-21 14:25:55','2023-06-21 08:55:55','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png',0,'attachment','image/png',0),(54,1,'2023-06-21 14:25:56','2023-06-21 08:55:56','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Frequently Asked Question</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should you shave before a spa treatment?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get Services Online Regarding Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>','FAQs','','publish','closed','closed','','faqs','','','2023-06-21 14:25:57','2023-06-21 08:55:57','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=faqs',0,'elementor_library','',0),(55,1,'2023-06-21 14:25:56','2023-06-21 08:55:56','','jasmine-flowers-white-3.1-Converted.png','','inherit','','closed','','jasmine-flowers-white-3-1-converted-png','','','2023-06-21 14:25:56','2023-06-21 08:55:56','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted.png',0,'attachment','image/png',0),(56,1,'2023-06-21 14:25:57','2023-06-21 08:55:57','','Logo-Esseine.png','','inherit','','closed','','logo-esseine-png','','','2023-06-21 14:25:57','2023-06-21 08:55:57','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine.png',0,'attachment','image/png',0),(57,1,'2023-06-21 14:25:57','2023-06-21 08:55:57','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-png','','','2023-06-21 14:25:57','2023-06-21 08:55:57','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png',0,'attachment','image/png',0),(58,1,'2023-06-21 14:25:57','2023-06-21 08:55:57','','FAQs','','inherit','closed','closed','','54-revision-v1','','','2023-06-21 14:25:57','2023-06-21 08:55:57','',54,'https://noha.in8.cdn-alpha.com/?p=58',0,'revision','',0),(59,1,'2023-06-21 14:25:57','2023-06-21 08:55:57','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Frequently Asked Question</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should you shave before a spa treatment?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get Services Online Regarding Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>','FAQs','','inherit','closed','closed','','54-revision-v1','','','2023-06-21 14:25:57','2023-06-21 08:55:57','',54,'https://noha.in8.cdn-alpha.com/?p=59',0,'revision','',0),(60,1,'2023-06-21 14:25:58','2023-06-21 08:55:58','','beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg','','inherit','','closed','','beautiful-woman-lying-on-massage-table-in-spa-pa3zzd3-1-jpg','','','2023-06-21 14:25:58','2023-06-21 08:55:58','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg',0,'attachment','image/jpeg',0),(61,1,'2023-06-21 14:25:58','2023-06-21 08:55:58','','jasmine-flowers-white-2-Converted.png','','inherit','','closed','','jasmine-flowers-white-2-converted-png','','','2023-06-21 14:25:58','2023-06-21 08:55:58','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted.png',0,'attachment','image/png',0),(62,1,'2023-06-21 14:25:59','2023-06-21 08:55:59','','Logo-Esseine-White.png','','inherit','','closed','','logo-esseine-white-png','','','2023-06-21 14:25:59','2023-06-21 08:55:59','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png',0,'attachment','image/png',0),(63,1,'2023-06-21 14:26:00','2023-06-21 08:56:00','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header White','','publish','closed','closed','','header-white','','','2023-06-21 14:26:01','2023-06-21 08:56:01','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=header-white',0,'elementor_library','',0),(64,1,'2023-06-21 14:26:00','2023-06-21 08:56:00','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-11-png','','','2023-06-21 14:26:00','2023-06-21 08:56:00','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png',0,'attachment','image/png',0),(65,1,'2023-06-21 14:26:00','2023-06-21 08:56:00','','petik.png','','inherit','','closed','','petik-png','','','2023-06-21 14:26:00','2023-06-21 08:56:00','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png',0,'attachment','image/png',0),(66,1,'2023-06-21 14:26:01','2023-06-21 08:56:01','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Articles & News</h1>		\n			<h2>Our Blog</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Get Services Online Regarding Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>','Blog','','publish','closed','closed','','blog','','','2023-06-21 14:26:02','2023-06-21 08:56:02','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=blog',0,'elementor_library','',0),(67,1,'2023-06-21 14:26:01','2023-06-21 08:56:01','','Header White','','inherit','closed','closed','','63-revision-v1','','','2023-06-21 14:26:01','2023-06-21 08:56:01','',63,'https://noha.in8.cdn-alpha.com/?p=67',0,'revision','',0),(68,1,'2023-06-21 14:26:01','2023-06-21 08:56:01','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2021 Esseine Template • All Rights Reserved</h2>','Footer','','publish','closed','closed','','footer','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=footer',0,'elementor_library','',0),(69,1,'2023-06-21 14:26:01','2023-06-21 08:56:01','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header White','','inherit','closed','closed','','63-revision-v1','','','2023-06-21 14:26:01','2023-06-21 08:56:01','',63,'https://noha.in8.cdn-alpha.com/?p=69',0,'revision','',0),(70,1,'2023-06-21 14:26:02','2023-06-21 08:56:02','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header Background','','publish','closed','closed','','header-background','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=header-background',0,'elementor_library','',0),(71,1,'2023-06-21 14:26:02','2023-06-21 08:56:02','','massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg','','inherit','','closed','','massage-therapist-in-white-uniform-making-spa-trea-xftm49x-jpg','','','2023-06-21 14:26:02','2023-06-21 08:56:02','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg',0,'attachment','image/jpeg',0),(72,1,'2023-06-21 14:26:02','2023-06-21 08:56:02','','Blog','','inherit','closed','closed','','66-revision-v1','','','2023-06-21 14:26:02','2023-06-21 08:56:02','',66,'https://noha.in8.cdn-alpha.com/?p=72',0,'revision','',0),(73,1,'2023-06-21 14:26:02','2023-06-21 08:56:02','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Articles & News</h1>		\n			<h2>Our Blog</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Get Services Online Regarding Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>','Blog','','inherit','closed','closed','','66-revision-v1','','','2023-06-21 14:26:02','2023-06-21 08:56:02','',66,'https://noha.in8.cdn-alpha.com/?p=73',0,'revision','',0),(74,1,'2023-06-21 14:26:02','2023-06-21 08:56:02','','Footer','','inherit','closed','closed','','68-revision-v1','','','2023-06-21 14:26:02','2023-06-21 08:56:02','',68,'https://noha.in8.cdn-alpha.com/?p=74',0,'revision','',0),(75,1,'2023-06-21 14:26:03','2023-06-21 08:56:03','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2021 Esseine Template • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','68-revision-v1','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',68,'https://noha.in8.cdn-alpha.com/?p=75',0,'revision','',0),(76,1,'2023-06-21 14:26:03','2023-06-21 08:56:03','','spa-Y2EBL9H.jpg','','inherit','','closed','','spa-y2ebl9h-jpg','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H.jpg',0,'attachment','image/jpeg',0),(77,1,'2023-06-21 14:26:03','2023-06-21 08:56:03','','Header Background','','inherit','closed','closed','','70-revision-v1','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',70,'https://noha.in8.cdn-alpha.com/?p=77',0,'revision','',0),(78,1,'2023-06-21 14:26:03','2023-06-21 08:56:03','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header Background','','inherit','closed','closed','','70-revision-v1','','','2023-06-21 14:26:03','2023-06-21 08:56:03','',70,'https://noha.in8.cdn-alpha.com/?p=78',0,'revision','',0),(79,1,'2023-06-21 14:26:04','2023-06-21 08:56:04','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"618\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23.png 618w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23-300x165.png 300w\" sizes=\"(max-width: 618px) 100vw, 618px\" />															\n															<img width=\"800\" height=\"554\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1.png 855w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1-300x208.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1-768x532.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"784\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted.png 970w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted-300x294.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted-768x752.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>404</h2>		\n			<h2>Page Not Found !!</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Go Back\n					</a>','404','','publish','closed','closed','','404','','','2023-06-21 14:26:05','2023-06-21 08:56:05','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=404',0,'elementor_library','',0),(80,1,'2023-06-21 14:26:04','2023-06-21 08:56:04','','woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg','','inherit','','closed','','woman-cosmetologist-to-work-in-beauty-salon-pxuh8bp-jpg','','','2023-06-21 14:26:04','2023-06-21 08:56:04','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg',0,'attachment','image/jpeg',0),(81,1,'2023-06-21 14:26:04','2023-06-21 08:56:04','','404','','inherit','closed','closed','','79-revision-v1','','','2023-06-21 14:26:04','2023-06-21 08:56:04','',79,'https://noha.in8.cdn-alpha.com/?p=81',0,'revision','',0),(82,1,'2023-06-21 14:26:05','2023-06-21 08:56:05','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"618\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23.png 618w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-23-300x165.png 300w\" sizes=\"(max-width: 618px) 100vw, 618px\" />															\n															<img width=\"800\" height=\"554\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1.png 855w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1-300x208.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-branch-white1-768x532.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"784\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted.png 970w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted-300x294.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-3.1-Converted-768x752.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>404</h2>		\n			<h2>Page Not Found !!</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<a href=\"#\">\n						Go Back\n					</a>','404','','inherit','closed','closed','','79-revision-v1','','','2023-06-21 14:26:05','2023-06-21 08:56:05','',79,'https://noha.in8.cdn-alpha.com/?p=82',0,'revision','',0),(83,1,'2023-06-21 14:26:06','2023-06-21 08:56:06','','spring-spa-setting-PQSX3EK.png','','inherit','','closed','','spring-spa-setting-pqsx3ek-png','','','2023-06-21 14:26:06','2023-06-21 08:56:06','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.png',0,'attachment','image/png',0),(84,1,'2023-06-21 14:26:06','2023-06-21 08:56:06','','beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg','','inherit','','closed','','beautiful-girl-in-the-spa-hotel-pgvt9ek-jpg','','','2023-06-21 14:26:06','2023-06-21 08:56:06','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg',0,'attachment','image/jpeg',0),(85,1,'2023-06-21 14:26:07','2023-06-21 08:56:07','','two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg','','inherit','','closed','','two-young-woman-applying-moisturizing-cream-each-o-r9wc5fn-jpg','','','2023-06-21 14:26:07','2023-06-21 08:56:07','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg',0,'attachment','image/jpeg',0),(86,1,'2023-06-21 14:26:07','2023-06-21 08:56:07','','beauty-sleep-7DRHLVJ-1.jpg','','inherit','','closed','','beauty-sleep-7drhlvj-1-jpg','','','2023-06-21 14:26:07','2023-06-21 08:56:07','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg',0,'attachment','image/jpeg',0),(87,1,'2023-06-21 14:26:08','2023-06-21 08:56:08','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-10-png','','','2023-06-21 14:26:08','2023-06-21 08:56:08','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png',0,'attachment','image/png',0),(88,1,'2023-06-21 14:26:09','2023-06-21 08:56:09','','spring-spa-setting-PQSX3EK.jpg','','inherit','','closed','','spring-spa-setting-pqsx3ek-jpg','','','2023-06-21 14:26:09','2023-06-21 08:56:09','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg',0,'attachment','image/jpeg',0),(89,1,'2023-06-21 14:26:10','2023-06-21 08:56:10','','beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg','','inherit','','closed','','beautiful-young-woman-at-a-spa-salon-pcxqb3l-jpg','','','2023-06-21 14:26:10','2023-06-21 08:56:10','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg',0,'attachment','image/jpeg',0),(90,1,'2023-06-21 14:26:10','2023-06-21 08:56:10','','happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg','','inherit','','closed','','happy-cheerful-redheaded-female-relaxing-at-the-sp-md2cy8d-2-jpg','','','2023-06-21 14:26:10','2023-06-21 08:56:10','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg',0,'attachment','image/jpeg',0),(91,1,'2023-06-21 14:26:11','2023-06-21 08:56:11','','elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png','','inherit','','closed','','elements-50-spa-line-green-black-icons-egvmgu-2017-12-07-12-png','','','2023-06-21 14:26:11','2023-06-21 08:56:11','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png',0,'attachment','image/png',0),(92,1,'2023-06-21 14:26:12','2023-06-21 08:56:12','','relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg','','inherit','','closed','','relaxed-cosmetologist-ready-for-treating-her-patie-972wayb-jpg','','','2023-06-21 14:26:12','2023-06-21 08:56:12','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg',0,'attachment','image/jpeg',0),(93,1,'2023-06-21 14:26:13','2023-06-21 08:56:13','','beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg','','inherit','','closed','','beautiful-girl-in-the-spa-hotel-pgvt9ek-1-jpg','','','2023-06-21 14:26:13','2023-06-21 08:56:13','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg',0,'attachment','image/jpeg',0),(94,1,'2023-06-21 14:26:13','2023-06-21 08:56:13','','jasmine-flowers-white-4.1-Converted.png','','inherit','','closed','','jasmine-flowers-white-4-1-converted-png','','','2023-06-21 14:26:13','2023-06-21 08:56:13','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png',0,'attachment','image/png',0),(95,1,'2023-06-21 14:26:13','2023-06-21 08:56:13','','jasmine-flowers-white-1-Converted.png','','inherit','','closed','','jasmine-flowers-white-1-converted-png','','','2023-06-21 14:26:13','2023-06-21 08:56:13','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted.png',0,'attachment','image/png',0),(96,1,'2023-06-21 14:26:13','2023-06-21 08:56:13','','jasmine-flowers-white-4.1-Converted.png','','inherit','','closed','','jasmine-flowers-white-4-1-converted-png-2','','','2023-06-21 14:26:13','2023-06-21 08:56:13','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-1.png',0,'attachment','image/png',0),(97,1,'2023-06-21 14:26:17','2023-06-21 08:56:17','','woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png','','inherit','','closed','','woman-spa-mask-black-half-face-beauty-concept-m9zahjy-png','','','2023-06-21 14:26:17','2023-06-21 08:56:17','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png',0,'attachment','image/png',0),(98,1,'2023-06-21 14:26:17','2023-06-21 08:56:17','','elements-eye-logo-VXUKND-2018-11-20.png','','inherit','','closed','','elements-eye-logo-vxuknd-2018-11-20-png','','','2023-06-21 14:26:17','2023-06-21 08:56:17','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20.png',0,'attachment','image/png',0),(99,1,'2023-06-21 14:26:18','2023-06-21 08:56:18','','woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png','','inherit','','closed','','woman-spa-mask-black-half-face-beauty-concept-m9zahjy-png-2','','','2023-06-21 14:26:18','2023-06-21 08:56:18','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png',0,'attachment','image/png',0),(100,1,'2023-06-21 14:26:19','2023-06-21 08:56:19','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Pricing</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>\nFace Facial</h2>		\n			<h2>$ 26</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Detoxifying</h2>		\n			<h2>$ 23</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Lomilomi Massage</h2>		\n			<h2>$ 32</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Body Massage</h2>		\n			<h2>$ 21</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Wellness Relaxing</h2>		\n			<h2>$ 22</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Sauna</h2>		\n			<h2>$ 34</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-768x513.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<h2>Pricing Question</h2>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should you shave before a spa treatment?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>','Pricing','','publish','closed','closed','','pricing','','','2023-06-21 14:26:20','2023-06-21 08:56:20','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=pricing',0,'elementor_library','',0),(101,1,'2023-06-21 14:26:19','2023-06-21 08:56:19','','Pricing','','inherit','closed','closed','','100-revision-v1','','','2023-06-21 14:26:19','2023-06-21 08:56:19','',100,'https://noha.in8.cdn-alpha.com/?p=101',0,'revision','',0),(102,1,'2023-06-21 14:26:20','2023-06-21 08:56:20','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Pricing</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>\nFace Facial</h2>		\n			<h2>$ 26</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Detoxifying</h2>		\n			<h2>$ 23</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Lomilomi Massage</h2>		\n			<h2>$ 32</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Body Massage</h2>		\n			<h2>$ 21</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Wellness Relaxing</h2>		\n			<h2>$ 22</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Sauna</h2>		\n			<h2>$ 34</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit Ut elit tellus.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-768x513.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<h2>Pricing Question</h2>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d5d8dc}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-tab-title{margin:0;padding:15px 20px;font-weight:700;line-height:1;cursor:pointer;outline:none}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg{width:1em;height:1em}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed{display:block}.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed{display:none}.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened{display:block}.elementor-accordion .elementor-tab-content{display:none;padding:15px 20px;border-top:1px solid #d5d8dc}@media (max-width:767px){.elementor-accordion .elementor-tab-title{padding:12px 15px}.elementor-accordion .elementor-tab-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-tab-content{padding:7px 15px}}.e-con-inner>.elementor-widget-accordion,.e-con>.elementor-widget-accordion{width:var(--container-widget-width);--flex-grow:var(--container-widget-flex-grow)}</style>		\n												<a tabindex=\"0\">How did you find out about our salon?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should you shave before a spa treatment?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">Should i wear a bathing suit?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>\n												<a tabindex=\"0\">What other essentials should i bring?</a>\n					<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>','Pricing','','inherit','closed','closed','','100-revision-v1','','','2023-06-21 14:26:20','2023-06-21 08:56:20','',100,'https://noha.in8.cdn-alpha.com/?p=102',0,'revision','',0),(103,1,'2023-06-21 14:26:20','2023-06-21 08:56:20','','elements-relax-resort-logo-template-GF6XU7-2019-02-17.png','','inherit','','closed','','elements-relax-resort-logo-template-gf6xu7-2019-02-17-png','','','2023-06-21 14:26:20','2023-06-21 08:56:20','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png',0,'attachment','image/png',0),(104,1,'2023-06-21 14:26:20','2023-06-21 08:56:20','','happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg','','inherit','','closed','','happy-cheerful-redheaded-female-relaxing-at-the-sp-md2cy8d-jpg','','','2023-06-21 14:26:20','2023-06-21 08:56:20','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg',0,'attachment','image/jpeg',0),(105,1,'2023-06-21 14:26:21','2023-06-21 08:56:21','','woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png','','inherit','','closed','','woman-spa-mask-black-half-face-beauty-concept-m9zahjy-1-png','','','2023-06-21 14:26:21','2023-06-21 08:56:21','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png',0,'attachment','image/png',0),(106,1,'2023-06-21 14:26:22','2023-06-21 08:56:22','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Lookbook</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-768x513.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"691\" height=\"917\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted.png 691w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted-226x300.png 226w\" sizes=\"(max-width: 691px) 100vw, 691px\" />															\n			<h2>Our Gallery</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>		\n			<h2>Portfolio Esseine</h2>		\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Gallery','','publish','closed','closed','','gallery','','','2023-06-21 14:26:23','2023-06-21 08:56:23','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=gallery',0,'elementor_library','',0),(107,1,'2023-06-21 14:26:23','2023-06-21 08:56:23','','woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1.png','','inherit','','closed','','woman-spa-mask-black-half-face-beauty-concept-m9zahjy-1-png-2','','','2023-06-21 14:26:23','2023-06-21 08:56:23','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-2.png',0,'attachment','image/png',0),(108,1,'2023-06-21 14:26:22','2023-06-21 08:56:22','','Gallery','','inherit','closed','closed','','106-revision-v1','','','2023-06-21 14:26:22','2023-06-21 08:56:22','',106,'https://noha.in8.cdn-alpha.com/?p=108',0,'revision','',0),(109,1,'2023-06-21 14:26:23','2023-06-21 08:56:23','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Lookbook</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-1024x684.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3-768x513.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-lying-on-massage-table-in-spa-PA3ZZD3.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"691\" height=\"917\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted.png 691w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-2-Converted-226x300.png 226w\" sizes=\"(max-width: 691px) 100vw, 691px\" />															\n			<h2>Our Gallery</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>		\n			<h2>Portfolio Esseine</h2>		\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-Y2EBL9H-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/two-young-woman-applying-moisturizing-cream-each-o-R9WC5FN-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"666\" height=\"1000\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L.jpg 666w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-at-a-spa-salon-PCXQB3L-200x300.jpg 200w\" sizes=\"(max-width: 666px) 100vw, 666px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-girl-in-the-spa-hotel-PGVT9EK-1.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/massage-therapist-in-white-uniform-making-spa-trea-XFTM49X-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M-1-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM.jpg 800w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-300x300.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-150x150.jpg 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/afro-woman-receiving-therapy-with-hot-stones-8K5XAQM-768x768.jpg 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Gallery','','inherit','closed','closed','','106-revision-v1','','','2023-06-21 14:26:23','2023-06-21 08:56:23','',106,'https://noha.in8.cdn-alpha.com/?p=109',0,'revision','',0),(110,1,'2023-06-21 14:26:23','2023-06-21 08:56:23','','elements-rose-flower-logo-Q83854-2017-10-29.png','','inherit','','closed','','elements-rose-flower-logo-q83854-2017-10-29-png','','','2023-06-21 14:26:23','2023-06-21 08:56:23','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png',0,'attachment','image/png',0),(111,1,'2023-06-21 14:26:26','2023-06-21 08:56:26','','face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg','','inherit','','closed','','face-peeling-mask-spa-beauty-treatment-skincare-fnhbx4m-jpg','','','2023-06-21 14:26:26','2023-06-21 08:56:26','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg',0,'attachment','image/jpeg',0),(112,1,'2023-06-21 14:26:26','2023-06-21 08:56:26','','elements-wellness-logo-template-XG9DU8Z-2020-12-11.png','','inherit','','closed','','elements-wellness-logo-template-xg9du8z-2020-12-11-png','','','2023-06-21 14:26:26','2023-06-21 08:56:26','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png',0,'attachment','image/png',0),(113,1,'2023-06-21 14:26:27','2023-06-21 08:56:27','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Face Facial </h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Lomilomi Massage</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Wellness Relaxing</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Detoxifying</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Body Massage</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Sauna</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"570\" height=\"344\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.png 570w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x181.png 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>Treatment Package</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Basic SPA Package</h2>		\n			<h2>$40</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Premium SPA Package</h2>		\n			<h2>$76</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Standard SPA Package</h2>		\n			<h2>$56</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Our Blog</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Services','','publish','closed','closed','','services','','','2023-06-21 14:26:28','2023-06-21 08:56:28','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=services',0,'elementor_library','',0),(114,1,'2023-06-21 14:26:28','2023-06-21 08:56:28','','beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg','','inherit','','closed','','beautiful-female-receptionist-at-dental-clinic-2yckzqv-jpg','','','2023-06-21 14:26:28','2023-06-21 08:56:28','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg',0,'attachment','image/jpeg',0),(115,1,'2023-06-21 14:26:28','2023-06-21 08:56:28','','Services','','inherit','closed','closed','','113-revision-v1','','','2023-06-21 14:26:28','2023-06-21 08:56:28','',113,'https://noha.in8.cdn-alpha.com/?p=115',0,'revision','',0),(116,1,'2023-06-21 14:26:28','2023-06-21 08:56:28','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Services</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-7.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Face Facial </h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Lomilomi Massage</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Wellness Relaxing</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-6.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Detoxifying</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-5.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Body Massage</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<figure><img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" /></figure><h3>Sauna</h3><p>Lorem ipsum dolor sit amet consectetur adipiscing.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"570\" height=\"344\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK.png 570w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spring-spa-setting-PQSX3EK-300x181.png 300w\" sizes=\"(max-width: 570px) 100vw, 570px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>Treatment Package</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Basic SPA Package</h2>		\n			<h2>$40</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Premium SPA Package</h2>		\n			<h2>$76</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Standard SPA Package</h2>		\n			<h2>$56</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Our Blog</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />','Services','','inherit','closed','closed','','113-revision-v1','','','2023-06-21 14:26:28','2023-06-21 08:56:28','',113,'https://noha.in8.cdn-alpha.com/?p=116',0,'revision','',0),(117,1,'2023-06-21 14:26:29','2023-06-21 08:56:29','','relaxing-spa-procedure-YWFXDHM.jpg','','inherit','','closed','','relaxing-spa-procedure-ywfxdhm-jpg','','','2023-06-21 14:26:29','2023-06-21 08:56:29','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg',0,'attachment','image/jpeg',0),(118,1,'2023-06-21 14:26:31','2023-06-21 08:56:31','','beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg','','inherit','','closed','','beautiful-young-woman-in-spa-salon-massage-relax-a-35ydxgc-jpg','','','2023-06-21 14:26:31','2023-06-21 08:56:31','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg',0,'attachment','image/jpeg',0),(119,1,'2023-06-21 14:26:31','2023-06-21 08:56:31','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"418\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2-300x287.png 300w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<h2>\nEsseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Why We Are Different</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Dermatologist Tested</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Certificated Staff</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Strategic Place</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Experienced</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Comfortable</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About Us','','publish','closed','closed','','about-us','','','2023-06-21 14:26:33','2023-06-21 08:56:33','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=about-us',0,'elementor_library','',0),(120,1,'2023-06-21 14:26:32','2023-06-21 08:56:32','','About Us','','inherit','closed','closed','','119-revision-v1','','','2023-06-21 14:26:32','2023-06-21 08:56:32','',119,'https://noha.in8.cdn-alpha.com/?p=120',0,'revision','',0),(121,1,'2023-06-21 14:26:33','2023-06-21 08:56:33','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>About Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"418\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white2-300x287.png 300w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n			<h2>\nEsseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Why We Are Different</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-4-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Dermatologist Tested</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-11-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Certificated Staff</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Strategic Place</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Experienced</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-10-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Comfortable</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-12-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Trusted</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>','About Us','','inherit','closed','closed','','119-revision-v1','','','2023-06-21 14:26:33','2023-06-21 08:56:33','',119,'https://noha.in8.cdn-alpha.com/?p=121',0,'revision','',0),(122,1,'2023-06-21 14:26:34','2023-06-21 08:56:34','','beauty-treatment-in-spa-8KRHVMY.jpg','','inherit','','closed','','beauty-treatment-in-spa-8krhvmy-jpg','','','2023-06-21 14:26:34','2023-06-21 08:56:34','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg',0,'attachment','image/jpeg',0),(123,1,'2023-06-21 14:26:34','2023-06-21 08:56:34','','happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg','','inherit','','closed','','happy-young-african-american-smiling-woman-satisfi-dy6cft2-jpg','','','2023-06-21 14:26:34','2023-06-21 08:56:34','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg',0,'attachment','image/jpeg',0),(124,1,'2023-06-21 14:26:35','2023-06-21 08:56:35','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Treatment Package</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Basic SPA Package</h2>		\n			<h2>$40</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Premium SPA Package</h2>		\n			<h2>$76</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Standard SPA Package</h2>		\n			<h2>$56</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority\n</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-479e5e91 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-479e5e91 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Treatment Package','','publish','closed','closed','','treatment-package','','','2023-06-21 14:26:36','2023-06-21 08:56:36','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=treatment-package',0,'elementor_library','',0),(125,1,'2023-06-21 14:26:35','2023-06-21 08:56:35','','Treatment Package','','inherit','closed','closed','','124-revision-v1','','','2023-06-21 14:26:35','2023-06-21 08:56:35','',124,'https://noha.in8.cdn-alpha.com/?p=125',0,'revision','',0),(126,1,'2023-06-21 14:26:36','2023-06-21 08:56:36','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Treatment Package</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-8-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Basic SPA Package</h2>		\n			<h2>$40</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Premium SPA Package</h2>		\n			<h2>$76</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-9-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Standard SPA Package</h2>		\n			<h2>$56</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Booking Now\n					</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority\n</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-479e5e91 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-479e5e91 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Treatment Package','','inherit','closed','closed','','124-revision-v1','','','2023-06-21 14:26:36','2023-06-21 08:56:36','',124,'https://noha.in8.cdn-alpha.com/?p=126',0,'revision','',0),(127,1,'2023-06-21 14:26:40','2023-06-21 08:56:40','','cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg','','inherit','','closed','','cheerful-female-cosmetologist-standing-against-whi-3vx78xn-jpg','','','2023-06-21 14:26:40','2023-06-21 08:56:40','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg',0,'attachment','image/jpeg',0),(128,1,'2023-06-21 14:26:43','2023-06-21 08:56:43','','elements-eye-logo-VXUKND-2018-11-20-1.png','','inherit','','closed','','elements-eye-logo-vxuknd-2018-11-20-1-png','','','2023-06-21 14:26:43','2023-06-21 08:56:43','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png',0,'attachment','image/png',0),(129,1,'2023-06-21 14:26:46','2023-06-21 08:56:46','','elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png','','inherit','','closed','','elements-relax-resort-logo-template-gf6xu7-2019-02-17-1-png','','','2023-06-21 14:26:46','2023-06-21 08:56:46','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png',0,'attachment','image/png',0),(130,1,'2023-06-21 14:26:48','2023-06-21 08:56:48','','elements-rose-flower-logo-Q83854-2017-10-29-1.png','','inherit','','closed','','elements-rose-flower-logo-q83854-2017-10-29-1-png','','','2023-06-21 14:26:48','2023-06-21 08:56:48','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png',0,'attachment','image/png',0),(131,1,'2023-06-21 14:26:50','2023-06-21 08:56:50','','elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png','','inherit','','closed','','elements-wellness-logo-template-xg9du8z-2020-12-11-2-png','','','2023-06-21 14:26:50','2023-06-21 08:56:50','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png',0,'attachment','image/png',0),(132,1,'2023-06-21 14:26:51','2023-06-21 08:56:51','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-1cdaab0 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-1cdaab0 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','publish','closed','closed','','home','','','2023-06-21 14:26:53','2023-06-21 08:56:53','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=home',0,'elementor_library','',0),(133,1,'2023-06-21 14:26:52','2023-06-21 08:56:52','','Home','','inherit','closed','closed','','132-revision-v1','','','2023-06-21 14:26:52','2023-06-21 08:56:52','',132,'https://noha.in8.cdn-alpha.com/?p=133',0,'revision','',0),(134,1,'2023-06-21 14:26:53','2023-06-21 08:56:53','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-1cdaab0 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-1cdaab0 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','132-revision-v1','','','2023-06-21 14:26:53','2023-06-21 08:56:53','',132,'https://noha.in8.cdn-alpha.com/?p=134',0,'revision','',0),(135,1,'2023-06-21 14:26:55','2023-06-21 08:56:55','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Meet Our Team</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Sovia Evelyn</h2>		\n		<p>Director Essiene</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-431fbdcb .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-431fbdcb .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Team','','publish','closed','closed','','team','','','2023-06-21 14:26:56','2023-06-21 08:56:56','',0,'https://noha.in8.cdn-alpha.com/?elementor_library=team',0,'elementor_library','',0),(136,1,'2023-06-21 14:26:56','2023-06-21 08:56:56','','Team','','inherit','closed','closed','','135-revision-v1','','','2023-06-21 14:26:56','2023-06-21 08:56:56','',135,'https://noha.in8.cdn-alpha.com/?p=136',0,'revision','',0),(137,1,'2023-06-21 14:26:56','2023-06-21 08:56:56','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Meet Our Team</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-woman-at-spring-park-P4PZ4CT.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Sovia Evelyn</h2>		\n		<p>Director Essiene</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>		\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-female-receptionist-at-dental-clinic-2YCKZQV.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-young-african-american-smiling-woman-satisfi-DY6CFT2.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/cheerful-female-cosmetologist-standing-against-whi-3VX78XN.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-eye-logo-VXUKND-2018-11-20-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-relax-resort-logo-template-GF6XU7-2019-02-17-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-rose-flower-logo-Q83854-2017-10-29-1-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n															<img width=\"568\" height=\"508\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2.png 568w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-wellness-logo-template-XG9DU8Z-2020-12-11-2-300x268.png 300w\" sizes=\"(max-width: 568px) 100vw, 568px\" />															\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-431fbdcb .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-431fbdcb .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Team','','inherit','closed','closed','','135-revision-v1','','','2023-06-21 14:26:56','2023-06-21 08:56:56','',135,'https://noha.in8.cdn-alpha.com/?p=137',0,'revision','',0),(138,1,'2023-06-21 14:27:51','0000-00-00 00:00:00','','Auto Draft','','auto-draft','','open','','','','','2023-06-21 14:27:51','0000-00-00 00:00:00','',0,'https://noha.in8.cdn-alpha.com/?p=138',0,'post','',0),(139,1,'2023-06-21 14:28:23','2023-06-21 08:58:23','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-300x287.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-768x734.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1536x1467.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-2048x1956.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"639\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp 639w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-187x300.webp 187w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-768x1230.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-959x1536.webp 959w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-1279x2048.webp 1279w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-scaled.webp 1598w\" sizes=\"(max-width: 639px) 100vw, 639px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"483\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp 483w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-141x300.webp 141w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-768x1629.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-724x1536.webp 724w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-966x2048.webp 966w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-scaled.webp 1207w\" sizes=\"(max-width: 483px) 100vw, 483px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','publish','closed','closed','','home','','','2023-06-21 17:34:50','2023-06-21 12:04:50','',0,'https://noha.in8.cdn-alpha.com/?page_id=139',0,'page','',0),(140,1,'2023-06-21 14:28:23','2023-06-21 08:58:23','','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 14:28:23','2023-06-21 08:58:23','',139,'https://noha.in8.cdn-alpha.com/?p=140',0,'revision','',0),(141,1,'2023-06-21 14:30:26','2023-06-21 09:00:26','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-198\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','publish','closed','closed','','header','','','2023-06-21 16:12:02','2023-06-21 10:42:02','',0,'https://noha.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=141',0,'elementor-hf','',0),(142,1,'2023-06-21 14:30:26','2023-06-21 09:00:26','','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:30:26','2023-06-21 09:00:26','',141,'https://noha.in8.cdn-alpha.com/?p=142',0,'revision','',0),(145,1,'2023-06-21 14:36:04','2023-06-21 09:06:04','','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:36:04','2023-06-21 09:06:04','',141,'https://noha.in8.cdn-alpha.com/?p=145',0,'revision','',0),(146,1,'2023-06-21 14:36:04','2023-06-21 09:06:04','','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:36:04','2023-06-21 09:06:04','',141,'https://noha.in8.cdn-alpha.com/?p=146',0,'revision','',0),(147,1,'2023-06-21 14:36:05','2023-06-21 09:06:05','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:36:05','2023-06-21 09:06:05','',141,'https://noha.in8.cdn-alpha.com/?p=147',0,'revision','',0),(148,1,'2023-06-21 14:37:00','2023-06-21 09:07:00','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										227, 228 D-mall, Shakti Khand-2, Indirapuram Ghaziabad-201014\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','publish','closed','closed','','footer','','','2023-06-22 11:49:29','2023-06-22 06:19:29','',0,'https://noha.in8.cdn-alpha.com/?post_type=elementor-hf&#038;p=148',0,'elementor-hf','',0),(149,1,'2023-06-21 14:37:00','2023-06-21 09:07:00','','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 14:37:00','2023-06-21 09:07:00','',148,'https://noha.in8.cdn-alpha.com/?p=149',0,'revision','',0),(151,1,'2023-06-21 14:42:32','2023-06-21 09:12:32','','Noha International','','inherit','closed','closed','','noha-international','','','2023-06-21 14:42:44','2023-06-21 09:12:44','',148,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International.png',0,'attachment','image/png',0),(152,1,'2023-06-21 14:42:56','2023-06-21 09:12:56','','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 14:42:56','2023-06-21 09:12:56','',148,'https://noha.in8.cdn-alpha.com/?p=152',0,'revision','',0),(153,1,'2023-06-21 14:42:57','2023-06-21 09:12:57','','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 14:42:57','2023-06-21 09:12:57','',148,'https://noha.in8.cdn-alpha.com/?p=153',0,'revision','',0),(154,1,'2023-06-21 14:42:58','2023-06-21 09:12:58','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 14:42:58','2023-06-21 09:12:58','',148,'https://noha.in8.cdn-alpha.com/?p=154',0,'revision','',0),(155,1,'2023-06-21 14:43:46','2023-06-21 09:13:46','','Noha International 1','','inherit','','closed','','noha-international-1','','','2023-06-21 14:43:46','2023-06-21 09:13:46','',141,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1.png',0,'attachment','image/png',0),(156,1,'2023-06-21 14:44:04','2023-06-21 09:14:04','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:44:04','2023-06-21 09:14:04','',141,'https://noha.in8.cdn-alpha.com/?p=156',0,'revision','',0),(157,1,'2023-06-21 14:44:05','2023-06-21 09:14:05','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-Logo-01-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:44:05','2023-06-21 09:14:05','',141,'https://noha.in8.cdn-alpha.com/?p=157',0,'revision','',0),(158,1,'2023-06-21 14:44:06','2023-06-21 09:14:06','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 14:44:06','2023-06-21 09:14:06','',141,'https://noha.in8.cdn-alpha.com/?p=158',0,'revision','',0),(160,1,'2023-06-21 14:47:58','2023-06-21 09:17:58','','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 14:47:58','2023-06-21 09:17:58','',139,'https://noha.in8.cdn-alpha.com/?p=160',0,'revision','',0),(161,1,'2023-06-21 14:47:59','2023-06-21 09:17:59','','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 14:47:59','2023-06-21 09:17:59','',139,'https://noha.in8.cdn-alpha.com/?p=161',0,'revision','',0),(162,1,'2023-06-21 14:48:00','2023-06-21 09:18:00','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 14:48:00','2023-06-21 09:18:00','',139,'https://noha.in8.cdn-alpha.com/?p=162',0,'revision','',0),(163,1,'2023-06-21 14:53:46','2023-06-21 09:23:46','','About Us','','publish','closed','closed','','about-us','','','2023-06-21 14:53:46','2023-06-21 09:23:46','',0,'https://noha.in8.cdn-alpha.com/?page_id=163',0,'page','',0),(164,1,'2023-06-21 14:53:46','2023-06-21 09:23:46','','About Us','','inherit','closed','closed','','163-revision-v1','','','2023-06-21 14:53:46','2023-06-21 09:23:46','',163,'https://noha.in8.cdn-alpha.com/?p=164',0,'revision','',0),(165,1,'2023-06-21 14:54:11','2023-06-21 09:24:11','','Noha International Icon','','inherit','','closed','','noha-international-icon','','','2023-06-21 14:54:11','2023-06-21 09:24:11','',9,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-Icon.png',0,'attachment','image/png',0),(166,1,'2023-06-21 14:55:35','2023-06-21 09:25:35','','Kit Styles: Esseine','','inherit','closed','closed','','9-revision-v1','','','2023-06-21 14:55:35','2023-06-21 09:25:35','',9,'https://noha.in8.cdn-alpha.com/?p=166',0,'revision','',0),(167,1,'2023-06-21 14:56:20','2023-06-21 09:26:20','','Services','','publish','closed','closed','','services','','','2023-06-21 14:56:20','2023-06-21 09:26:20','',0,'https://noha.in8.cdn-alpha.com/?page_id=167',0,'page','',0),(168,1,'2023-06-21 14:56:20','2023-06-21 09:26:20','','Services','','inherit','closed','closed','','167-revision-v1','','','2023-06-21 14:56:20','2023-06-21 09:26:20','',167,'https://noha.in8.cdn-alpha.com/?p=168',0,'revision','',0),(170,1,'2023-06-21 14:58:45','2023-06-21 09:28:45','','FAQs','','publish','closed','closed','','faqs','','','2023-06-21 14:58:45','2023-06-21 09:28:45','',0,'https://noha.in8.cdn-alpha.com/?page_id=170',0,'page','',0),(171,1,'2023-06-21 14:58:45','2023-06-21 09:28:45','','FAQs','','inherit','closed','closed','','170-revision-v1','','','2023-06-21 14:58:45','2023-06-21 09:28:45','',170,'https://noha.in8.cdn-alpha.com/?p=171',0,'revision','',0),(172,1,'2023-06-21 15:12:29','2023-06-21 09:29:51',' ','','','publish','closed','closed','','172','','','2023-06-21 15:12:29','2023-06-21 09:42:29','',0,'https://noha.in8.cdn-alpha.com/?p=172',1,'nav_menu_item','',0),(173,1,'2023-06-21 15:12:29','2023-06-21 09:29:51',' ','','','publish','closed','closed','','173','','','2023-06-21 15:12:29','2023-06-21 09:42:29','',0,'https://noha.in8.cdn-alpha.com/?p=173',2,'nav_menu_item','',0),(174,1,'2023-06-21 15:12:30','2023-06-21 09:29:52',' ','','','publish','closed','closed','','174','','','2023-06-21 15:12:30','2023-06-21 09:42:30','',0,'https://noha.in8.cdn-alpha.com/?p=174',4,'nav_menu_item','',0),(175,1,'2023-06-21 15:12:30','2023-06-21 09:29:52',' ','','','publish','closed','closed','','175','','','2023-06-21 15:12:30','2023-06-21 09:42:30','',0,'https://noha.in8.cdn-alpha.com/?p=175',3,'nav_menu_item','',0),(183,1,'2023-06-21 15:04:51','2023-06-21 09:34:51','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:04:51','2023-06-21 09:34:51','',141,'https://noha.in8.cdn-alpha.com/?p=183',0,'revision','',0),(184,1,'2023-06-21 15:04:51','2023-06-21 09:34:51','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:04:51','2023-06-21 09:34:51','',141,'https://noha.in8.cdn-alpha.com/?p=184',0,'revision','',0),(185,1,'2023-06-21 15:04:52','2023-06-21 09:34:52','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>\n															<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-5356d617\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:04:52','2023-06-21 09:34:52','',141,'https://noha.in8.cdn-alpha.com/?p=185',0,'revision','',0),(186,1,'2023-06-21 15:07:11','2023-06-21 09:37:11','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>\n															<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-5356d617\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:07:11','2023-06-21 09:37:11','',141,'https://noha.in8.cdn-alpha.com/?p=186',0,'revision','',0),(187,1,'2023-06-21 15:07:11','2023-06-21 09:37:11','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>\n															<img width=\"800\" height=\"283\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White.png 985w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-300x106.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Logo-Esseine-White-768x271.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-5356d617\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:07:11','2023-06-21 09:37:11','',141,'https://noha.in8.cdn-alpha.com/?p=187',0,'revision','',0),(188,1,'2023-06-21 15:07:12','2023-06-21 09:37:12','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:07:12','2023-06-21 09:37:12','',141,'https://noha.in8.cdn-alpha.com/?p=188',0,'revision','',0),(192,1,'2023-06-21 15:10:43','2023-06-21 09:40:43','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>','Contact Us','','publish','closed','closed','','contact-us','','','2023-06-21 17:02:03','2023-06-21 11:32:03','',0,'https://noha.in8.cdn-alpha.com/?page_id=192',0,'page','',0),(193,1,'2023-06-21 15:10:43','2023-06-21 09:40:43','','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 15:10:43','2023-06-21 09:40:43','',192,'https://noha.in8.cdn-alpha.com/?p=193',0,'revision','',0),(195,1,'2023-06-21 15:11:37','2023-06-21 09:41:37','','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 15:11:37','2023-06-21 09:41:37','',192,'https://noha.in8.cdn-alpha.com/?p=195',0,'revision','',0),(196,1,'2023-06-21 15:11:38','2023-06-21 09:41:38','','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 15:11:38','2023-06-21 09:41:38','',192,'https://noha.in8.cdn-alpha.com/?p=196',0,'revision','',0),(197,1,'2023-06-21 15:11:39','2023-06-21 09:41:39','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 15:11:39','2023-06-21 09:41:39','',192,'https://noha.in8.cdn-alpha.com/?p=197',0,'revision','',0),(198,1,'2023-06-21 15:12:30','2023-06-21 09:42:30',' ','','','publish','closed','closed','','198','','','2023-06-21 15:12:30','2023-06-21 09:42:30','',0,'https://noha.in8.cdn-alpha.com/?p=198',5,'nav_menu_item','',0),(201,1,'2023-06-21 15:39:53','2023-06-21 10:09:53','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 15:39:53','2023-06-21 10:09:53','',139,'https://noha.in8.cdn-alpha.com/?p=201',0,'revision','',0),(202,1,'2023-06-21 15:39:54','2023-06-21 10:09:54','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 15:39:54','2023-06-21 10:09:54','',139,'https://noha.in8.cdn-alpha.com/?p=202',0,'revision','',0),(203,1,'2023-06-21 15:39:55','2023-06-21 10:09:55','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 15:39:55','2023-06-21 10:09:55','',139,'https://noha.in8.cdn-alpha.com/?p=203',0,'revision','',0),(204,1,'2023-06-21 15:41:56','2023-06-21 10:11:56','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:41:56','2023-06-21 10:11:56','',141,'https://noha.in8.cdn-alpha.com/?p=204',0,'revision','',0),(205,1,'2023-06-21 15:41:57','2023-06-21 10:11:57','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-182\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:41:57','2023-06-21 10:11:57','',141,'https://noha.in8.cdn-alpha.com/?p=205',0,'revision','',0),(206,1,'2023-06-21 15:41:57','2023-06-21 10:11:57','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-198\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 15:41:57','2023-06-21 10:11:57','',141,'https://noha.in8.cdn-alpha.com/?p=206',0,'revision','',0),(208,1,'2023-06-21 16:02:40','2023-06-21 10:32:40','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:02:40','2023-06-21 10:32:40','',139,'https://noha.in8.cdn-alpha.com/?p=208',0,'revision','',0),(209,1,'2023-06-21 16:02:41','2023-06-21 10:32:41','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:02:41','2023-06-21 10:32:41','',139,'https://noha.in8.cdn-alpha.com/?p=209',0,'revision','',0),(210,1,'2023-06-21 16:02:42','2023-06-21 10:32:42','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:02:42','2023-06-21 10:32:42','',139,'https://noha.in8.cdn-alpha.com/?p=210',0,'revision','',0),(211,1,'2023-06-21 16:03:27','2023-06-21 10:33:27','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:03:27','2023-06-21 10:33:27','',139,'https://noha.in8.cdn-alpha.com/?p=211',0,'revision','',0),(212,1,'2023-06-21 16:03:27','2023-06-21 10:33:27','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:03:27','2023-06-21 10:33:27','',139,'https://noha.in8.cdn-alpha.com/?p=212',0,'revision','',0),(213,1,'2023-06-21 16:03:28','2023-06-21 10:33:28','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:03:28','2023-06-21 10:33:28','',139,'https://noha.in8.cdn-alpha.com/?p=213',0,'revision','',0),(214,1,'2023-06-21 16:05:35','2023-06-21 10:35:35','','Icon-01','','inherit','','closed','','icon-01','','','2023-06-21 16:05:35','2023-06-21 10:35:35','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01.webp',0,'attachment','image/webp',0),(215,1,'2023-06-21 16:07:50','2023-06-21 10:37:50','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:07:50','2023-06-21 10:37:50','',139,'https://noha.in8.cdn-alpha.com/?p=215',0,'revision','',0),(216,1,'2023-06-21 16:07:51','2023-06-21 10:37:51','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"568\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/petik-300x243.png 300w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:07:51','2023-06-21 10:37:51','',139,'https://noha.in8.cdn-alpha.com/?p=216',0,'revision','',0),(217,1,'2023-06-21 16:07:52','2023-06-21 10:37:52','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:07:52','2023-06-21 10:37:52','',139,'https://noha.in8.cdn-alpha.com/?p=217',0,'revision','',0),(219,1,'2023-06-21 16:12:01','2023-06-21 10:42:01','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-198\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 16:12:01','2023-06-21 10:42:01','',141,'https://noha.in8.cdn-alpha.com/?p=219',0,'revision','',0),(220,1,'2023-06-21 16:12:02','2023-06-21 10:42:02','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-198\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 16:12:02','2023-06-21 10:42:02','',141,'https://noha.in8.cdn-alpha.com/?p=220',0,'revision','',0),(221,1,'2023-06-21 16:12:02','2023-06-21 10:42:02','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"339\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1024x434.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-768x326.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-1536x651.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1-2048x868.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n					Menu\n				<nav data-toggle-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;\" data-close-icon=\"&lt;i aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;\" data-full-width=\"yes\"><ul id=\"menu-1-7e843572\"><li id=\"menu-item-172\"><a href=\"https://noha.in8.cdn-alpha.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-173\"><a href=\"https://noha.in8.cdn-alpha.com/about-us/\" class = \"hfe-menu-item\">About Us</a></li>\n<li id=\"menu-item-175\"><a href=\"https://noha.in8.cdn-alpha.com/services/\" class = \"hfe-menu-item\">Services</a></li>\n<li id=\"menu-item-174\"><a href=\"https://noha.in8.cdn-alpha.com/faqs/\" class = \"hfe-menu-item\">FAQs</a></li>\n<li id=\"menu-item-198\"><a href=\"https://noha.in8.cdn-alpha.com/contact-us/\" class = \"hfe-menu-item\">Contact Us</a></li>\n</ul></nav>','Header','','inherit','closed','closed','','141-revision-v1','','','2023-06-21 16:12:02','2023-06-21 10:42:02','',141,'https://noha.in8.cdn-alpha.com/?p=221',0,'revision','',0),(222,1,'2023-06-21 16:14:43','2023-06-21 10:44:43','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 16:14:43','2023-06-21 10:44:43','',148,'https://noha.in8.cdn-alpha.com/?p=222',0,'revision','',0),(223,1,'2023-06-21 16:14:44','2023-06-21 10:44:44','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 16:14:44','2023-06-21 10:44:44','',148,'https://noha.in8.cdn-alpha.com/?p=223',0,'revision','',0),(224,1,'2023-06-21 16:14:44','2023-06-21 10:44:44','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-21 16:14:44','2023-06-21 10:44:44','',148,'https://noha.in8.cdn-alpha.com/?p=224',0,'revision','',0),(225,1,'2023-06-21 16:15:41','2023-06-21 10:45:41','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:15:41','2023-06-21 10:45:41','',139,'https://noha.in8.cdn-alpha.com/?p=225',0,'revision','',0),(226,1,'2023-06-21 16:15:42','2023-06-21 10:45:42','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:15:42','2023-06-21 10:45:42','',139,'https://noha.in8.cdn-alpha.com/?p=226',0,'revision','',0),(227,1,'2023-06-21 16:15:43','2023-06-21 10:45:43','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:15:43','2023-06-21 10:45:43','',139,'https://noha.in8.cdn-alpha.com/?p=227',0,'revision','',0),(228,1,'2023-06-21 16:45:26','2023-06-21 11:15:26','','Icon-2-01','','inherit','','closed','','icon-2-01','','','2023-06-21 16:45:26','2023-06-21 11:15:26','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01.webp',0,'attachment','image/webp',0),(229,1,'2023-06-21 16:46:05','2023-06-21 11:16:05','','Icon-4-01','','inherit','','closed','','icon-4-01','','','2023-06-21 16:46:05','2023-06-21 11:16:05','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01.webp',0,'attachment','image/webp',0),(230,1,'2023-06-21 16:46:41','2023-06-21 11:16:41','','Icon-3-01','','inherit','','closed','','icon-3-01','','','2023-06-21 16:46:41','2023-06-21 11:16:41','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01.webp',0,'attachment','image/webp',0),(231,1,'2023-06-21 16:47:37','2023-06-21 11:17:37','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:47:37','2023-06-21 11:17:37','',139,'https://noha.in8.cdn-alpha.com/?p=231',0,'revision','',0);
INSERT INTO `wp_posts` VALUES (232,1,'2023-06-21 16:47:38','2023-06-21 11:17:38','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted.png 896w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-300x287.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.1-Converted-768x734.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"437\" height=\"700\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted.png 437w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-1.2-Converted-187x300.png 187w\" sizes=\"(max-width: 437px) 100vw, 437px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"448\" height=\"950\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted.png 448w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/jasmine-flowers-white-4.1-Converted-141x300.png 141w\" sizes=\"(max-width: 448px) 100vw, 448px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:47:38','2023-06-21 11:17:38','',139,'https://noha.in8.cdn-alpha.com/?p=232',0,'revision','',0),(233,1,'2023-06-21 16:47:39','2023-06-21 11:17:39','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-300x287.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-768x734.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1536x1467.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-2048x1956.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"639\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp 639w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-187x300.webp 187w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-768x1230.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-959x1536.webp 959w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-1279x2048.webp 1279w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-scaled.webp 1598w\" sizes=\"(max-width: 639px) 100vw, 639px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"483\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp 483w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-141x300.webp 141w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-768x1629.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-724x1536.webp 724w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-966x2048.webp 966w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-scaled.webp 1207w\" sizes=\"(max-width: 483px) 100vw, 483px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 16:47:39','2023-06-21 11:17:39','',139,'https://noha.in8.cdn-alpha.com/?p=233',0,'revision','',0),(234,1,'2023-06-21 17:02:01','2023-06-21 11:32:01','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 17:02:01','2023-06-21 11:32:01','',192,'https://noha.in8.cdn-alpha.com/?p=234',0,'revision','',0),(235,1,'2023-06-21 17:02:02','2023-06-21 11:32:02','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 17:02:02','2023-06-21 11:32:02','',192,'https://noha.in8.cdn-alpha.com/?p=235',0,'revision','',0),(236,1,'2023-06-21 17:02:03','2023-06-21 11:32:03','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Contact Us</h1>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}</style><figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-24.png\" alt=\"\" loading=\"lazy\" /></figure><h3>0083-888-567</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-8.png\" alt=\"\" loading=\"lazy\" /></figure><h3>esseine@mail.com</h3>		\n			<figure><img width=\"512\" height=\"512\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Artboard-22.png\" alt=\"\" loading=\"lazy\" /></figure><h3>London SE1 7PB, UK</h3>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-google_maps .elementor-widget-container{overflow:hidden}.elementor-widget-google_maps .elementor-custom-embed{line-height:0}.elementor-widget-google_maps iframe{height:300px}</style>		\n			<iframe loading=\"lazy\"\n					src=\"https://maps.google.com/maps?q=London%20Eye%2C%20London%2C%20United%20Kingdom&#038;t=m&#038;z=10&#038;output=embed&#038;iwloc=near\"\n					title=\"London Eye, London, United Kingdom\"\n					aria-label=\"London Eye, London, United Kingdom\"\n			></iframe>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"628\" height=\"602\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1.png 628w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-1-300x288.png 300w\" sizes=\"(max-width: 628px) 100vw, 628px\" />															\n			<h2>Get In Touch</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>','Contact Us','','inherit','closed','closed','','192-revision-v1','','','2023-06-21 17:02:03','2023-06-21 11:32:03','',192,'https://noha.in8.cdn-alpha.com/?p=236',0,'revision','',0),(237,1,'2023-06-21 17:30:49','2023-06-21 12:00:49','','Icon-5-01','','inherit','','closed','','icon-5-01','','','2023-06-21 17:30:49','2023-06-21 12:00:49','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01.webp',0,'attachment','image/webp',0),(238,1,'2023-06-21 17:31:24','2023-06-21 12:01:24','','Icon-02','','inherit','','closed','','icon-02','','','2023-06-21 17:31:24','2023-06-21 12:01:24','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02.webp',0,'attachment','image/webp',0),(239,1,'2023-06-21 17:31:59','2023-06-21 12:01:59','','Icon-03','','inherit','','closed','','icon-03','','','2023-06-21 17:31:59','2023-06-21 12:01:59','',139,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03.webp',0,'attachment','image/webp',0),(241,1,'2023-06-21 17:34:49','2023-06-21 12:04:49','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-300x287.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-768x734.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1536x1467.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-2048x1956.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"639\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp 639w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-187x300.webp 187w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-768x1230.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-959x1536.webp 959w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-1279x2048.webp 1279w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-scaled.webp 1598w\" sizes=\"(max-width: 639px) 100vw, 639px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"483\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp 483w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-141x300.webp 141w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-768x1629.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-724x1536.webp 724w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-966x2048.webp 966w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-scaled.webp 1207w\" sizes=\"(max-width: 483px) 100vw, 483px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 17:34:49','2023-06-21 12:04:49','',139,'https://noha.in8.cdn-alpha.com/?p=241',0,'revision','',0),(242,1,'2023-06-21 17:34:49','2023-06-21 12:04:49','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-300x287.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-768x734.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1536x1467.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-2048x1956.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"639\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp 639w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-187x300.webp 187w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-768x1230.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-959x1536.webp 959w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-1279x2048.webp 1279w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-scaled.webp 1598w\" sizes=\"(max-width: 639px) 100vw, 639px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-3-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-2-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"600\" height=\"600\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07.png 600w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-300x300.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-50-spa-line-green-black-icons-EGVMGU-2017-12-07-150x150.png 150w\" sizes=\"(max-width: 600px) 100vw, 600px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"483\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp 483w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-141x300.webp 141w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-768x1629.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-724x1536.webp 724w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-966x2048.webp 966w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-scaled.webp 1207w\" sizes=\"(max-width: 483px) 100vw, 483px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 17:34:49','2023-06-21 12:04:49','',139,'https://noha.in8.cdn-alpha.com/?p=242',0,'revision','',0),(243,1,'2023-06-21 17:34:50','2023-06-21 12:04:50','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"764\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1024x978.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-300x287.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-768x734.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-1536x1467.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-2-01-2048x1956.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h1>Love Yourself With Beauty Treatment</h1>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<a href=\"#\">\n						Book Now\n					</a>\n			<a href=\"#\">\n						Login Now\n					</a>\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"700\" height=\"886\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1.png 700w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/portrait-beautiful-young-woman-with-clean-fresh-sk-7ACXDQG-1-237x300.png 237w\" sizes=\"(max-width: 700px) 100vw, 700px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"368\" height=\"370\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1.png 368w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-298x300.png 298w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4607-Massage-1-150x150.png 150w\" sizes=\"(max-width: 368px) 100vw, 368px\" />															\n			<h2>Body Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"333\" height=\"360\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1.png 333w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4606-Mask-on-Face-1-278x300.png 278w\" sizes=\"(max-width: 333px) 100vw, 333px\" />															\n			<h2>Face Treatment</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"370\" height=\"294\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers.png 370w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/4625-Floating-Flowers-300x238.png 300w\" sizes=\"(max-width: 370px) 100vw, 370px\" />															\n			<h2>Relaxtions</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus.</p>		\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"639\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-639x1024.webp 639w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-187x300.webp 187w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-768x1230.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-959x1536.webp 959w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-1279x2048.webp 1279w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-4-01-scaled.webp 1598w\" sizes=\"(max-width: 639px) 100vw, 639px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU-1536x1024.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-massage-in-spa-salon-SDSUDMU.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"674\" height=\"620\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2.png 674w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/elements-line-drawing-white-jasmine-flower-illustrations-FF57E82-2020-06-29-2-300x276.png 300w\" sizes=\"(max-width: 674px) 100vw, 674px\" />															\n			<h2>Esseine Story</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-counter .elementor-counter-number-wrapper{display:flex;font-size:69px;font-weight:600;line-height:1}.elementor-counter .elementor-counter-number-prefix,.elementor-counter .elementor-counter-number-suffix{flex-grow:1;white-space:pre-wrap}.elementor-counter .elementor-counter-number-prefix{text-align:right}.elementor-counter .elementor-counter-number-suffix{text-align:left}.elementor-counter .elementor-counter-title{text-align:center;font-size:19px;font-weight:400;line-height:2.5}</style>		\n				0\n							Cool Number\n				0\n							Cool Number\n			<h2>Subscribe To Our Newsletter</h2>		\n		<!----------------------------- \n			* controls_data : find the the props passed indie of data attribute\n			* props.SubmitResponseMarkup : contains the markup of error or success message\n			* https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals\n		--------------------------- -->\n			<h2>Best Treatment</h2>		\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-5-01-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Body Message</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-02-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Face Facial</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"800\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1024x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1024x1024.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-300x300.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-150x150.webp 150w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-768x768.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-1536x1536.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-03-2048x2048.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Sauna</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar.</p>		\n			<a href=\"#\">\n						Learn More\n					</a>\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"722\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1.png 1000w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-300x271.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-spa-mask-black-half-face-beauty-concept-M9ZAHJY-1-1-768x693.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"483\" height=\"1024\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-483x1024.webp 483w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-141x300.webp 141w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-768x1629.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-724x1536.webp 724w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-966x2048.webp 966w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-3-01-scaled.webp 1207w\" sizes=\"(max-width: 483px) 100vw, 483px\" />															\n															<img width=\"800\" height=\"534\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1024x683.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5-1536x1025.jpg 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-in-the-background-4BT6SD5.jpg 1920w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Beauty Services Are Our Priority</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:100%;border-radius:2px}.elementor-progress-bar{display:flex;background-color:#69727d;width:0;font-size:11px;height:30px;line-height:30px;border-radius:2px;transition:width 1s ease-in-out}.elementor-progress-text{flex-grow:1;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-text{padding-left:10px}}.e-con-inner .elementor-progress-wrapper,.e-con .elementor-progress-wrapper{height:auto}</style>\n				Body Treatment\n									88%\n				Face Treatment\n									95%\n				Relaxtions\n									79%\n			<h2>We are here to help you.</h2>		\n		<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis.</p>		\n			<a href=\"#\">\n						Get Information\n					</a>\n			<h2>The Esseine Beauty Team</h2>		\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/woman-cosmetologist-to-work-in-beauty-salon-PXUH8BP.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Leona Daleyza </h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxed-cosmetologist-ready-for-treating-her-patie-972WAYB.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Celine Azaleya</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/spa-setting-GTFJWQ4.jpg 1420w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"533\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-1024x682.jpg 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-300x200.jpg 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-768x512.jpg 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D.jpg 1501w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<h2>Emilie Koreina</h2>		\n		<p>Beautician</p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus.</p>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<h2>What Clients Say</h2>		\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n															<img width=\"800\" height=\"649\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp\" alt=\"\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1024x831.webp 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-300x243.webp 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-768x623.webp 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-1536x1246.webp 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Icon-01-2048x1662.webp 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5;display:block}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em;display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%;-o-object-fit:cover;object-fit:cover;max-width:none}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}</style>		\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-sleep-7DRHLVJ-1.jpg\" alt=\"\" loading=\"lazy\" />						\n														Maresha\n																						CEO\n							Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip.\n							<img width=\"500\" height=\"500\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/happy-cheerful-redheaded-female-relaxing-at-the-sp-MD2CY8D-2.jpg\" alt=\"\" loading=\"lazy\" />						\n														Marlina\n																						Vlogger\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/face-peeling-mask-spa-beauty-treatment-skincare-FNHBX4M.jpg);\"  tabindex=\"0\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/relaxing-spa-procedure-YWFXDHM.jpg);\"  tabindex=\"1\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beautiful-young-woman-in-spa-salon-massage-relax-a-35YDXGC.jpg);\"  tabindex=\"2\">\n            </a>\n            <a href=\"#/\" style=\"background-image: url(https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/beauty-treatment-in-spa-8KRHVMY.jpg);\"  tabindex=\"3\">\n            </a>\n        <style typr=\"text/css\">\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover {\n                        flex: 3 1 0% !important;\n                    }\n                    #eael-img-accordion-2d6a1511 .eael-image-accordion-hover:hover:hover .overlay-inner * {\n                        opacity: 1;\n                        visibility: visible;\n                        transform: none;\n                        transition: all .3s .3s;\n                    }\n                </style>','Home','','inherit','closed','closed','','139-revision-v1','','','2023-06-21 17:34:50','2023-06-21 12:04:50','',139,'https://noha.in8.cdn-alpha.com/?p=243',0,'revision','',0),(245,1,'2023-06-21 17:58:12','2023-06-21 12:28:12','','Mario','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sollicitudin sapien a finibus. Duis fringilla lobortis aliquam. Cras volutpat risus metus, ut varius nulla pulvinar ut. ','publish','closed','closed','','mario','','','2023-06-21 17:58:12','2023-06-21 12:28:12','',0,'https://noha.in8.cdn-alpha.com/sln_attendant/mario/',0,'sln_attendant','',0),(246,1,'2023-06-21 17:58:12','2023-06-21 12:28:12','','Pablo','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sollicitudin sapien a finibus. Duis fringilla lobortis aliquam. Cras volutpat risus metus, ut varius nulla pulvinar ut. ','publish','closed','closed','','pablo','','','2023-06-21 17:58:12','2023-06-21 12:28:12','',0,'https://noha.in8.cdn-alpha.com/sln_attendant/pablo/',0,'sln_attendant','',0),(247,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','','Beard Trim','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sollicitudin sapien a finibus. Duis fringilla lobortis aliquam. Cras volutpat risus metus, ut varius nulla pulvinar ut.','publish','closed','closed','','beard-trim','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/sln_service/beard-trim/',0,'sln_service','',0),(248,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','','Haircut','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sollicitudin sapien a finibus. Duis fringilla lobortis aliquam. Cras volutpat risus metus, ut varius nulla pulvinar ut. ','publish','closed','closed','','haircut','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/sln_service/haircut/',0,'sln_service','',0),(249,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','','Shampoo','Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer fringilla sollicitudin sapien a finibus. Duis fringilla lobortis aliquam. Cras volutpat risus metus, ut varius nulla pulvinar ut.','publish','closed','closed','','shampoo','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/sln_service/shampoo/',0,'sln_service','',0),(250,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','[salon/]','Booking','','publish','closed','closed','','booking','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/booking/',0,'page','',0),(251,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','','Thank you for booking','thank you','publish','closed','closed','','thank-you-for-booking','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/thank-you-for-booking/',0,'page','',0),(252,1,'2023-06-21 17:58:13','2023-06-21 12:28:13','[salon_booking_my_account]','Booking My Account','','publish','closed','closed','','booking-my-account','','','2023-06-21 17:58:13','2023-06-21 12:28:13','',0,'https://noha.in8.cdn-alpha.com/booking-my-account/',0,'page','',0),(253,0,'2023-06-21 17:59:32','0000-00-00 00:00:00','','Auto Draft','','auto-draft','closed','closed','','','','','2023-06-21 17:59:32','2023-06-21 12:29:32','',0,'https://noha.in8.cdn-alpha.com/?post_type=sln_booking&#038;p=253',0,'sln_booking','',0),(254,1,'2023-06-22 11:49:28','2023-06-22 06:19:28','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-22 11:49:28','2023-06-22 06:19:28','',148,'https://noha.in8.cdn-alpha.com/?p=254',0,'revision','',0),(255,1,'2023-06-22 11:49:28','2023-06-22 06:19:28','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										Riverside Building, County Hall, London SE1 7PB, United Kingdom\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-22 11:49:28','2023-06-22 06:19:28','',148,'https://noha.in8.cdn-alpha.com/?p=255',0,'revision','',0),(256,1,'2023-06-22 11:49:29','2023-06-22 06:19:29','<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=\".svg\"]{width:48px}.elementor-widget-image img{vertical-align:middle;display:inline-block}</style>												<img width=\"800\" height=\"338\" src=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png\" alt=\"Noha International\" loading=\"lazy\" srcset=\"https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1024x433.png 1024w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-300x127.png 300w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-768x325.png 768w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-1536x649.png 1536w, https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/Noha-International-2048x866.png 2048w\" sizes=\"(max-width: 800px) 100vw, 800px\" />															\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container{line-height:1;font-size:0}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));height:calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))}.elementor-social-icon{--e-social-icon-icon-color:#fff;display:inline-flex;background-color:#69727d;align-items:center;justify-content:center;text-align:center;cursor:pointer}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}</style>		\n					<a target=\"_blank\" rel=\"noopener\">\n						Facebook\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Twitter\n											</a>\n					<a target=\"_blank\" rel=\"noopener\">\n						Youtube\n											</a>\n			<style>/*! elementor - v3.14.0 - 18-06-2023 */\n.elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{color:inherit;font-size:inherit;line-height:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}</style><h2>Home</h2>		\n			<link rel=\"stylesheet\" href=\"https://noha.in8.cdn-alpha.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css\">		<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Services</h2>		\n					<ul>\n							<li>\n										About Us\n									</li>\n								<li>\n										Services\n									</li>\n								<li>\n										Pricing\n									</li>\n								<li>\n										Package\n									</li>\n						</ul>\n			<h2>Contact Us</h2>		\n					<ul>\n							<li>\n										227, 228 D-mall, Shakti Khand-2, Indirapuram Ghaziabad-201014\n									</li>\n								<li>\n										+375(76) 878-76-76<br>contact@esseine.com\n									</li>\n						</ul>\n			<h2>© 2023 Noha International • All Rights Reserved</h2>','Footer','','inherit','closed','closed','','148-revision-v1','','','2023-06-22 11:49:29','2023-06-22 06:19:29','',148,'https://noha.in8.cdn-alpha.com/?p=256',0,'revision','',0),(257,1,'2023-06-22 11:53:24','2023-06-22 06:23:24','','gen_logo','','inherit','','closed','','gen_logo','','','2023-06-22 11:53:24','2023-06-22 06:23:24','',0,'https://noha.in8.cdn-alpha.com/wp-content/uploads/2023/06/gen_logo.png',0,'attachment','image/png',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),(9,2,0),(32,3,0),(45,2,0),(47,2,0),(54,3,0),(63,2,0),(66,3,0),(68,2,0),(70,2,0),(79,3,0),(100,3,0),(106,3,0),(113,3,0),(119,3,0),(124,3,0),(132,2,0),(135,3,0),(172,4,0),(173,4,0),(174,4,0),(175,4,0),(198,4,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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci 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=5 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,'elementor_library_type','',0,7),(3,3,'elementor_library_type','',0,10),(4,4,'nav_menu','',0,5);
/*!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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci 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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci 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=5 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,'section','section',0),(3,'page','page',0),(4,'Main Menu','main-menu',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) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=31 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','sitemanager'),(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'),(16,1,'session_tokens','a:1:{s:64:\"c100edbbe2eb97718f880b14f2bccfe80ccc87b0b9b98f76d5b6ae50a39c0dc8\";a:4:{s:10:\"expiration\";i:1696505510;s:2:\"ip\";s:13:\"172.69.94.220\";s:2:\"ua\";s:110:\"Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36\";s:5:\"login\";i:1696332710;}}'),(17,1,'wp_dashboard_quick_press_last_post_id','4'),(18,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"172.70.218.0\";}'),(19,1,'bsf-optin-notice','notice-dismissed'),(20,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2023-06-21T08:58:06.749Z\";}'),(21,1,'elementor_introduction','a:4:{s:27:\"ai-get-started-announcement\";b:1;s:7:\"exit_to\";b:1;s:20:\"globals_introduction\";b:1;s:6:\"e-apps\";b:1;}'),(22,1,'announcements_user_counter','1'),(23,1,'hfe-popup','dismissed'),(24,1,'header-footer-elementor-rating','delayed-notice'),(25,1,'wp_user-settings','libraryContent=browse&editor=tinymce'),(26,1,'wp_user-settings-time','1687346823'),(27,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(28,1,'metaboxhidden_nav-menus','a:2:{i:0;s:28:\"add-post-type-e-landing-page\";i:1;s:12:\"add-post_tag\";}'),(29,1,'nav_menu_recently_edited','4'),(30,1,'_assistants_mode','false');
/*!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) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci 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,'sitemanager','$P$BPpD15cyUyyZE6v0.xtUh/RbpHI2.1.','sitemanager','wp@dxpsites.com','https://noha.in8.cdn-alpha.com','2023-06-20 07:06:35','',0,'sitemanager');
/*!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-06-01 20:54:54